action instagram_get_locations_search { label: "Search for a location by geographic coordinate." description: "Search for a location by geographic coordinate." provider: instagram method: GET path: "/locations/search" encoding: json input: { type: "object" properties: { distance: { type: "string" } facebook_places_id: { type: "string" } foursquare_id: { type: "string" } foursquare_v2_id: { type: "string" } lat: { type: "string" } lng: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }