VOOZH about

URL: https://apify.com/scrapio/seo-audit-tool

⇱ SEO Audit Tool Β· Apify


Pricing

from $3.99 / 1,000 results

Go to Apify Store

πŸ” SEO Audit Tool analyzes your website for technical, on-page & performance issues. Get actionable insights, prioritize fixes, and boost rankings fast. πŸ“ˆ Perfect for marketers & developers. πŸš€

Pricing

from $3.99 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Scrapio

Scrapio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Share

πŸ” SEO Audit Tool

Crawl any website and get a page-by-page technical & on-page SEO audit β€” titles, meta descriptions, headings, links, images, content length, technical tags, broken links/images, and structured data β€” all saved live to a clean, sectioned dataset.

Point it at one URL or hundreds. Each site is crawled independently, scored against industry SEO heuristics, and exported as structured rows you can push to a sheet, BI tool, or your own pipeline.

✨ Why choose this actor?

  • 🌐 Bulk-friendly β€” audit many websites in a single run.
  • πŸ›‘οΈ Self-healing networking β€” starts direct, then auto-falls-back to Datacenter and Residential proxies only if the site blocks us. No wasted proxy spend on friendly sites.
  • ⚑ Browser-grade requests β€” uses impit browser impersonation (real TLS/HTTP fingerprints) instead of fragile raw HTTP.
  • πŸ’Ύ Live results β€” every page is saved the moment it's analyzed; a long crawl never loses progress.
  • πŸ“Š Organized output β€” results split into focused views: Overview, Title & Meta, Headings, Links, Images, Content, Technical, Broken Links, Structured Data.

πŸ§ͺ Key features

CategoryWhat it checks
Title & MetaTitle presence & length, meta description presence & length
HeadingsH1 presence, single-H1 rule, extracted H1 text, H2 presence
LinksTotal links, link-count threshold, internal nofollow links
ImagesMissing alt (unoptimized) images, broken images
ContentWord count & content-length threshold
TechnicalDoctype, charset, viewport, AMP, iframe, robots.txt, favicon, Google Analytics
BrokenBroken internal & external links (with URL lists)
Structured dataJSON-LD & Microdata extraction

πŸ“₯ Input

FieldTypeDescription
startUrls (required)arrayWebsite URLs to audit (bulk supported).
proxyConfigurationobjectProxy used for fallback. Crawl always starts direct.
maxRequestsPerCrawlintegerMax pages per site (empty = unlimited).
maxDepthintegerInternal-link crawl depth (empty = unlimited).
userAgentstringCustom User-Agent.
viewPortWidth / viewPortHeightintegerViewport client hints.
pageTimeoutintegerPage navigation timeout (ms).
maxRequestRetriesintegerRetries per failed request.
handlePageTimeoutSecsintegerPer-page processing budget (s).
seoParamsobjectOverride SEO thresholds.
{
"startUrls":[{"url":"https://apify.com"}],
"proxyConfiguration":{"useApifyProxy":false},
"maxRequestsPerCrawl":10,
"maxDepth":2
}

πŸ“€ Output

One record per crawled page. Example (trimmed):

{
"url":"https://apify.com/",
"title":"Apify: Full-stack web scraping and data extraction platform",
"isLoaded":true,
"isMetaDescription":true,
"metaDescription":"Cloud platform for web scraping...",
"isH1":true,
"h1":"Get real-time web data for your AI",
"isH1OnlyOne":true,
"linksCount":88,
"internalNoFollowLinks":["https://mcp.apify.com/"],
"wordsCount":1532,
"isViewport":true,
"robotsFileExists":true,
"faviconExists":true,
"brokenLinksCount":1,
"brokenLinks":["https://apify.com/contact-sales/demo"],
"externalBrokenLinksCount":7,
"externalBrokenLinks":["https://x.com/apify"],
"jsonLd":{"isJsonLd":false,"jsonLdData":{}},
"microdata":{"isMicrodata":false,"microdata":[]}
}

Every boolean flag (isTitle, isViewport, isDoctype, …), count (linksCount, wordsCount, …), and list (brokenLinks, notOptimizedImages, …) is available per page.

