Free & no signup

A website scraper and word counter with no signup

Enter up to 25 URLs. It reads each page and pulls out the data that matters, and puts it in tables you can export. No account, no signup, free.

The tool

Scrap up to 25 pages

Paste the addresses you want to look at. Each one is fetched once, parsed, and added to the tables below as it completes.

One per line, or separated by commas. Bare domains are fine, https:// is added for you. Anything past the first 25 is ignored.

Requests are spaced out so the scrap stays polite to the server on the other end.

Ready.

One row per URL. The CSV carries every column, including all Open Graph and Twitter tags.

0 rows

How it works

Four steps, one of them on a server

We would rather explain the one server-side step than pretend it isn't there.

  1. You enter URLs

    Nothing is sent anywhere while you type. The list is cleaned, deduplicated and capped at 25 in your browser.

  2. A relay fetches the HTML

    Browsers refuse to fetch pages from other domains. A small Cloudflare Worker on our domain requests each page and passes the HTML back. It stores nothing and logs nothing.

  3. Your browser does the work

    Parsing, counting, classifying, all of it happens on your machine.

  4. You export what you need

    Each table downloads as its own CSV, generated in the browser. They share a url column, so they join cleanly in a spreadsheet.

What you get

Seven tables, seven exports

Every table is raw data. No grades, no traffic lights, no score out of a hundred.

Be aware

What this tool does not do

Every one of these is a real limitation, not a teaser for a paid version. There is no paid version of this tool.

Privacy

What happens to the URLs you enter

The URL goes to our relay, and nowhere else

To fetch a page, its address has to reach a server. Ours receives it, makes one request, and returns the HTML. It writes nothing to a database, a log file or an analytics tool.

The page content never leaves your browser

The HTML comes back to your machine and is parsed there. Titles, headings, word counts, links, images and structured data are all derived locally. None of it is sent anywhere.

No cookies, no analytics, no account

This page sets no cookies and stores nothing in your browser. There is no tracking script on it, and no sign-up. Close the tab and the results are gone, download the CSVs first if you want to keep them.

The CSVs are made on your machine

Each export is assembled in the browser and handed straight to your downloads folder. No file is generated or stored on a server.

One exception, stated plainly

This page loads its typeface from Google Fonts, so Google sees your IP address, as it does on any site that does the same. If that matters to you, the tool works fine with the font blocked.

Questions

Reasonable questions

Why does it need a server at all?

Browser security forbids a page on one domain from reading a page on another. It is called the same-origin policy, and it is not something a website can switch off from its own side. Any tool that claims to scrap/crawl arbitrary sites purely in the browser is either using someone else's relay or is not doing what it says.

Can I use it on a site I don't own?

Yes. It reads exactly what any visitor's browser would read, one page at a time, with a pause between requests. Be reasonable about it, this is a tool for looking at a handful of pages, not for pulling someone's whole site apart.

Why only 25 URLs?

Because it runs in a browser tab. Beyond that, memory gets tight, the tables get slow, and it stops being polite to the server on the other end. If you need hundreds of pages scraped, that is a different job and a different tool.

Why is the word count different from another tool?

Every tool draws the line between content and boilerplate somewhere different, and none of them are wrong. Ours strips nav, header, footer, script and style, and prefers main when a page has one. Compare a page against itself over time rather than against another tool's number.

Does this replace an SEO audit?

No, and it isn't meant to. This tool tells you what is on your pages. An audit tells you which of it is a problem, why, and what to do about it, which takes judgement, not a scraper. If the tables here are enough for you, use them and don't buy anything.

If you want more than data

The audit is the judgement part

A 52-point review of technical SEO, on-page, keywords, backlinks, competitors, local SEO and AI visibility, written up as a report you can act on yourself, hand to your developer, or give to anyone you like. Transparent pricing, no hidden fees.