Scrapy Tips from the Pros
blog.scrapinghub.com
Scrapy Tips from the Pros
1–10 of 78 posts
Re: Scrapy Tips from the Pros
#2Re: Scrapy Tips from the Pros
#3Re: Scrapy Tips from the Pros
#4That being said, had no idea how sophisticated it could get. This is super impressive, especially the JavaScript rendering.
Re: Scrapy Tips from the Pros
#5Hey, author here! Feel free to ask any questions you have.
Re: Scrapy Tips from the Pros
#6Re: Scrapy Tips from the Pros
#7Hey, author here! Feel free to ask any questions you have.
Here is a first one : What are the best ways to detect changes in html sources with scrapy, thus giving missing data in automatic systems that need to be fed ?
1) detect pages that had changed since the last crawl, to avoid recrawling pages that hadn't changed? 2) detect pages that have changed their structure, breaking down the Spider that crawl it.
Re: Scrapy Tips from the Pros
#8Re: Scrapy Tips from the Pros
#9Wow, never heard of Scrapy! Looks like I've reinvented it in Clojure: https://github.com/nathell/skyscraper/
Re: Scrapy Tips from the Pros
#10Earlier quoted context omitted.
Here is a first one : What are the best ways to detect changes in html sources with scrapy, thus giving missing data in automatic systems that need to be fed ?
Hey, not sure if I understood what you mean. Did you mean: 1) detect pages that had changed since the last crawl, to avoid recrawling pages that hadn't changed? 2) detect pages that have changed their structure, breaking down the Spider that crawl it.