# Extract Chiropractor Business Data in Texas

**Use case:** 

Gather detailed information on chiropractic clinics across Texas to support lead generation and competitive analysis. Understand the local market landscape for 

## Input

```json
{
  "mode": "search",
  "searchQuery": "chiropractor",
  "location": "texas",
  "maxItems": 500
}
```

## Output

```json
{
  "businessName": {
    "label": "Business name"
  },
  "phone": {
    "label": "Phone"
  },
  "address": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "category": {
    "label": "Category"
  },
  "website": {
    "label": "Website"
  },
  "description": {
    "label": "Description"
  },
  "profileUrl": {
    "label": "Profile url"
  }
}
```

## About this Actor

This example demonstrates how to use [HotFrog Scraper](https://apify.com/crawlerbros/hotfrog-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/hotfrog-scraper) to learn more, explore other use cases, and run it yourself.