# Export Eventective vendor leads to CSV

**Use case:** 

Scrape event vendors & venues into a structured table: name, category, phone, email, website, city. CSV/JSON export.

## Input

```json
{
  "searchArea": "Austin, TX",
  "categories": [
    "venues",
    "caterers",
    "djs",
    "planners"
  ],
  "maxPagesPerCategory": 2,
  "maxResults": 25,
  "findEmails": true,
  "maxPagesPerSite": 3,
  "requireContact": false,
  "concurrency": 8,
  "monitorMode": false,
  "alertOnNewLead": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

## Output

```json
{
  "name": {
    "label": "Vendor / Venue",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "profile_url": {
    "label": "Eventective",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Eventective Scraper — Event Vendor & Venue Leads + Emails](https://apify.com/scrapersdelight/eventective-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/eventective-scraper) to learn more, explore other use cases, and run it yourself.