cURL
curl --request GET \ --url https://api.bundle.social/api/v1/misc/instagram/locations \ --header 'x-api-key: <api-key>'
{ "items": [ { "locationId": "<string>", "name": "<string>", "link": "<string>", "location": { "city": "<string>", "country": "<string>", "latitude": 123, "longitude": 123, "state": "<string>", "street": "<string>", "zip": "<string>" } } ] }
Searches Facebook Pages with physical location data and returns IDs that can be used as data.INSTAGRAM.locationId.
Free-text query used to search location pages
1
1 <= x <= 25
200
Show child attributes
Was this page helpful?