# Find Instagram users by location

**Use case:** 

Discover accounts posting from a specific city or venue with usernames, bios and stats.

## Input

```json
{
  "locationIds": [
    "212988663"
  ],
  "limit": 1000,
  "extractEmails": false
}
```

## Output

```json
{
  "position": {
    "label": "#",
    "format": "integer"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "username": {
    "label": "Author",
    "format": "string"
  },
  "likes": {
    "label": "Likes",
    "format": "integer"
  },
  "comments": {
    "label": "Comments",
    "format": "integer"
  },
  "locationName": {
    "label": "Location",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Location Scraper - Find Users by Location 2026](https://apify.com/instaprism/instagram-location-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/instaprism/instagram-location-scraper) to learn more, explore other use cases, and run it yourself.