Get posts by location — Instagram API
Returns recent posts tagged at a location. Fixed page size of 21 (platform limit). The location ID is a numeric Facebook Places ID.
GET
/v1/instagram/locations/{locationId}1 credit per requestExample response200OK
Make the request.
One authenticated GET to /v1/instagram/locations/{locationId}. 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
- Geotagged content analysis for location-based campaigns
- Local influencer and creator discovery by venue or city
- Physical event coverage and real-time venue activity tracking
const response = await fetch("https://api.konbiniapi.com/v1/instagram/locations/1111", {
headers: { "Authorization": "Bearer YOUR_API_KEY" }
});
const data = await response.json();
Parameters3
- locationIdrequiredIn · PathType · stringInstagram/Facebook location ID (numeric)
- countIn · QueryType · integerPage size (fixed at 21 by the platform)21–21default 21
- 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.