# Chamber Of Commerce Member in TX

**Use case:** 

Export chamber of commerce member in TX — names, locations, and contact details.

## Input

```json
{
  "sp_intended_usage": "Example: extract chamber of commerce member for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "chamberUrls": [
    "https://business.lubbockchamber.com"
  ],
  "states": [
    "TX"
  ],
  "maxItems": 200
}
```

## Output

```json
{
  "business_name": {
    "label": "Business Name",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "chamber_name": {
    "label": "Chamber Name",
    "format": "string"
  },
  "profile_url": {
    "label": "Profile Url",
    "format": "string"
  }
}
```

## About this Actor

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