# Auto Repair Leads in Chicago, IL from Yellow Pages

**Use case:** 

Get auto repair business leads in Chicago, IL with names, phone numbers, addresses, and websites from Yellow Pages listings.

## Input

```json
{
  "searchQuery": "auto repair",
  "location": "Chicago, IL",
  "maxItems": 55
}
```

## Output

```json
{
  "name": {
    "label": "Business"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "address": {
    "label": "Address"
  },
  "categories": {
    "label": "Categories"
  },
  "rating": {
    "label": "Rating"
  },
  "yearsInBusiness": {
    "label": "Years"
  },
  "url": {
    "label": "Profile"
  }
}
```

## About this Actor

This example demonstrates how to use [YellowPages Scraper - Phone, Website & Address Leads (US)](https://apify.com/scrapers_lat/yellowpages-business-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/yellowpages-business-scraper) to learn more, explore other use cases, and run it yourself.