# Scrape Los Angeles caterer leads

**Use case:** 

Build an LA caterer lead list with phone, website, email & city. Export-ready CSV/JSON for B2B outreach.

## Input

```json
{
  "searchArea": "Los Angeles, CA",
  "categories": [
    "caterers"
  ],
  "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.