DocsIntegrationsPlaygroundPricing
Get API Key
Social Media

Pull Titles, Counts
& Author Data
In One Request

Titles & Descriptions View & Engagement Counts Author & Channel Data Bulk Endpoint
# pip install supacrawlx
from supacrawlx import Client

client = Client("YOUR_API_KEY")
result = client.social.metadata(
  url="https://www.youtube.com/watch?v=VIDEO_ID"
)
print(result.title, result.views, result.likes)
Features

What Makes This API Special

Rich Metadata Extraction

Get titles, descriptions, thumbnails, publish dates, and tags from YouTube, TikTok, Instagram, and more — all in a single API call.

Engagement Metrics

Retrieve real-time view counts, likes, comments, shares, and save counts to track content performance across platforms.

Author & Channel Data

Fetch creator profile info including name, handle, follower count, and verified status alongside the content metadata.

Thumbnail URLs

Get all available thumbnail resolutions — from low to max quality — ready to use in your UI or dataset.

Bulk Endpoint

Submit up to 100 URLs in a single request and receive structured metadata for all of them in one response.

Normalized Output

Consistent JSON schema across all platforms. No per-platform parsing logic needed in your application.

Use Cases

Platform-Specific Workflows

Content Analytics Dashboards

Monitor performance metrics across multiple creators or competitors without manual lookups.

AnalyticsDashboardMonitoring

AI Dataset Building

Enrich video datasets with structured metadata for training recommendation or classification models.

DatasetEnrichmentAI

Influencer Research

Pull author stats and engagement data at scale to evaluate creators for brand partnerships.

InfluencerResearchScale
FAQs

Social Media Metadata API Questions

Which platforms are supported?

YouTube, TikTok, Instagram, X (Twitter), and Facebook are fully supported. Additional platforms are added regularly.

How fresh is the data?

Metadata is fetched live on each request. Counts reflect the state of the platform at the time of the call.

Can I fetch metadata for private videos?

No. Only publicly accessible content is supported. Private or age-restricted content will return an error.

What does the bulk endpoint look like?

POST an array of up to 100 URLs to /v1/social/metadata/bulk and receive a JSON array of results in the same order.

Is there a rate limit?

Free plans get 100 requests/month. Pro and Scale plans have higher limits and bulk access. See the pricing page for details.

Ready to Build Something Extraordinary?

Start with 100 free requests. No credit card. No setup fee. Ship your first AI-powered feature today.

Start Building Free View Pricing