# 2$/1k💰 - ⚡Manta Scraper⚡ - US Business Data, Contacts & NAICS (`nogards95/manta-business-scraper`) Actor

Scrape Manta.com for US business contact info, phone, email, website, NAICS codes, ratings, revenue, and employee data. Search by industry and location, or scrape specific company profile URLs directly.

- **URL**: https://apify.com/nogards95/manta-business-scraper.md
- **Developed by:** [Nogards](https://apify.com/nogards95) (community)
- **Categories:** Jobs, Lead generation, Automation
- **Stats:** 1 total users, 0 monthly users, 33.3% runs succeeded, 1 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

from $2.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Manta.com Business Directory Scraper — Extract US Company Data, Contacts & NAICS Codes

**Turn Manta.com into a structured lead database.** This scraper extracts business name, phone, email, website, full address, geo coordinates, NAICS code, revenue range, employee count, ratings, and services — one clean row per company, ready for your CRM, spreadsheet, or data pipeline.

No API key needed. No manual copying. Just set your industry and location and run.

---

### What data you get

Every result includes up to 25 fields per business:

| Field | Example |
|---|---|
| `name` | Chicagoland Heating Cooling and Refrigeration |
| `phone` | 7739177600 |
| `email` | info@company.com |
| `website` | https://www.company.com |
| `streetAddress` | 4241 N Kenmore Ave Suite 204 |
| `city` | Chicago |
| `state` | Illinois |
| `postalCode` | 60613 |
| `country` | United States |
| `latitude` / `longitude` | 41.9597012 / -87.6558604 |
| `category` | Plumbing, Heating, and Air-Conditioning |
| `subcategory` | Heating and air conditioning contractors |
| `naics` | 238220 |
| `services` | ["Furnace Installation", "AC Installation"] |
| `rating` | 4.5 |
| `reviewCount` | 12 |
| `revenueRange` | $500K - $1M |
| `employeeCount` | 10 to 19 |
| `yearFounded` | 2009 |
| `claimed` | true |
| `mantaVerified` | false |
| `logoUrl` | https://images.manta-r3.com/... |
| `scrapedAt` | 2026-06-17T12:00:00.000Z |

Fields not disclosed by the business profile are returned as `null` — the schema is always stable, so CSV exports have consistent columns.

---

### Who uses this

- **Sales teams** building B2B prospect lists by industry, state, and city — get phone and email in one pull.
- **Marketing agencies** mapping local businesses in a vertical before launching a campaign.
- **Market researchers** analyzing business density, revenue mix, and industry composition across US markets.
- **CRM enrichment pipelines** appending NAICS codes, employee counts, and address data to existing records.
- **Lead generation services** reselling structured US business data without managing infrastructure.

---

### How to use

1. Enter a **Search** keyword — the type of business you want (e.g. `Plumbers`, `Restaurants`, `Dentists`).
2. Enter a **Location** — any US state, written naturally (e.g. `California`, `New York`, `TX`).
3. Set **Max Items** — how many businesses you want.
4. Run. Export as JSON, CSV, or Excel, or push to your CRM via Apify integrations.

**Search examples:**

| Search | Location | What you get |
|---|---|---|
| Plumbers | California | Plumbing contractors across CA |
| Restaurants | New York | Restaurants across NY |
| Dentists | Texas | Dental offices across TX |
| Lawyers | Florida | Law firms across FL |
| Auto Repair | Illinois | Auto shops across IL |

---

### Example output (JSON)

```json
{
  "name": "CHICAGOLAND HEATING COOLING AND REFRIGERATION",
  "url": "https://www.manta.com/c/m1rwwzj/chicagoland-heating-cooling-and-refrigeration",
  "mantaId": "m1rwwzj",
  "phone": "7739177600",
  "email": null,
  "website": null,
  "streetAddress": "4241 N Kenmore Ave Suite 204",
  "city": "Chicago",
  "state": "Illinois",
  "postalCode": "60613",
  "country": "United States",
  "latitude": 41.9597012,
  "longitude": -87.6558604,
  "category": "Plumbing, Heating, and Air-Conditioning",
  "subcategory": "Heating and air conditioning contractors",
  "naics": null,
  "services": ["Furnace Installation", "Air Conditioning Installation", "Water Heater Installation"],
  "description": "Chicagoland Heating Cooling And Refrigeration offers a full range of HVAC repairs...",
  "rating": null,
  "reviewCount": null,
  "revenueRange": null,
  "employeeCount": "10 to 19",
  "yearFounded": 2009,
  "claimed": true,
  "mantaVerified": false,
  "logoUrl": "https://images.manta-r3.com/api/claim-this-profile/image-mgr/view/20220326ckLlSXbidJ",
  "scrapedAt": "2026-06-17T12:00:00.000Z",
  "error": null
}
````

***

### Input parameters

| Parameter | Type | Default | Description |
|---|---|---|---|
| `search` | string | `"Plumbers"` | Business type or keyword |
| `location` | string | `"California"` | US state — any format works (`California`, `New York`, `NY`) |
| `maxItems` | integer | `100` | Maximum number of businesses to return |

***

### Export formats

Results are saved to Apify Dataset and can be exported as:

- **JSON** — full structured data, all fields
- **CSV** — stable column set, compatible with Excel and Google Sheets
- **Excel (.xlsx)**
- **XML**
- **JSONL** — for streaming into data pipelines

***

### Integrations

Connect the output directly to your stack via Apify integrations:

- **Google Sheets** — populate a sheet automatically after each run
- **Zapier / Make** — trigger workflows when new leads are found
- **Slack** — notify your team when a run completes
- **Webhooks** — push results to any HTTP endpoint
- **Apify API** — pull the dataset programmatically

***

### Pricing

**$2.00 per 1,000 results** (pay-per-result, no flat subscription fee).

A run returning 500 businesses costs $1.00. A run returning 5,000 costs $10.00. You only pay for what you get.

***

### Frequently asked questions

**Does it require a Manta account or API key?**
No. It scrapes publicly available business listing pages.

**Does it work for all US states and industries?**
Yes — any industry keyword and any US state available on Manta.com.

**What if some fields are empty?**
Not every Manta profile discloses all data. Missing fields are returned as `null` rather than omitted, so CSV exports always have the same columns.

**Can I scrape thousands of businesses?**
Yes. Use `maxItems` to control how many results you want per run. Schedule recurring runs to keep your database fresh.

**Does it handle Cloudflare protection?**
Yes. The scraper uses a real Chromium browser with proxy rotation, which reliably passes Cloudflare's managed challenge. Transient blocks are automatically retried.

***

### Notes

- Returns only publicly available data from Manta.com business listings.
- Respects `maxItems` as a hard cap — the run stops as soon as the limit is reached.
- The `error` field is set (and no crash occurs) if a specific profile URL fails after all retries.

# Actor input Schema

## `search` (type: `string`):

Business type or keyword, e.g. 'Plumbers', 'Restaurants', 'Dentists'.

## `location` (type: `string`):

US state, e.g. 'California', 'New York', 'Texas'.

## `maxItems` (type: `integer`):

Maximum number of businesses to return.

## Actor input object example

```json
{
  "search": "Plumbers",
  "location": "California",
  "maxItems": 100
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("nogards95/manta-business-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("nogards95/manta-business-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call nogards95/manta-business-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=nogards95/manta-business-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "2$/1k💰 - ⚡Manta Scraper⚡ - US Business Data, Contacts & NAICS",
        "description": "Scrape Manta.com for US business contact info, phone, email, website, NAICS codes, ratings, revenue, and employee data. Search by industry and location, or scrape specific company profile URLs directly.",
        "version": "1.0",
        "x-build-id": "0dAvMA30uzh7yFYWp"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/nogards95~manta-business-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-nogards95-manta-business-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/nogards95~manta-business-scraper/runs": {
            "post": {
                "operationId": "runs-sync-nogards95-manta-business-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/nogards95~manta-business-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-nogards95-manta-business-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "search": {
                        "title": "Search",
                        "type": "string",
                        "description": "Business type or keyword, e.g. 'Plumbers', 'Restaurants', 'Dentists'.",
                        "default": "Plumbers"
                    },
                    "location": {
                        "title": "Location",
                        "type": "string",
                        "description": "US state, e.g. 'California', 'New York', 'Texas'.",
                        "default": "California"
                    },
                    "maxItems": {
                        "title": "Max Items",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum number of businesses to return.",
                        "default": 100
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
