# Instagram Search Location API (https://www.socialcrawl.dev/platforms/instagram/search-location) > Searches Instagram locations by keyword. Returns matching places, each with its location object (id, name, coordinates) plus a display title and subtitle. Use a returned location id with the Instagram location posts endpoint to fetch recent posts tagged there. TL;DR: `GET /v1/instagram/search/location` costs 5 credits per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `query` | yes | Search keyword or phrase to find Instagram locations. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/instagram/search/location?query=Paris" \ -H "x-api-key: sc_YOUR_API_KEY" ``` ## FAQ ### How do I search Instagram locations with an API? Send a GET request to /v1/instagram/search/location with the query parameter set to a place name or keyword. SocialCrawl returns a JSON array of matching places, each with a location object (id, name, coordinates) plus a title and subtitle. ### How do I get the location id for a place? Each result includes a location object whose id field is the Instagram location id. Feed that id into /v1/instagram/location/posts to pull the recent posts tagged at that place. ### Do results include map coordinates? Yes. Each returned location object carries its latitude and longitude, so you can map places or match them to your own store or venue database. ### Do I need the Instagram Graph API to search locations? No. There is no Graph API app review, Facebook Business verification, or OAuth. A single x-api-key header authenticates every request. ### How much does the Instagram Location API cost? Location search is an advanced endpoint at 5 credits per request. New accounts get 100 free credits, so you can try around 20 searches before deciding to top up. See the full Instagram API: https://www.socialcrawl.dev/platforms/instagram ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing ## Explore with AI Questions this API answers, phrased for an AI assistant: - How to find an Instagram location id by place name with an API - Instagram location API for local marketing and geo research