# Scrape Miami event DJ leads with emails

**Use case:** 

Pull Miami event & wedding DJ leads with email, phone & website. Export-ready CSV/JSON.

## Input

```json
{
  "city": "Miami, FL",
  "categories": [
    "djs"
  ],
  "maxItems": 25,
  "maxPagesPerSite": 2,
  "maxPagesPerCategory": 10,
  "genericInboxOnly": false,
  "requireEmail": false,
  "concurrency": 8,
  "monitorMode": false,
  "alertOnNewLead": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

## Output

```json
{
  "name": {
    "label": "Venue / Vendor",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "email_type": {
    "label": "Type",
    "format": "string"
  },
  "email_verified": {
    "label": "MX",
    "format": "boolean"
  },
  "email_confidence": {
    "label": "Confidence",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "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 [Wedding Venue & Vendor Email Extractor — Eventective](https://apify.com/scrapersdelight/eventective-email-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/eventective-email-extractor) to learn more, explore other use cases, and run it yourself.