SEO & Security Web Auditor avatar

SEO & Security Web Auditor

Under maintenance

Pricing

Pay per usage

Go to Apify Store
SEO & Security Web Auditor

SEO & Security Web Auditor

Under maintenance

Audits any list of URLs for SEO, security headers, Open Graph/Twitter cards and technical health, and outputs a structured CSV/JSON report.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

soot

soot

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Share

Audits any list of URLs for SEO, security headers, Open Graph/Twitter cards and technical health, and outputs a structured CSV/JSON report.

πŸš€ 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

πŸ’‘ Usage example

Run via Apify API (cURL)

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

Run via Apify CLI

apify run --actor-name sootesting~website-seo-security-auditor --input '{
"urls": [
"https://example.com"
]
}'

πŸ“€ Output schema

The Actor produces the following structured data:

FieldTypeDescription

πŸ’° 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.