Social Media API
Threads API
Posts, profiles, replies, and search from Meta's text-first network.
TikHub's Threads API covers Meta's text platform with public post details, user profiles, reply threads, and search — one REST call each, no Meta developer onboarding.
What's in the Threads API
Threads Web API
One request to structured JSON
1curl -X GET "https://api.tikhub.io/api/v1/threads/web/fetch_user_info?username=USERNAME" \2 -H "Authorization: Bearer YOUR_API_KEY"Get your API key at user.tikhub.io/dashboard/api — see the getting-started guide.
What teams build with it
- Track conversation migration between X and Threads
- Monitor brand presence on Meta's text network
- Compare creator engagement across Meta surfaces
Threads API — frequently asked questions
Do I need a Threads developer account to use this API?
No. Sign up for a free TikHub account, create an API key, and call standard REST endpoints. There is no Threads developer application, app review, or OAuth flow involved — TikHub provides structured access to publicly available data.
What Threads data can I extract?
Public posts, user profiles, reply threads, and search results.
How much does the Threads API cost?
Pay-as-you-go from $0.001 per request, with automatic daily volume discounts down to $0.0005 at 30,000+ requests/day. New accounts get $0.05 free credit (~50 requests) — no credit card required.
Is the Threads data suitable for AI training?
Yes. Responses are structured JSON, and the same data is available as bulk datasets (CSV, JSON, JSONL, Parquet) for model training, RAG pipelines, and fine-tuning. TikHub collects public data only and operates in alignment with GDPR and CCPA.