πŸš€ How to use (Apify Console)

  1. Log in at console.apify.com β†’ Actors.
  2. Open SEO Audit Tool.
  3. Add one or more URLs under 🌐 Website URLs to audit.
  4. (Optional) Set max pages / depth and proxy.
  5. Click Start and watch the live log.
  6. Open the Output tab β€” switch between the section views.
  7. Export to JSON / CSV / XLSX.

πŸ€– Use via API

curl-X POST "https://api.apify.com/v2/acts/<ACTOR_ID>/run-sync-get-dataset-items?token=$APIFY_TOKEN"\
-H"Content-Type: application/json"\
-d'{"startUrls":[{"url":"https://apify.com"}],"maxRequestsPerCrawl":10}'

🎯 Best use cases

  • Site-wide SEO audits before a redesign or migration.
  • Finding broken links & images at scale.
  • Verifying title/meta/heading hygiene across many pages.
  • Checking structured-data (JSON-LD / Microdata) coverage.
  • Monitoring competitor sites for technical SEO posture.

πŸ’³ Pricing

This actor uses the Pay-per-event model:

  • row_result β€” charged once per page successfully audited and saved.

You only pay for results you receive. The crawl stops cleanly when your charge limit is reached.

❓ FAQ

Does it run JavaScript? No β€” it audits the server-rendered HTML using fast browser-impersonating HTTP. This is ideal for SEO (search engines weigh server HTML heavily) and keeps runs cheap.

Will it get blocked? It starts direct and automatically escalates to Datacenter then Residential proxies if a site pushes back, then sticks with the working tier.

Can I audit multiple sites at once? Yes β€” add as many URLs as you like; each is crawled independently with its own page/depth budget.

πŸ›Ÿ Support & feedback

Found an issue or want a new check? Open an issue on the actor's Issues tab.

βš–οΈ Legal

Only public pages are crawled. You are responsible for complying with target sites' Terms of Service and applicable laws (GDPR/CCPA, etc.). robots.txt and reasonable rate limits are respected.

You might also like

SEO Audit Tool

scraper-engine/seo-audit-tool

πŸ” SEO Audit Tool quickly finds on-page, technical, and keyword issues. πŸ“ˆ Get actionable recommendations to boost rankings, fix errors, and improve site performanceβ€”fast. Perfect for marketers, agencies, and developers.

πŸ‘ User avatar

Scraper Engine

2

SEO Audit Tool

api-empire/seo-audit-tool

πŸ” SEO Audit Tool quickly uncovers technical SEO issues, on-page errors, and keyword gaps. πŸ“ˆ Get actionable recommendations to boost rankings, fix crawlability, and improve performanceβ€”fast.

SEO Audit Tool

happitap/seo-audit-tool

Comprehensive SEO analysis for your entire website. Crawl all pages, identify technical issues, and get actionable insights to improve your search engine rankings.

Technical SEO Audit & Scoring Tool

juryless_lens/seo-audit-tool

Crawl websites and instantly identify critical technical SEO issues. This tool analyzes title tags, meta descriptions, heading hierarchies, Open Graph data, and image attributes to provide a 0-100 SEO score with actionable fixes.

Complete SEO Audit Tool - Comprehensive Website SEO Analysis

smart-digital/complete-seo-audit-tool

Analyzes websites for SEO issues across meta tags, technical SEO, performance, links, and images. Generates 0-100 SEO scores per page with detailed recommendations and site-wide summary.

My Smart Digital

369

5.0

SEO Audit Tool

automation-lab/seo-audit-tool

Audit URLs for SEO metadata, headings, links, structured data, content quality, and technical issues β€” useful for content gap and page optimization workflows.

πŸ‘ User avatar

Stas Persiianenko

18

SEO Audit Tool

hgservices/seo-audit-tool

Audit any website for SEO. Get a 0-100 score, plain-English issues, and how to fix them. One row per page.

Pro SEO Audit Tool - Get Your Website Data for Search Engines

dainty_screw/seo-audit-tool-pro

Elevate your website's search engine ranking with our SEO Audit Tool Pro. Conduct comprehensive SEO audits to identify broken links, missing images, and potential page enhancements. Unlock insights for optimal website performance and visibility.

πŸ‘ User avatar

codemaster devops

108

SEO Audit Tool

misceres/seo-audit-tool

Search Engine Optimization tool to carry out an SEO audit on any website. Finds broken links, missing images, and provides information about possible page improvements.

3.5K

3.8