# CRM Competitor SEO Meta Tag Audit

**Use case:** 

Extract and analyze SEO meta tags from leading CRM sites like Salesforce and HubSpot. Gain insights from structured data and meta information.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.salesforce.com/crm/"
    },
    {
      "url": "https://www.hubspot.com/products/crm"
    },
    {
      "url": "https://monday.com/crm/"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "string"
  },
  "title": {
    "label": "Page title",
    "format": "string"
  },
  "metaDescription": {
    "label": "Meta description",
    "format": "string"
  },
  "canonical": {
    "label": "Canonical URL",
    "format": "string"
  },
  "schemaTypes": {
    "label": "Schema types",
    "format": "array"
  },
  "jsonLd": {
    "label": "JSON-LD",
    "format": "array"
  },
  "openGraph": {
    "label": "Open Graph",
    "format": "object"
  },
  "twitter": {
    "label": "Twitter Card",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [JSON-LD Schema & Meta Tag Extractor](https://apify.com/logiover/json-ld-schema-meta-tag-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/json-ld-schema-meta-tag-extractor) to learn more, explore other use cases, and run it yourself.