On-Page SEO Analyzer
Under maintenancePricing
from $1.00 / 1,000 result items
On-Page SEO Analyzer
Under maintenanceAnalyze 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
from $1.00 / 1,000 result items
Rating
0.0
(0)
Developer
soot
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 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:
| Field | Type | Required | Description |
|---|---|---|---|
startUrls | array | β Required | List 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:
| Field | Type | Description |
|---|---|---|
url | string | url |
status | integer | status |
title | string | title |
titleLength | integer | titleLength |
metaDescription | string | metaDescription |
metaDescriptionLength | integer | metaDescriptionLength |
h1Count | integer | h1Count |
h1Sample | array | h1Sample |
imagesTotal | integer | imagesTotal |
imagesMissingAlt | integer | imagesMissingAlt |
duplicateSentences | integer | duplicateSentences |
wordCount | integer | wordCount |
uniqueWords | integer | uniqueWords |
keywordDensity | object | keywordDensity |
warnings | array | warnings |
π° 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.
π Related
Part of the Sootesting SEO & Data Toolkit β a suite of focused actors for technical SEO, security auditing, and data extraction.