# Get recent posts from a specific location

**Use case:** 

Pull the latest posts tagged at a venue or city, with captions and engagement, for local trend tracking.

## Input

```json
{
  "locationIds": [
    "212988663"
  ],
  "limit": 500,
  "sortBy": "recent"
}
```

## 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 Posts - Scrape Posts by Location 2026](https://apify.com/instaprism/instagram-location-posts) with a specific input configuration. Visit the [Actor detail page](https://apify.com/instaprism/instagram-location-posts) to learn more, explore other use cases, and run it yourself.