# Concord Chamber members with contact emails

**Use case:** 

Every member of the Concord CA Chamber of Commerce with business name, category, phone, address and website — enriched with contact emails.

## Input

```json
{
  "listChambers": false,
  "county": "Contra Costa",
  "cities": [
    "Concord"
  ],
  "state": "CA",
  "categories": [],
  "enrichContacts": true,
  "maxResults": 200,
  "directoryUrls": [],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "business_name": {
    "label": "Business",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "enrichment_status": {
    "label": "Enrichment",
    "format": "string"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Chamber of Commerce Member Directory & Business Leads Scraper](https://apify.com/scrapebench/chamber-of-commerce-member-directory) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapebench/chamber-of-commerce-member-directory) to learn more, explore other use cases, and run it yourself.