01
Ask one clear question
Name the platform when you can — e.g. TikTok followers for a handle, YouTube subscribers, Instagram profile, Reddit search.
Free · no signup · natural language
One question about TikTok, YouTube, Instagram, Reddit, and more. We route it and return live JSON.
Use in Claude or ChatGPTSame lookup, live, from your AI.Protected by Cloudflare Turnstile · 1-credit lookups only
Quick start
One question, one routed lookup — full response envelope, not a chat thread.
01
Name the platform when you can — e.g. TikTok followers for a handle, YouTube subscribers, Instagram profile, Reddit search.
02
POST /v1/ask matches intent to a public API operation and extracts handles, URLs, or search terms.
03
The response includes routedOperation plus the nested lookup payload — same envelope as REST and MCP.
Why use it
POST /v1/ask resolves platform, operation, and params — returned in data.routedOperation.
Describe the lookup in plain English — we pick the matching TikTok, YouTube, Instagram, Reddit, or other public API operation.
Each submit runs one routed lookup and returns structured JSON. No thread, no memory, no multi-turn agent loop.
You get routedOperation, lookup data (including lookupStatus), and requestId — the same envelope REST and MCP return.
How routing works
Plain English maps to a concrete OpenAPI operation you can pin in production.
Match platform and resource type — profile, channel, search, post, transcript, and more.
Pull handles, URLs, and search terms from the question so you do not need the OpenAPI index first.
Dispatch the typed operation. Routing costs 0 credits on the API; only the nested lookup bills.
Example: “How many TikTok followers does MrBeast have?” → GET /v1/tiktok/profiles/{handle}
Example questions
Name the platform when you can — MrBeast exists on TikTok, YouTube, and Instagram.
“How many TikTok followers does MrBeast have?”
“How many YouTube subscribers does MrBeast have?”
“Get the Instagram profile for @instagram”
“Search Reddit for posts about switching from Notion”
“Get the Twitter profile for @elonmusk”
“Look up the LinkedIn company page for Nike”
Free vs production
Try here, ship with an API key — or call the typed path from routedOperation.
Free browser demo. Covers simple profile and search lookups.
Same router with an API key. Routing is free; the nested lookup bills.
Once you know the route, call the explicit endpoint for repeat work.
For agents
Same router via hosted MCP — OAuth in the browser, no API key in config.
Add the MCP server, OAuth once, then pass a query string.
Use natural language to find the route, then switch to the typed MCP tool.
Point agents at /llms.txt before wiring code. Docs tools are free.
For builders & automations
POST a query. Routing is free; the nested lookup bills. Swap to typed routes once routedOperation is stable.
More free tools
Try another free tool. Or browse all free tools.
TikTok URL → transcript text. Free, no signup.
Open toolFollower-based ER from a handle, plus an AI audit.
Open toolTopic → ranked Reddit posts and threads.
Open toolWatch, Shorts, embeds — captions to plain text.
Open toolFAQ
No. One question, one routed lookup, structured JSON back. No thread or memory.
Profiles, channel stats, and simple searches. Heavier routes need an API key. Protected by Cloudflare Turnstile.
We parse platform and intent, extract identifiers, pick the matching operation, and run it. The response includes `data.routedOperation` plus the live lookup. Routing is free; only the nested lookup bills.
Creators like MrBeast exist on multiple networks. Naming the platform helps pick the right endpoint first try.
Yes — POST /v1/ask with an API key, or use `nl_ask_post` via https://api.socialfetch.dev/mcp. Pin typed tools once you know the route.
`found`, `not_found`, `private`, `restricted`, or `hidden` on HTTP 200. A `not_found` is still a completed lookup, not a transport error.
/v1/ask routes social platform lookups. /v1/web/ask answers questions about one public URL's page content.
Sign up for 100 free API credits, then call these tools from your own code — no browser Turnstile in the way.