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 keyEarly 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 } }
| Endpoint | What it returns | Price / call |
|---|---|---|
tiktok.get_profile | TikTok profile with stats | $0.005 |
tiktok.get_posts | Recent TikTok posts with stats | $0.005 |
instagram.get_profile | Instagram profile with stats | $0.005 |
youtube.get_transcript | Full video transcript, timestamped | $0.005 |
serp.search | Google search results, structured | $0.003 |
Public data only. More capabilities are added on demand — tell us what your agent needs.
Top up once, spend per call. No plans, no tiers, no subscription. Credits never expire.
You are only charged when the call succeeds. Every response reports its exact cost and your balance.
Multiple upstream sources per capability with automatic routing — one source having a bad day is our problem, not yours.
Per-key daily budget caps by default, so an agent in a loop can never surprise you.
Normalized, provider-agnostic responses. Task-shaped endpoint names your agent picks by itself.
REST today; a Model Context Protocol endpoint for Claude, Cursor and friends is on the way.