Post Details
Retrieve detailed information about specific creator content.
What you get
- Supports Instagram, TikTok, and YouTube platforms.
- Returns platform-specific content metadata and engagement data in a structured format.
Supported content types per platform
- Instagram: data, comments, transcript, audio
- TikTok: data, comments, transcript, audio
- YouTube: data, comments, transcript
Credits
- 0.03 credits per successful request. If no data is returned, no credits are deducted.
When to use
Use this endpoint when you have a specific post ID and need to go deeper than profile-level data. Typical use cases: brand safety review, transcript extraction for content analysis, pulling comment threads, and engagement deep-dives on individual posts.
Result format
The result field returns a platform-specific object:
- data — post metadata and engagement stats (likes, views, shares)
- comments — paginated comment list; use pagination_token to fetch the next page
- transcript — spoken text extracted from the video
- audio — audio resource reference (Instagram and TikTok only)
Request body
Example request
{
"platform": "instagram",
"content_type": "data",
"post_id": "3702042988674165349_1541770582",
"pagination_token": ""
}Response
Example response
{
"credits_cost": 0.03
}Changes
Changed in 1 of the 3 revisions of this API.3
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○