instagram_search_locations
Search Instagram locations by place name to retrieve location IDs, along with address and coordinates, for subsequent media queries.
Instructions
Find Instagram place pages by name, to get a location_id.
Feed instagram_get_location_medias with the location_id you get back.
Args: query: The place name to search for. amount: How many places to keep.
Returns: count and locations[]: location_id, name, address, city, lat, lng.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Place name, e.g. 'Vondelpark' or 'Rotterdam Centraal'. | |
| amount | No | Maximum places to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||