# Check Structured Data (JSON-LD) on Any Page

**Use case:** 

See which schema.org JSON-LD types a page declares and catch missing structured data — with a full on-page SEO audit.

## Input

```json
{
  "urls": [
    "https://apify.com"
  ],
  "checkBrokenLinks": false,
  "maxLinksToCheck": 50,
  "crawl": false,
  "maxPages": 10,
  "maxDepth": 1,
  "sameDomainOnly": true,
  "waitUntil": "load",
  "timeoutMs": 45000,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "text"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "issuesCount": {
    "label": "Issues",
    "format": "number"
  },
  "wordCount": {
    "label": "Words",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [SEO Audit API — On-Page + Core Web Vitals, Bulk & Scored](https://apify.com/fetchbase/website-seo-audit) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fetchbase/website-seo-audit) to learn more, explore other use cases, and run it yourself.