cURL
Posts
Get Posts
Retrieve posts for a creator or profile with engagement metrics and media data.
Query options:
- By creator: Use
creator_idto get posts across all their profiles - By profile: Use
platform+usernamefor a specific profileβs posts
Sort options:
recent: Most recent posts first (default)top_engagement: Highest engagement rate firstmost_likes: Most likes firstmost_views: Most views first (video content)most_comments: Most comments first
Also callable as the get_posts MCP tool β see the MCP server guide for setup.
Pricing: 0.05 credits per post returned ($0.0005)
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.influship.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Query Parameters
Platform (required with username)
Available options:
instagram Example:
"instagram"
Username (required with platform)
Required string length:
1 - 50Example:
"fitness_coach_jane"
Creator ID (use this OR platform+username)
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Example:
"123e4567-e89b-12d3-a456-426614174000"
Maximum posts to return
Required range:
1 <= x <= 50Example:
12
Sort order
Available options:
recent, top_engagement, most_likes, most_views, most_comments Example:
"recent"
Pagination cursor for next page