Skip to main content
GET
cURL
Retrieves your top-performing posts ranked by views within a specified date range.

Request Parameters

start_date / end_date define the window over which view/like/comment/share deltas are summed (the ranking metric). posted_at_start_date / posted_at_end_date restrict the candidate post set by post creation time before ranking. Both posted_at_* bounds must be supplied together; supplying only one returns an error. When neither is provided, behavior is unchanged.

Example

Returns top posts created Oct 15 – Nov 1, 2025, ranked by their view delta Oct 1 – Nov 14, 2025.

Response Fields

Request Example

Response Example

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start_date
string<date>
default:10/01/2025
required

Start date in MM/DD/YYYY format. Defines the metrics-delta window (period over which view/like/comment/share gains are summed for ranking).

end_date
string<date>
default:11/14/2025
required

End date in MM/DD/YYYY format. Defines the metrics-delta window (period over which view/like/comment/share gains are summed for ranking).

posted_at_start_date
string<date>

Start date in MM/DD/YYYY format. Restricts the ranked post set to posts created on or after this date (based on posted_at). Must be supplied together with posted_at_end_date.

posted_at_end_date
string<date>

End date in MM/DD/YYYY format. Restricts the ranked post set to posts created on or before this date (based on posted_at). Must be supplied together with posted_at_start_date.

limit
integer
default:4

Limit the number of results. Default is 4. Recommended is 20. Set to 10,000 to get all data.

page
integer
default:1

Page number for pagination. Default is 1.

per_page
integer
default:40

Number of results per page. Default is 40. Maximum is 100.

Required range: x <= 100
include_gmv
boolean
default:false

Include GMV (Gross Merchandise Value) data for each post. Default is false.

Response

Top posts by views retrieved successfully

success
boolean
Example:

true

data
object