Job History
Review and re-open your previous extraction runs.
Point us to a website. Tell us what you need in English. Our AI extracts the data for you as CSV, JSON or Excel.
Free to try. No card.
Google sign-in is not configured on this server, so there is no way to
sign in. Set GOOGLE_CLIENT_ID and
GOOGLE_CLIENT_SECRET.
A sentence, not a selector. “Every listing with its price and link” is a complete specification.
The model reads the page once and writes the extractor. If a column comes back empty it rewrites itself and tries again.
CSV, JSON or Excel, ready to download.
Most scrapers work on a clean listing and give up after that. These are the cases that come up in practice.
If the rows are not in the HTML, it opens a real browser and reads the page after it renders. Infinite scroll included.
If a page turns a plain request away, it tries harder until the page loads. It never pretends a blocked page worked.
Shorteners, redirect chains and ad gates get followed to the thing they point at, so the file holds real links.
When a column comes back empty the scraper is rewritten against the live page and only kept if it does better.
Every value is lifted out of the page by selector. Nothing is generated, so nothing can be invented.
Follows pagination, and can open each row's own page to fill in what the listing leaves out.
Free to try. No card.
Review and re-open your previous extraction runs.
IScrape puts wide tables of extracted data side by side with the settings that produced them, and that needs a real screen.
Open iscrape.site on a laptop or desktop to get started.