
IScrape
Describe what you need. Get the data.
An AI scraper you talk to in plain English. Instead of sending every page to a model, it sends one—the model writes the selectors, and those get cached as a recipe that lxml replays for free on every page after. Fetching climbs a ladder (plain HTTP, then Chrome's real TLS fingerprint, then a browser) only when a site actually refuses, and it prefers a site's RSS feed or JSON API when there's one worth using.

