# Scrape Houston Manufacturers & Revenue - Manta

**Use case:** 

Pull Houston manufacturers with revenue and headcount from Manta with Company, City, State, Phone, Website and Lead score. Export to CSV or Excel.

## Input

```json
{
  "searchTerms": [
    "manufacturers"
  ],
  "location": "Houston, TX",
  "maxResults": 100,
  "includeDetails": true,
  "enrichContacts": false,
  "minEmployees": 20,
  "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.