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.
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 APIsSocial video & live streaming
Channels, short-form videos, clips and livestreams. Comments and transcripts where supported.
Explore APIsSocial commerce & marketplaces
Public products, sellers, storefronts, prices and reviews across social commerce and marketplaces.
Explore APIsSocial advertising
Public ad libraries, advertiser details and creative data for competitive research.
Explore APIsForums & communities
Discussions, questions and comment threads, plus developer repositories and contributions.
Explore APIsPublic messaging communities
Public Telegram channels and groups, with descriptions and available audience counts.
Explore APIsCreator profiles & link in bio
Creator profiles, social links, published destinations and featured products.
Explore APIsEvents & real-world communities
Public events, groups, organizers and community profiles for local discovery.
Explore APIsBuild 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.
Command line
Install @scrapeatlas/cli to discover endpoints, make requests and export JSON from your terminal.
AI agents & MCP
Connect through MCP, or use llms.txt and OpenAPI to discover endpoints and schemas.
MCP integrationMake your first request
- 1
Pick a platform
Choose an available platform and endpoint, then create a customer API key on your account page.
- 2
Send the key in a header
Send your customer key in
x-api-keytohttps://api.scrapeatlas.com. - 3
Read
statusandcoverageHandle partial results and explicit failure codes; unknown values are
null.
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 video & live streaming
Social commerce & marketplaces
Social advertising
Forums & communities
Public messaging communities
Creator profiles & link in bio
Events & real-world communities
Account tools: API usage reference.