# Browse party venues in Bowie MD on Eventective

**Use case:** 

Extract party and event venue listings in Bowie MD from Eventective with capacity, pricing, and vendor details.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.eventective.com/bowie-md/party-event-venues/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "capacity": {
    "label": "Capacity",
    "format": "text"
  }
}
```

## About this Actor

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