# All Contra Costa County chamber members

**Use case:** 

Members of every Contra Costa County chamber of commerce in one run — name, category, phone, address and website, deduped across chambers.

## Input

```json
{
  "listChambers": false,
  "county": "Contra Costa",
  "cities": [],
  "state": "CA",
  "categories": [],
  "enrichContacts": false,
  "maxResults": 1000,
  "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.