SEO Audit Scraper
Pricing
from $0.50 / 1,000 audited pages
SEO Audit Scraper
Crawl any website and run an on-page SEO audit. This Actor checks page titles, meta descriptions, H1/H2 headings, word count, canonical URLs, image alt text, internal links, external links, and gives each page an SEO score with clear issues found.
SEO Audit Scraper crawls websites and runs a fast on-page SEO audit for every page it finds. It checks important SEO elements like page titles, meta descriptions, headings, word count, canonical URLs, image alt text, internal links, external links, and gives each page a simple SEO score with clear issues found.
This Actor is useful for SEO audits, website quality checks, competitor research, client reports, and finding common on-page SEO problems at scale.
What does SEO Audit Scraper check?
For each crawled page, this Actor checks:
- Page title
- Title length
- Meta description
- Meta description length
- Canonical URL
- H1 headings
- H2 headings
- Word count
- Image count
- Images missing alt text
- Internal links
- External links
- SEO issues
- SEO score from 0 to 100
Common SEO issues found
The Actor can detect common on-page SEO problems such as:
- Missing page title
- Title may be too short
- Title may be too long
- Missing meta description
- Meta description may be too short
- Meta description may be too long
- Missing H1 heading
- Multiple H1 headings found
- Low word count
- Missing canonical URL
- Images missing alt text
- No internal links found
Best use cases
Use SEO Audit Scraper for:
- Auditing websites for basic SEO issues
- Finding missing titles and meta descriptions
- Checking heading structure across a website
- Finding pages with low word count
- Checking image alt text problems
- Reviewing internal and external link counts
- Creating SEO reports for clients
- Researching competitor websites
- Monitoring small and medium websites
Input
The Actor only needs a website URL and the maximum number of pages you want to audit.
Example input
{"startUrls": [{"url": "https://example.com"}],"maxRequestsPerCrawl": 10}
Input fields
| Field | Type | Description |
|---|---|---|
startUrls | Array | One or more website URLs to audit |
maxRequestsPerCrawl | Integer | Maximum number of pages to crawl and audit |
Output
The Actor returns a clean dataset where each row represents one audited page.
Output fields
| Field | Description |
|---|---|
url | The page URL that was audited |
seoScore | SEO score from 0 to 100 |
issues | List of SEO issues found on the page |
title | Page title |
titleLength | Number of characters in the title |
metaDescription | Page meta description |
metaDescriptionLength | Number of characters in the meta description |
canonical | Canonical URL found on the page |
h1Count | Number of H1 headings |
h1s | List of H1 headings |
h2Count | Number of H2 headings |
h2s | List of H2 headings |
wordCount | Estimated word count from the page body |
imageCount | Number of images found |
imagesMissingAlt | Number of images missing alt text |
internalLinks | Number of internal links found |
externalLinks | Number of external links found |
Example output
{"url": "https://example.com","seoScore": 85,"issues": ["Meta description may be too short","2 images missing alt text"],"title": "Example Website","titleLength": 15,"metaDescription": "This is an example website.","metaDescriptionLength": 27,"canonical": "https://example.com","h1Count": 1,"h1s": ["Example Website"],"h2Count": 3,"h2s": ["About","Services","Contact"],"wordCount": 742,"imageCount": 8,"imagesMissingAlt": 2,"internalLinks": 24,"externalLinks": 5}
How the SEO score works
Each page starts with a score of 100. Points are removed when common SEO issues are found, such as missing titles, missing meta descriptions, missing H1 headings, low word count, missing canonical URLs, or images without alt text.
The score is meant to give a quick overview of basic on-page SEO quality. A higher score usually means the page has fewer common SEO issues.
Why use this Actor?
Manually checking every page on a website can take a long time. SEO Audit Scraper helps you quickly collect important on-page SEO data and identify common problems across multiple pages.
It is especially useful for:
- Freelancers
- SEO specialists
- Marketing agencies
- Website owners
- Developers
- Lead generation workflows
- Client website audits
Notes and limitations
This Actor performs a basic on-page SEO audit based on the HTML content it can access. It does not replace a full technical SEO platform, but it is a fast and simple way to find common SEO issues across websites.
Some websites may block crawlers, require JavaScript rendering, or limit access to certain pages. Results may vary depending on the website structure and accessibility.