# Monitor Posh organizer and city event feeds

**Use case:** 

Build a recurring event-calendar workflow from Cafe Erzulie organizer events and Miami’s Posh discovery feed.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://posh.vip/g/cafe-erzulie"
    },
    {
      "url": "https://posh.vip/explore/miami"
    }
  ],
  "maxItems": 50,
  "when": "This Month",
  "sort": "Newest",
  "includeTickets": true,
  "maxConcurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Event",
    "format": "string"
  },
  "startAtUtc": {
    "label": "UTC start",
    "format": "string"
  },
  "venueName": {
    "label": "Venue",
    "format": "string"
  },
  "venueAddress": {
    "label": "Address",
    "format": "string"
  },
  "lowestPrice": {
    "label": "Lowest price",
    "format": "number"
  },
  "highestPrice": {
    "label": "Highest price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "organizer": {
    "label": "Organizer",
    "format": "object"
  },
  "url": {
    "label": "Event URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Posh.vip Events Scraper](https://apify.com/automation-lab/posh-vip-events-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/posh-vip-events-scraper) to learn more, explore other use cases, and run it yourself.