# Social Media Link Preview Analysis

**Use case:** 

Audit how your URLs display on social platforms. Receive preview images, titles, descriptions, and identify broken tags.

## Input

```json
{
  "urls": [
    "apify.com",
    "github.com",
    "stripe.com"
  ],
  "maxConcurrency": 3
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "text"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "httpStatus": {
    "label": "HTTP status",
    "format": "number"
  },
  "shareScore": {
    "label": "Share score",
    "format": "number"
  },
  "previewLikely": {
    "label": "Preview (headline/text/image)",
    "format": "object"
  },
  "issues": {
    "label": "Issues",
    "format": "array"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Social Preview Checker](https://apify.com/zinin/social-preview-checker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/social-preview-checker) to learn more, explore other use cases, and run it yourself.