Documentation

Look up profiles, posts, and engagement metrics across every major social platform through one normalized REST API.

Social Fetch is a REST API for normalized social media data. Look up profiles, posts, and engagement metrics across Instagram, TikTok, X/Twitter, YouTube, and more — one JSON shape, one API key.

Start with your AI tool

Paste this prompt into Cursor, Claude Code, or any AI IDE. It will read the docs and integrate Social Fetch for you.

The essentials

Base URL https://api.socialfetch.dev · authenticate with the x-api-key: sfk_... header · grab the spec from /openapi.json. New here? Start with the Quickstart.

Pick your path

Not sure where to begin? Match your setup:

Platform coverage

Every platform returns the same { data, meta } envelope.

  • Instagram — profiles, posts, reels, highlights, search
  • TikTok — profiles, videos, products, user search
  • X/Twitter — profiles, tweets, communities, search
  • YouTube — channels, videos, transcripts, playlists, search
  • Facebook, LinkedIn, Reddit, Threads, Telegram, Linktree, Hacker News, Truth Social, Spotify — profiles, posts, and platform-specific lookups
  • Web — fetch any page as Markdown or HTML, or ask a question about it
  • Utilitieswhoami, balance, and health

See the API reference for every operation and its schema.

Docs for machines

Building with a coding agent or generating client code:

  • Append .mdx to any docs URL for the raw Markdown, e.g. /docs/quickstart.mdx.
  • /llms.txt — curated discovery index: coverage, why to use it, workflow-oriented doc links (~100 lines).
  • /agents.txt — agent onboarding, auth/pagination rules, and crawl allowlist.
  • /llms-endpoints.txt — every operation with a link to that route's markdown page.
  • /llms-{platform}.txt — per-platform files with parameters, credits, and example curls (from OpenAPI).
  • /llms.json — structured route inventory with parameters, pagination, outcomes, credits, and SDK mappings.
  • /openapi.json — full schema for codegen, validation, and tooling.
  • Capability matrix — dense human-readable appendix of every operation. Prefer /llms.json for agents.

On this page