# Scrape Feverup New York theater and comedy shows

**Use case:** 

Extract theater and comedy show listings from Feverup.com New York with dates, venues, and ticket prices for events intel.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://feverup.com/en/new-york/theater-comedy-shows"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "tickets": {
    "label": "Tickets",
    "format": "array"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "numOfRatings": {
    "label": "Number of Ratings",
    "format": "number"
  },
  "media": {
    "label": "Media",
    "format": "array"
  },
  "venues": {
    "label": "Venues",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Feverup.com Scraper](https://apify.com/lexis-solutions/feverup-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/feverup-com-scraper) to learn more, explore other use cases, and run it yourself.