#Change Tracking

3 messages · Page 1 of 1 (latest)

lime rivet
#

As I understand it, the current change tracking scrapes the url content and then reports whether its changed or not. Is there a way to check for a change or when the site was last updated without fully scraping the url content again?

somber iris
#

I'm curious why you're trying to avoid doing a full scrape. Are you concerned about the credit cost, or something else?

Realistically, the only way to know if something has changed is to fully scrape it (which is cheap), and then compare it against a previous scrape.

lime rivet