Get your API key

Every data API. One key.

Fetch42 is the data layer for AI agents: real-time public web & social data — profiles, posts, transcripts, search — through one API, one prepaid balance, priced per call.

Get your API key

Early access · prepaid top-ups from $5 · no subscription, ever

# one key, task-shaped endpoints, cost on every response
$ curl https://api.fetch42.ai/v1/tiktok/profile?handle=stoolpresidente \
    -H "Authorization: Bearer fk_live_…"

{
  "data": { "platform": "tiktok", "handle": "stoolpresidente", "followers": 4700000, … },
  "meta": { "cost_usd": 0.005, "balance_usd": 4.995, "provider": "…", "cached": false }
}

Capabilities

EndpointWhat it returnsPrice / call
tiktok.get_profileTikTok profile with stats$0.005
tiktok.get_postsRecent TikTok posts with stats$0.005
instagram.get_profileInstagram profile with stats$0.005
youtube.get_transcriptFull video transcript, timestamped$0.005
serp.searchGoogle search results, structured$0.003

Public data only. More capabilities are added on demand — tell us what your agent needs.

Built for agents, honest by design

True pay-as-you-go

Top up once, spend per call. No plans, no tiers, no subscription. Credits never expire.

Failed calls cost $0

You are only charged when the call succeeds. Every response reports its exact cost and your balance.

Always answering

Multiple upstream sources per capability with automatic routing — one source having a bad day is our problem, not yours.

Budget-capped keys

Per-key daily budget caps by default, so an agent in a loop can never surprise you.

One schema per capability

Normalized, provider-agnostic responses. Task-shaped endpoint names your agent picks by itself.

MCP-native

REST today; a Model Context Protocol endpoint for Claude, Cursor and friends is on the way.