Three platforms, one response shape.
Get profiles, posts, comments, followers, search, and more from Instagram, TikTok, and X. Every platform uses the same response shape and price.
100 free requests, no card needed.
curl "https://api.openhandle.dev/v1/instagram/posts/{identifier}" \
-H "Authorization: Bearer $OPENHANDLE_API_KEY"{
"platform": "instagram",
"resource": "post",
"capturedAt": "2026-08-24T09:12:47Z",
"source": "live",
"data": {
"id": "DL2xq81q…",
"author": { "handle": "instagram", "isVerified": true, … },
"media": [{ "type": "video", "url": "https://media.openhandle.dev/m_2c9df…" }],
"metrics": {
"views": 5081233,
"likes": 301882,
"comments": 4211,
"shares": 88410,
"saves": 41077,
"reach": null
}
…more data
}
}Platforms
Pick a platform.
Every operation is listed on its page, with a real request and response.
Normalized public profiles, posts, comments, and reply threads.
- Get a profile
- List profile posts
- List profile reels
- List profile videos
- List tagged posts
- and 40 more operations
TikTok
Public TikTok profiles, videos, comments, and replies in one stable schema.
- Get a profile
- List profile videos
- List liked posts
- List followers
- List following
- and 23 more operations
X
Public X profiles, timelines, social graph, search, posts, and conversations in one stable schema.
- Get a profile
- List user posts
- List user replies
- List user media
- List followers
- and 12 more operations
Another platform
Tell us what you need.
We pick the next platform based on what people need, when they need it, and how much they will use it. A short list of endpoints is enough.
Send your agent ahead.
Paste the prompt into your agent and it sets everything up. Or come yourself, it takes five minutes.