Search
Users Search
Description
This endpoint searches for Instagram users based on a query string.
Endpoint
GET api/v1/realtime/social/instagram/v1/users/search?q={keyword}
Parameters
q
Yes
Query Param
String | The search term used to find Instagram users.
Hashtag Search
Description
This endpoint searches for Instagram hashtag.
Endpoint
GET api/v1/realtime/social/instagram/v1/tags/search?q={keyword}
Parameters
q
Yes
Query Param
String | The search term or hashtag to find Instagram posts
Location Search
Description
This endpoint searches for Instagram posts based on a location specified by latitude and longitude.
Endpoint
GET api/v1/realtime/social/instagram/v1/location_search?latitude={lat}&longitude={lon}
Parameters
latitude
Yes
Query Param
Float | The latitude of the location.
longitude
Yes
Query Param
Float | The longitude of the location.
search_query
No
Query Param
String | An optional search term to refine the search results.
Top Search
Description
This endpoint performs a top search on Instagram based on a query string
Endpoint
GET api/v1/realtime/social/instagram/v1/fbsearch/top_serp?query={keyword}
Parameters
query
Yes
Query Param
String | The search term for finding top results on Instagram
next_max_id
No
Query Param
String | Send only after the first request, get the value from media_grid
next_max_id
in the previous response.
reels_max_id
No
Query Param
String | Send only after the first request, get the value from media_grid
.
reels_max_id
in the previous response.
rank_token
No
Query Param
String | Send only after the first request, get the value from media_grid
.
rank_token
in the previous response.
has_more_reels
No
Query Param
Boolean | Send only after the first request, get the value from media_grid
.
has_more_reels
in the previous response.
Account Search
Description
This endpoint searches for Instagram accounts based on a query string
Endpoint
GET api/v1/realtime/social/instagram/v1/fbsearch/account_serp?query={keyword}
Parameters
query
Yes
Query Param
String | The search term for finding Instagram accounts.
page_token
No
Query Param
String | Send only after the first request, get the value from "page_token" in the previous response.
rank_token
No
Query Param
String | Send only after the first request, get the value from "rank_token" in the previous response.
Places Search
Description
This endpoint searches for Instagram places based on a query string.
Endpoint
GET api/v1/realtime/social/instagram/v1/fbsearch/places?query={keyword}
Parameters
query
Yes
Query Param
String | The search term or place to find Instagram posts
Last updated