queued β
β
β
Workingβ¦
βData Preview
Run Details
Next step
β
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. The scraper is cached, so running it again on that site costs nothing.
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.
Four ways in, tried cheapest first, each one only because the last actually failed. 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. The scraper is written once per site and cached, so repeat runs cost nothing.
β
Get one free at aistudio.google.com/apikey. Without one, runs use this server's key and its limits.
Start one from the Scraper, or open a previous run from History.
queued β
β
Next step
β
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.