Social Fetch

Documentation

Start quickly with Social Fetch, browse platform coverage, and choose the best path for humans or coding agents

Welcome to the Social Fetch API docs. Social Fetch provides normalized Instagram, TikTok, and X/Twitter data through a versioned REST API and a published OpenAPI spec.

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.

Start here

Production API base URL: https://api.socialfetch.dev. Authenticate with x-api-key: sfk_.... For tooling and codegen, use /openapi.json or go straight to the API reference.

Choose your path

Platform coverage

Browse the API by platform and task:

  • Instagram: profile, profile posts, single post or reel
  • TikTok: profile, profile videos, single video or post
  • Twitter: profile, profile tweets, single tweet
  • Utilities: whoami, balance, and health

The fastest way to see the full surface area is the API reference, which groups every documented operation and links to generated schema pages.

What you get

Versioned API

Stable JSON under `/v1` with explicit error codes and request IDs for support.

Predictable errors

One envelope for successes and failures — see Errors for codes and semantics.

Machine-readable docs

  • Append .mdx to any docs URL for the markdown version, for example /docs/quickstart.mdx.
  • Use /llms.txt as the curated LLM index for the most important docs pages.
  • Use /llms.json when you want the same route inventory as structured JSON, including parameter names, pagination, outcomes, credits, and SDK mapping.
  • Use /openapi.json when you need the full schema for codegen, validation, or agent tooling.

Tip

First-time developer onboarding should usually touch only four pages: Quickstart, SDK or API reference, Errors, and Credits. Give coding agents /llms.txt, /llms.json, plus /openapi.json.

On this page