# Sports Chiropractic Clinic Leads

**Use case:** 

Scrape sports chiropractic clinic leads by location with public contact details, websites, ratings, reviews, and business addresses.

## Input

```json
{
  "locations": [
    "Phoenix, Arizona"
  ],
  "maxItems": 75,
  "includeWebsiteEmails": true,
  "searchQuery": "sports chiropractor"
}
```

## Output

```json
{
  "name": {
    "label": "Practice name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "email": {
    "label": "Primary email",
    "format": "text"
  },
  "emails": {
    "label": "Emails",
    "format": "text"
  },
  "socialLinks": {
    "label": "Social links",
    "format": "text"
  },
  "openingHours": {
    "label": "Opening hours",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "googleMapsSearchUrl": {
    "label": "Google Maps search",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "locationQuery": {
    "label": "Location query",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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