Free Tools You Can Embed on Your Website
Drop a Word Count Tool widget into any blog, course, or site. One copy-paste snippet, no signup, no API key required.
How to embed a Word Count Tool widget
- Pick the widget you want above and click Get embed code.
- Copy the snippet and paste it into your page's HTML where you want the tool to appear.
- That's it — the widget loads from our servers and updates automatically when we ship improvements.
Widget terms (the short version)
- Free for any site, commercial or personal.
- Keep the attribution link — it's how we know which sites use the widget and it's the only payment we ask.
- No tracking beyond a UTM parameter on the attribution link. Your readers' text never leaves their browser.
- Use any height/width the iframe accepts — but our recommended height for each tool is the default in the snippet.
For developers: programmatic access (free, no key required)
If you want the analyzer numbers without the UI, our REST API is open:
POST https://www.wordcounttool.com/api/v1/analyze
Content-Type: application/json
{"text": "Your text here"}
You get back the same JSON the widget computes — words, characters, sentences, paragraphs, syllables, six readability scores, top keywords. No API key required for non-commercial use. A soft rate-limit applies (~60 requests/minute per IP); for higher-volume use, contact us and we'll issue an API key.