# Scrape Yellow Pages Plumbers in Chicago

**Use case:** 

Collect Chicago plumber listings directly from Yellow Pages, including contact details, reviews, categories, and listing URLs.

## Input

```json
{
  "searchTerms": "plumber",
  "location": "Chicago, IL",
  "maxResults": 100
}
```

## Output

```json
{
  "businessName": {
    "label": "Business Name"
  },
  "phone": {
    "label": "Phone"
  },
  "address": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zip": {
    "label": "ZIP"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "categories": {
    "label": "Categories"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "url": {
    "label": "Yellow Pages URL",
    "format": "link"
  }
}
```

## About this Actor

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