tool · one of 34Pro CSV, TSV, JSON and XLSX files
Scraper
How do I get these cards into a spreadsheet?
Pointing at one card is the whole input. From there it climbs - a click lands on the title inside a card, never on the card - until it reaches the level whose siblings share its shape, then decides the columns from every item rather than from the first one. It reads the page in front of you and no other, which is why it needs no permission over any site.
Reach itPress ⌘+K on any tab and type scraper.Ctrl+Kon Windows and Linux

TWO BUILDS9 browsers
Chromelisting in reviewFirefoxlisting in reviewBravelisting in reviewOperalisting in reviewEdgelisting in review4 moreChromium browsers: Arc, Vivaldi, Chromium, Opera GXthe Chrome buildin the panel · this one is Pro
What this actually is
any repeating block on the page - cards, results, rows - as csv, tsv or jsonAny list, table of results, set of cards or search page whose contents have to become a file. Not a general crawler: it has no way to visit a second page, and that is deliberate.
Asked about this tool
4 of themWhy does it not take a URL to scrape?
Because that needs a grant over every site, and that is a different product. This one has promised to read only the tab you invoked it on.
How does it decide two blocks are the same kind of thing?
Tag plus a majority of the class tokens, measured against the smaller set. Requiring equality drops the card carrying `is-featured`; requiring only an overlap groups a heading with a paragraph that shares one utility class.
Where do the column names come from?
The markup - a test id, a class token, an `itemprop`, a tag. Never from a value, because a column named after the first row lies about every other one.
Why is a link two columns?
Because a name and a URL joined into one cell is a spreadsheet column nobody can sort or click. `Name` and `Name URL` are separate, and the URL is read off the property so it arrives resolved.
TWO BUILDS9 browsers
Chromelisting in reviewFirefoxlisting in reviewBravelisting in reviewOperalisting in reviewEdgelisting in review4 moreChromium browsers: Arc, Vivaldi, Chromium, Opera GXthe Chrome build63 of these · no host permissions · three free audits