Search popular topics — Instagram API
Returns a paginated batch of posts matching a keyword, along with Instagram's generated description of the topic and related sub-topics as links. Not an exact-topic lookup — coverage varies by keyword: some return posts, a description, and related terms, others return only some of these, or none. Instagram always returns a fixed batch of 12 posts per page.
/v1/instagram/search/popular1 credit per requestMake the request.
One authenticated GET to /v1/instagram/search/popular. Authentication and error conventions stay consistent across endpoints. This page shows the path, parameters, response shape, limits, and credit rule for this operation.
Built for
- Data Analytics
- Market Research
- Platform Integration
const response = await fetch("https://api.konbiniapi.com/v1/instagram/search/popular", {
headers: { "Authorization": "Bearer YOUR_API_KEY" }
});
const data = await response.json();
- queryrequiredIn · QueryType · stringSearch query
- cursorIn · QueryType · stringPagination cursor
What you will probably call next.
The Instagram endpoints around this one — the same object at a different depth, or the same kind of read.
Try it on your own data.
Get a free API key and make this request in minutes. Failed and timed-out requests are automatically refunded.