# Twitter Card Preview Checker

**Use case:** 

Check page metadata for Twitter Cards, Open Graph previews, titles, descriptions, canonical URLs, favicons, and language.

## Input

```json
{
  "urls": [
    "https://openai.com",
    "https://vercel.com",
    "https://www.notion.so"
  ]
}
```

## Output

```json
{
  "url": {
    "label": "URL"
  },
  "title": {
    "label": "Title"
  },
  "description": {
    "label": "Description"
  },
  "canonical": {
    "label": "Canonical"
  },
  "language": {
    "label": "Language"
  },
  "favicon": {
    "label": "Favicon"
  },
  "robots": {
    "label": "Robots"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [Open Graph & Meta Tag Extractor](https://apify.com/automation-lab/og-meta-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/og-meta-extractor) to learn more, explore other use cases, and run it yourself.