Skip to main content
Upscrape 2.0 is here. Live platform data for agents, apps, and workflows. Upscrape 2.0 is here. REST API and MCP, one connection. Explore capabilities

Production-ready social & content scraper APIs

Get structured social & content data through REST or MCP while Upscrape maintains the scrapers.

Popular or recommended APIs

Production-ready access to the platforms teams request most.

Find the data source you need.

Browse every available platform, capability, and starting credit price.

Are.na

Social & content

Search and inspect public Are.na profiles, channels, blocks, and their connections.

  • List Block Connections
  • Get Block
  • List Channel Blocks
  • +6 more
Bluesky

Social & content

Read Bluesky actor and post data from public AT Protocol endpoints.

  • Get followers
  • Get follows
  • Get profile
  • +10 more
Facebook

Social & content

Extract public Facebook pages, content, engagement metrics, and Ads Library results.

  • Search Ads Library
  • List Page Posts
  • List Page Reels
  • +7 more
Instagram Scraper

Social & content

Public Instagram profiles, media, comments, reels, audio, embeds, and discovery.

  • List Reels by Audio
  • List Comments
  • Get Embed
  • +14 more
LinkedIn Scraper

Social & content

Public LinkedIn profiles, organizations, content, jobs, newsletters, and Learning data.

  • Get Article
  • Get Company
  • Get Company Jobs
  • +8 more
Linktree Scraper

Social & content

Public Linktree profiles, links, creator posts, Shop products, and directory discovery.

  • Get Directory Page
  • Harvest Directory Profiles
  • Get Profile
  • +2 more
Pinterest Scraper

Social & content

Extract public Pinterest profiles, boards, sections, and pin metadata.

  • Get Full Board
  • Get Board ID
  • Get Board Info
  • +6 more
Product Hunt

Social & content

Read Product Hunt discovery feeds, topics, categories and reviews.

  • Get Category
  • RSS Feed
  • Get Homepage
  • +3 more
Reddit

Social & content

Monitor Reddit communities, posts, threads, and public user activity without managing browser sessions.

  • List Comments
  • List Post Comments
  • Get Post
  • +6 more
Threads

Social & content

Extract public Threads profiles, tag metrics, search results, timelines, posts, and replies.

  • Home feed
  • Post lookup
  • Post replies
  • +6 more
TikTok

Social & content

Public TikTok profiles, videos, comments, discovery, native captions, LIVE metadata and US Shop products over HTTP.

  • Collection videos
  • Comment replies
  • Trending feed
  • +18 more
Tumblr Scraper

Social & content

Public Tumblr profiles, posts, search, tag discovery, and original media.

  • List Images
  • Get Post Images
  • Get Post
  • +7 more
X (Twitter)

Social & content

Fetch public X posts by ID through the logged-out syndication endpoint.

  • Get Tweet (Syndication)
YouTube Scraper

Social & content

Extract public YouTube videos, channels, live streams, comments, playlists, search results, and transcripts.

  • List Channel Community
  • List Channel Live Streams
  • List Channel Playlists
  • +7 more
See the product working

One request in. Structured data out.

Use the same execution contract through REST or MCP. Upscrape handles source changes, retries, validation, and delivery while each capability returns structured platform data behind a stable execution contract.

Schema-validated inputsEvery capability declares exactly what it accepts.

Structured JSON responsesCapability-specific output your product can use immediately.

Async execution for long jobsConsistent status and recovery for slower sources.

Follow the quickstart
Request
curl https://data.upscrape.com/execute \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '
{
  "capability": "ebay.products.search",
  "input": {
    "query": "wireless headphones"
  }
}'
Response 200 completed
{
  "job_id": "8f0e3b0d-1d4d-4f73-9b1f-2f5f7a7a4d18",
  "request_id": "req_01J8EXAMPLE",
  "platform": "ebay",
  "capability": "ebay.products.search",
  "status": "completed",
  "success": true,
  "results": [{
    "data": {
      "items": [{
        "title": "Wireless headphones",
        "price": "$79.99",
        "rating": 4.6
      }]
    }
  }],
  "billing": {"credits_charged": 1}
}
Managed accessSource access, retries, and delivery.
Automatic recoveryRetries and runtime health checks.
Consistent contractsA stable job and billing envelope with platform-specific data.
Clear usage pricingFixed credits before every request.

Platform data without the maintenance burden.

Move from brittle scraping projects to a dependable product surface.

01

Ship instead of maintaining scrapers

Skip source maintenance, retries, parsers, and delivery infrastructure.

02

One execution contract across platforms

Use consistent authentication, execution, job status, errors, and billing metadata with capability-specific outputs.

03

Built for products and agents

Call capabilities through REST, connect over MCP, or combine both in one production workflow.

Go from documentation to live data today.

Choose an API, inspect its schema, and make your first request with one Upscrape key.