# OG and Twitter Card Inspector for Startups

**Use case:** 

Analyze how startups like Brex, Mercury, and Ramp appear on social media. Gain insights into their OG titles, images, and Twitter card types.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.brex.com"
    },
    {
      "url": "https://mercury.com"
    },
    {
      "url": "https://ramp.com"
    },
    {
      "url": "https://pilot.com"
    }
  ],
  "includeOG": true,
  "includeTwitter": true,
  "includeStructured": false,
  "includeBasic": true,
  "maxUrls": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "statusCode": {
    "label": "Status Code",
    "format": "number"
  },
  "ogTitle": {
    "label": "OG Title",
    "format": "text"
  },
  "ogImage": {
    "label": "OG Image",
    "format": "image"
  },
  "twitterCard": {
    "label": "Twitter Card",
    "format": "text"
  },
  "metaTagCount": {
    "label": "Meta Tag Count",
    "format": "number"
  },
  "title": {
    "label": "Title Tag",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [OpenGraph & Social Card Inspector — Meta Tag Extractor API](https://apify.com/logiover/social-card-preview-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/social-card-preview-api) to learn more, explore other use cases, and run it yourself.