Social Media APIs
Call only what you need. Scale when ready.
Start Scraping ⚡️Request · GET
fetch("https://api.socialmediaapi.dev/v1/tiktok/users/@example/profile", {
headers: { "x-api-key": "your-api-key" }
}).then(r => r.json())
Swap
@example. Same auth header across platforms.Response · JSON (preview)
{
"handle": "example",
"name": "Example Creator",
"followers": 412038,
"posts": 287,
"avg_views": 58210,
"last_post_at": "2025-10-22T13:44:11Z"
}
Run it live in the docs with your key.
APIs available today
Start focused. Go deep where you need signal.
TikTok API
- Creator profile & stats
- Video list (auto-pagination)
- Video details & transcript
- Search: handle · hashtag · keyword
- Trending feed
Instagram API
- Profile & basic profile
- Posts & Reels
- Post/Reel metadata
- Comments (paged)
- Highlights & stories (meta)
Facebook API
- Public pages & page posts
- Post details & comments
- Group posts (public)
- Video transcript (basic)
- Ad Library search & details
Twitter (X) API
- User profile & recent tweets
- Tweet details & thread expand
- Search by keyword or hashtag
- Replies & quotes
- Video transcript (light)
Why teams choose us
Unified feel
Same auth header and request style across platforms.
Simple usage
1 request = 1 credit. Clear and predictable.
Real-time
Fresh public data. No stale caches.
Scales fast
No artificial rate limits. Run concurrent calls.