Skip to documentation
Browse documentation

Get Location

Fetches metadata for a public Instagram location from its direct server-rendered Relay payload.

Capability ID instagram.location.get
Cost 1 credit per request
Maximum runtime 60 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

location_id string required

Numeric Instagram location ID

Example 213385402

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
data object 14 fields
data.category string City
data.hours object 1 fields
data.ig_business object 1 fields
data.lat number 51.5141
data.lng number -0.1094
data.location_address string
data.location_city string
data.location_id string 213385402
data.location_zip string
data.media_count integer 106157871
data.name string London, United Kingdom
data.phone string [redacted:phone]
data.price_range integer 2
data.slug string london-united-kingdom
location_id string 213385402

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.