# Extract Feverup candlelight concert event detail page

**Use case:** 

Scrape Feverup event detail page with schedule, venue, pricing tiers, and descriptions for experience marketplace research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://feverup.com/m/381056"
    }
  ],
  "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.