I also want to make webscrapers. The use cases are scraping all product pages from a website, or scraping pages that match search keywords. What do people think about Scrapy? I don't know anything except Python, which I don't really know either. But I'm trying to learn.
If anyone needs a simple scraper without programming, there's a Chrome add-on called Instant Data Scraper that works pretty well in a lot of cases. It works best when you have a series of pages with a consistent "next" button, and it dumps the data into a .csv.
If anyone needs a simple scraper without programming, there's a Chrome add-on called Instant Data Scraper that works pretty well in a lot of cases. It works best when you have a series of pages with a consistent "next" button, and it dumps the data into a .csv.