Keyword Density Analyzer & SEO Content Scraper
Pricing
from $1.00 / 1,000 dataset items
Keyword Density Analyzer & SEO Content Scraper
Bulk analyze webpage keyword density and content metrics. Automate on-page SEO audits, extract top keywords, and compare competitor content easily.
Pricing
from $1.00 / 1,000 dataset items
Rating
0.0
(0)
Developer
Andok
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
17 days ago
Last modified
Categories
Share
Keyword Density & NLP Analyzer
Analyze keyword density and n-gram frequencies for any web page. Extracts clean text from headings, paragraphs, and lists, removes stopwords, and calculates unigram, bigram, and trigram frequencies along with word count and reading time.
Features
- N-gram analysis — calculates 1-gram, 2-gram, and 3-gram keyword frequencies and densities
- Stopword removal — filters standard English stopwords for cleaner results
- Content metrics — extracts word count and estimated reading time
- Bulk processing — scan multiple URLs in a single run
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
urls | array | Yes | — | List of page URLs to analyze for keyword density. |
timeoutSeconds | integer | No | 15 | Maximum seconds to wait for each page response. |
concurrency | integer | No | 10 | Number of URLs to process in parallel. |
Output
Each URL produces one dataset item containing top keywords and content metrics.
Output Example
{"inputUrl": "https://example.com/blog/post","finalUrl": "https://example.com/blog/post","status": 200,"wordCount": 842,"readingTimeMinutes": 4,"topUnigrams": [{ "keyword": "data", "count": 12, "density": 1.42 }],"topBigrams": [{ "keyword": "web scraping", "count": 5, "density": 0.59 }],"topTrigrams": [{ "keyword": "open source tool", "count": 3, "density": 0.36 }]}
Pricing
| Event | Cost |
|---|---|
| URL Analyzed | Pay-per-event (see actor pricing page) |
Notes
This is a light utility actor. For advanced content analysis, consider dedicated SEO tools.