Skip to main content
AIKitts

Webpage Word Count.

Count the words, characters, and sentences on any webpage. Paste a URL and get word count, character count, sentence count, and estimated reading time.

How to use

Enter any public URL and click Count.

The Worker fetches the page, strips scripts and styles, and counts the visible text.

Results show total words, characters (excluding spaces), sentences, and reading time.

Frequently Asked Questions

What text is counted?

Only visible page text — scripts, stylesheets, and HTML tags are excluded using HTMLRewriter. Boilerplate in headers, footers, and navigation is included in the count.

How is reading time calculated?

Reading time assumes 200 words per minute, rounded up to the nearest minute with a minimum of 1 minute.

Why might the count differ from other tools?

Different tools use different tokenization rules. This tool splits on whitespace after normalizing consecutive spaces and newlines.