Python Scraping python心得 2022年2月4日 Tech Guy 0 Study the web page you want to scrapfind the data elements(divs, text, span…etc)extract these with “id”, “classname”..etcstudy HTML tags. write python scripts to request the page data, requests, lxml, beautifulsoup4, scrapy..etc save your data