# Track 192.com plumber businesses in Birmingham UK

**Use case:** 

Extract plumber business listings in Birmingham from 192.com with service areas and contact info for trades lead generation.

## Input

```json
{
  "who": "Plumber",
  "where": "Birmingham",
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "number"
  },
  "name": {
    "label": "Business Name",
    "format": "text"
  },
  "marketSector": {
    "label": "Market Sector",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  }
}
```

## About this Actor

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