# Competitor SEO Meta Audit - Compare Titles & Descriptions

**Use case:** 

Pull competitor page titles and descriptions in bulk to find keyword gaps.

## Input

```json
{
  "urls": [
    "https://www.onescales.com"
  ],
  "timeout": 1200,
  "memory": 512
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "string"
  },
  "statusCode": {
    "label": "Status Code",
    "format": "integer"
  },
  "titleTag": {
    "label": "Title Tag",
    "format": "string"
  },
  "metaDescription": {
    "label": "Meta Description",
    "format": "string"
  },
  "metaKeywords": {
    "label": "Meta Keywords",
    "format": "string"
  },
  "metaRobots": {
    "label": "Meta Robots",
    "format": "string"
  },
  "numLinks": {
    "label": "No. Links",
    "format": "integer"
  },
  "h1Tags": {
    "label": "H1 Tags",
    "format": "string"
  },
  "h2Tags": {
    "label": "H2 Tags",
    "format": "string"
  },
  "h3Tags": {
    "label": "H3 Tags",
    "format": "string"
  },
  "canonicalTag": {
    "label": "Canonical Tag",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Simple SEO Data Extractor](https://apify.com/onescales/simple-seo-data-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/onescales/simple-seo-data-extractor) to learn more, explore other use cases, and run it yourself.