Hashtags
Hashtag Info
Description
This endpoint retrieves detailed information about a specific Instagram hashtag.
Endpoint
GET api/v1/realtime/social/instagram/v1/tags/{{tagName}}/info/
Parameters
tagName
Yes
Path Param
String | The hashtag name for which media information is to be retrieved
Hashtag Feed Sections
Description
This endpoint retrieves sections of the hashtag feed for a specific Instagram hashtag, such as top posts or recent posts.
Endpoint
POST api/v1/realtime/social/instagram/v1/tags/{{tagName}}/sections/
Parameters
tagName
Yes
Path Param
String | The hashtag name for which media information is to be retrieved
tab
Yes
Body Param
Enum | The section of the feed to retrieve:
top (default)
ranked
recent
rank_token
No
Body Param
String | A UUID version 5 used for ranking and pagination. For each request, generate a new UUID, and use the same rank_token
for all pagination requests.
max_id
No
Body Param
String | used as pagination cursor -
Use the value of the next_max_id
field from the response as the value for pagination
Last updated