# Find party venues in Alexandria VA on Eventective

**Use case:** 

Scrape Eventective party and event venue listings in Alexandria VA with capacity, pricing, and contact details.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.eventective.com/alexandria-va/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.