On-Page SEO Analyzer avatar

On-Page SEO Analyzer

Under maintenance

Pricing

Pay per event

Go to Apify Store
On-Page SEO Analyzer

On-Page SEO Analyzer

Under maintenance

Analyze any page for on-page SEO: title/meta length, H1 structure, word count, keyword density, internal links, and more. Outputs a structured SEO report. Pay-per-event.

Pricing

Pay per event

Rating

0.0

(0)

Developer

soot

soot

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Categories

Share

Analyze any page for on-page SEO: title/meta length, H1 structure, word count, keyword density, duplicate content and missing image alt text. Complements technical SEO audits with content-level insight. Pay-per-event: $0.01 per batch of up to 200 pages.

๐Ÿš€ What it does

This Actor automates a task that would otherwise take hours of manual work. It is built for batch processing โ€” run it once on a list of inputs and get a structured, downloadable report.

โœจ Features

  • Batch processing โ€” handle one or many inputs in a single run
  • Structured output โ€” clean tables, ready for CSV/JSON export
  • Pay-per-event pricing โ€” you only pay for what you use
  • API & CLI ready โ€” integrate it into any workflow

๐Ÿ“ฅ Input configuration

Configure the Actor with these fields:

FieldTypeRequiredDescription
startUrlsarrayโœ… RequiredList of pages to analyze for on-page SEO (title, meta, headings, word count, keyword density, duplicate content, image alt).

๐Ÿ’ก Usage example

Run via Apify API (cURL)

curl -X POST "https://api.apify.com/v2/acts/sootesting~onpage-seo-analyzer/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"startUrls": [
"https://example.com"
]
}'

Run via Apify CLI

apify run --actor-name sootesting~onpage-seo-analyzer --input '{
"startUrls": [
"https://example.com"
]
}'

๐Ÿ“ค Output schema

The Actor produces the following structured data:

FieldTypeDescription
urlstringurl
statusintegerstatus
titlestringtitle
titleLengthintegertitleLength
metaDescriptionstringmetaDescription
metaDescriptionLengthintegermetaDescriptionLength
h1Countintegerh1Count
h1Samplearrayh1Sample
imagesTotalintegerimagesTotal
imagesMissingAltintegerimagesMissingAlt
duplicateSentencesintegerduplicateSentences
wordCountintegerwordCount
uniqueWordsintegeruniqueWords
keywordDensityobjectkeywordDensity
warningsarraywarnings

๐Ÿ’ฐ Pricing

Pay-per-event. See the Actor's pricing tab for current rates. You are only charged for successful events โ€” platform usage is passed through transparently.

Part of the Sootesting SEO & Data Toolkit โ€” a suite of focused actors for technical SEO, security auditing, and data extraction.