Skip to content
scrapeatlas.Dashboard

ScrapeAtlas documentation

Social media data API
for apps and AI agents.

ScrapeAtlas turns public social media data into structured JSON. Get profiles, posts, videos, comments, ads and products through one API for your apps and AI agents.

Make your first requestExplore the APIUse with AI

What is ScrapeAtlas?

Send a URL, handle, ID or search query. ScrapeAtlas handles the platform-specific retrieval and returns JSON you can use in your software.

Built for the social media ecosystem: social networks, video, commerce, ads and communities.

Explore social media data by category

Choose a category to find its APIs. Fields and availability vary by platform.

Social networks

Public profiles, posts, images, social connections and engagement metrics.

Explore APIs

Social video & live streaming

Channels, short-form videos, clips and livestreams. Comments and transcripts where supported.

Explore APIs

Social commerce & marketplaces

Public products, sellers, storefronts, prices and reviews across social commerce and marketplaces.

Explore APIs

Social advertising

Public ad libraries, advertiser details and creative data for competitive research.

Explore APIs

Forums & communities

Discussions, questions and comment threads, plus developer repositories and contributions.

Explore APIs

Public messaging communities

Public Telegram channels and groups, with descriptions and available audience counts.

Explore APIs

Creator profiles & link in bio

Creator profiles, social links, published destinations and featured products.

Explore APIs

Events & real-world communities

Public events, groups, organizers and community profiles for local discovery.

Explore APIs

Build with social media data

Social listening & audience research

Track brand mentions, topics and public conversations in your own research tools.

Creator discovery & enrichment

Research creators through public profiles, social links and available engagement metrics.

Content & video research

Study posts, videos and clips to understand content formats and topics.

Commerce & ad intelligence

Compare public product listings, sellers, reviews and ad creatives.

ScrapeAtlas provides the source data. Your application controls the analysis, storage and scheduling.

Three ways to connect

REST API

Use x-api-key with https://api.scrapeatlas.com. Endpoint pages include request and response examples in six languages.

API authentication

Command line

Install @scrapeatlas/cli to discover endpoints, make requests and export JSON from your terminal.

CLI setup

AI agents & MCP

Connect through MCP, or use llms.txt and OpenAPI to discover endpoints and schemas.

MCP integration

Make your first request

  1. 1

    Pick a platform

    Choose an available platform and endpoint, then create a customer API key on your account page.

  2. 2

    Send the key in a header

    Send your customer key in x-api-key to https://api.scrapeatlas.com.

  3. 3

    Read status and coverage

    Handle partial results and explicit failure codes; unknown values are null.

Terminal
curl "https://api.scrapeatlas.com/v1/linktree?url=https%3A%2F%2Flinktr.ee%2Fexample" \
  -H "x-api-key: YOUR_API_KEY"

Continue with the Linktree profile reference.

Understand the result

success

The supported fields were retrieved. Coverage describes the public page, not every possible piece of account data.

partial

Usable data is available, but a limit or missing field prevented complete coverage. Inspect warnings or failure details.

failed / challenged

Retrieval could not complete. Use the explicit failure code to decide whether to retry.

Details in Errors & responses.

Social media API reference

37 platform integrations · 275 documented endpoints, including account utilities. Check each platform for live coverage and limits.

Social networks

Social video & live streaming

Social commerce & marketplaces

Social advertising

Forums & communities

Public messaging communities

Events & real-world communities

Account tools: API usage reference.