# Audit OpenGraph Tags for SaaS Homepages

**Use case:** 

Extract OpenGraph, Twitter Card, and structured data from top SaaS homepages. Get insights on tags like og:title, og:image, and more.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://notion.so"
    },
    {
      "url": "https://linear.app"
    },
    {
      "url": "https://figma.com"
    },
    {
      "url": "https://loom.com"
    },
    {
      "url": "https://miro.com"
    }
  ],
  "includeOG": true,
  "includeTwitter": true,
  "includeStructured": true,
  "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.