# Seobility SEO Checker — Full Site Audit & Score (`maged120/seobility-seo-checker`) Actor

Run comprehensive SEO audits on any website using Seobility. Get overall score, category breakdowns, and actionable hints — no Seobility account required.

- **URL**: https://apify.com/maged120/seobility-seo-checker.md
- **Developed by:** [Maged](https://apify.com/maged120) (community)
- **Categories:** SEO tools, Developer tools, Automation
- **Stats:** 29 total users, 3 monthly users, 97.8% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $10.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Seobility SEO Checker â€” Unlimited Batch Analysis

Run comprehensive SEO audits on any website using the [Seobility](https://www.seobility.net/) SEO analysis engine. Get detailed scores, actionable recommendations, and structured data across every SEO factor â€” all without a Seobility account or API key.

### What does Seobility SEO Checker do?

This Actor connects to the Seobility SEO checker and returns a complete SEO analysis for any URL. Unlike the free Seobility web tool, this Actor lets you **run unlimited checks in batch**, export results as JSON or CSV, and plug SEO data directly into your workflows.

Each analysis covers:
- **Overall SEO score** (0â€“100%) broken down by category
- **Meta factors** â€” title, description, canonical, Open Graph tags
- **Page quality** â€” content length, keyword density, readability
- **Page structure** â€” headings (H1â€“H6), image alt text, structured data
- **Link analysis** â€” internal/external links, broken link detection
- **Server factors** â€” HTTPS, response time, redirects, status codes
- **External factors** â€” domain age, backlink signals

### Why use this Actor?

- **No Seobility account required** â€” runs checks anonymously
- **Batch processing** â€” analyze multiple URLs in one run
- **Both crawling modes** â€” standard HTML and JavaScript rendering for SPAs
- **Structured output** â€” machine-readable JSON ready for dashboards, reports, or alerts
- **Integrate anywhere** â€” REST API, Python SDK, Node.js SDK, or Zapier

### How to use Seobility SEO Checker

1. Open the Actor and click **Try for free**
2. Add one or more URLs to the `queries` input
3. Choose crawling mode: `standard` (fast) or `javascript` (for JS-heavy sites)
4. Run the Actor â€” results appear in the Output tab within seconds
5. Download as JSON or CSV, or connect via the Apify API

### Input

```json
{
  "queries": [
    {
      "website": "https://example.com",
      "crawling_mode": "standard",
      "language": "en"
    },
    {
      "website": "https://myapp.com",
      "crawling_mode": "javascript",
      "language": "en"
    }
  ]
}
````

| Field | Type | Description | Default |
|---|---|---|---|
| `website` | string | URL to analyze | required |
| `crawling_mode` | string | `standard` or `javascript` | `standard` |
| `language` | string | Analysis language code | `en` |
| `http_authentication_user` | string | HTTP auth username for protected pages | â€” |
| `http_authentication_password` | string | HTTP auth password for protected pages | â€” |

### Output

Results are stored in the Apify dataset and downloadable as JSON, CSV, HTML, or Excel.

```json
{
  "website": "https://example.com",
  "seo": {
    "analysis": {
      "analysed_url": "https://example.com/",
      "score": {
        "overall_percent": 79,
        "sections": {
          "meta":        { "points": 515, "score_percent": 100, "points_max": 515 },
          "pagequality": { "points": 212, "score_percent": 58,  "points_max": 360 },
          "structure":   { "points": 100, "score_percent": 58,  "points_max": 170 },
          "links":       { "points": 48,  "score_percent": 60,  "points_max": 80  },
          "server":      { "points": 92,  "score_percent": 83,  "points_max": 110 },
          "extern":      { "points": 100, "score_percent": 100, "points_max": 100 }
        }
      },
      "hints": [
        { "type": "hint_text_addcontent_h1", "importance": 2 }
      ]
    }
  }
}
```

### Output data fields

| Field | Type | Description |
|---|---|---|
| `website` | string | The analyzed URL |
| `overall_percent` | number | Overall SEO score (0â€“100) |
| `meta.score_percent` | number | Meta tags score |
| `pagequality.score_percent` | number | Content quality score |
| `structure.score_percent` | number | HTML structure score |
| `links.score_percent` | number | Link health score |
| `server.score_percent` | number | Server configuration score |
| `extern.score_percent` | number | External factors score |
| `hints` | array | Actionable SEO recommendations with importance level |

### Use cases

- **SEO audits at scale** â€” check hundreds of pages without manual Seobility sessions
- **Competitor analysis** â€” compare your site's SEO score against competitors side by side
- **Content teams** â€” flag pages below a score threshold before publishing
- **Agencies** â€” generate client SEO reports programmatically on a schedule
- **Monitoring** â€” run weekly audits and alert when scores drop

### Cost estimation

| Volume | Estimated cost |
|---|---|
| 10 URLs | ~$0.06â€“$0.15 |
| 100 URLs | ~$0.60â€“$1.50 |
| 1,000 URLs | ~$6â€“$15 |

### FAQ

**Does this require a Seobility account?**
No. The Actor uses the public Seobility checker â€” no account or API key needed.

**What is the difference between standard and javascript crawling modes?**
Standard mode uses fast HTTP requests and works for most static sites. JavaScript mode renders the page in a headless browser â€” use it for React, Vue, or Angular apps.

**Can I analyze password-protected pages?**
Yes â€” provide credentials via `http_authentication_user` and `http_authentication_password`.

**How many URLs can I analyze per run?**
There is no hard limit. Pass as many URLs as needed in the `queries` array.

**Is this Actor maintained?**
Yes. For bugs or feature requests, open an issue in the Issues tab on this page.

### Found this Actor useful?

If this Actor saved you time, please **[leave a review](https://apify.com/maged120/seobility-seo-checker#reviews)** on the Actor page. Reviews help other users discover it and take 30 seconds — every one genuinely matters.

For bugs, feature requests, or questions, open an issue in the **Issues** tab above.

# Actor input Schema

## `queries` (type: `array`):

list of Queries

## Actor input object example

```json
{
  "queries": [
    {
      "website": "https://apify.com/",
      "crawling_mode": "standard",
      "language": "en",
      "http_authentication_user": "",
      "http_authentication_password": ""
    },
    {
      "website": "https://www.scraperapi.com/",
      "crawling_mode": "javascript",
      "language": "en",
      "http_authentication_user": "",
      "http_authentication_password": ""
    }
  ]
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "queries": [
        {
            "website": "https://apify.com/",
            "crawling_mode": "standard",
            "language": "en",
            "http_authentication_user": "",
            "http_authentication_password": ""
        },
        {
            "website": "https://www.scraperapi.com/",
            "crawling_mode": "javascript",
            "language": "en",
            "http_authentication_user": "",
            "http_authentication_password": ""
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("maged120/seobility-seo-checker").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "queries": [
        {
            "website": "https://apify.com/",
            "crawling_mode": "standard",
            "language": "en",
            "http_authentication_user": "",
            "http_authentication_password": "",
        },
        {
            "website": "https://www.scraperapi.com/",
            "crawling_mode": "javascript",
            "language": "en",
            "http_authentication_user": "",
            "http_authentication_password": "",
        },
    ] }

# Run the Actor and wait for it to finish
run = client.actor("maged120/seobility-seo-checker").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "queries": [
    {
      "website": "https://apify.com/",
      "crawling_mode": "standard",
      "language": "en",
      "http_authentication_user": "",
      "http_authentication_password": ""
    },
    {
      "website": "https://www.scraperapi.com/",
      "crawling_mode": "javascript",
      "language": "en",
      "http_authentication_user": "",
      "http_authentication_password": ""
    }
  ]
}' |
apify call maged120/seobility-seo-checker --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=maged120/seobility-seo-checker",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Seobility SEO Checker — Full Site Audit & Score",
        "description": "Run comprehensive SEO audits on any website using Seobility. Get overall score, category breakdowns, and actionable hints — no Seobility account required.",
        "version": "0.0",
        "x-build-id": "oKf6diMAnckvxP811"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/maged120~seobility-seo-checker/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-maged120-seobility-seo-checker",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/maged120~seobility-seo-checker/runs": {
            "post": {
                "operationId": "runs-sync-maged120-seobility-seo-checker",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/maged120~seobility-seo-checker/run-sync": {
            "post": {
                "operationId": "run-sync-maged120-seobility-seo-checker",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "queries"
                ],
                "properties": {
                    "queries": {
                        "title": "Queries",
                        "maxItems": 10,
                        "type": "array",
                        "description": "list of Queries"
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
