Keyword Density Analyzer & SEO Content Scraper avatar

Keyword Density Analyzer & SEO Content Scraper

Pricing

from $1.00 / 1,000 dataset items

Go to Apify Store
Keyword Density Analyzer & SEO Content Scraper

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

Andok

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

17 days ago

Last modified

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

FieldTypeRequiredDefaultDescription
urlsarrayYesList of page URLs to analyze for keyword density.
timeoutSecondsintegerNo15Maximum seconds to wait for each page response.
concurrencyintegerNo10Number 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

EventCost
URL AnalyzedPay-per-event (see actor pricing page)

Notes

This is a light utility actor. For advanced content analysis, consider dedicated SEO tools.