# Scrape Commercial Plumbers in Denver, CO - Manta

**Use case:** 

Find commercial plumbers in Denver, CO on Manta with Company, City, State, Phone, Website and Lead score. Export to JSON, CSV or Excel.

## Input

```json
{
  "searchTerms": [
    "commercial plumbers"
  ],
  "location": "Denver, CO",
  "maxResults": 100,
  "includeDetails": false,
  "enrichContacts": false,
  "withEmailOnly": false,
  "withWebsiteOnly": false,
  "withPhoneOnly": false,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "debugMode": false,
  "headful": true
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "url": {
    "label": "Manta URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Manta Scraper - US Small Business Directory & B2B Leads](https://apify.com/scrapesage/manta-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/manta-scraper) to learn more, explore other use cases, and run it yourself.