Manta Business Directory Scraper
Pricing
from $10.00 / 1,000 results
Manta Business Directory Scraper
Scrape US business listings from Manta.com. Search any industry (restaurants, plumbers, lawyers, etc.) by state and city. Extract names, phone numbers, addresses, websites, ratings, reviews, services, descriptions, and verified status in seconds.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Actor stats
0
Bookmarked
3
Total users
2
Monthly active users
5 days ago
Last modified
Categories
Share

π’ Manta Business Directory Scraper
π Scrape US business listings from Manta.com. Search any industry by state and city. Get names, phone numbers, addresses, websites, ratings, reviews, services, and descriptions for millions of company profiles.
π Last updated: 2026-04-16
Collect business profile data from Manta.com without coding. Search by any industry keyword (restaurants, plumbers, lawyers, dentists, auto repair, and more) and filter by state and city. Extract business names, phone numbers, addresses, websites, ratings, reviews, services offered, and detailed descriptions.
Whether you are building a leads database, doing market research, or analyzing local businesses across the US, this tool gives you direct access to one of the largest online business directories with millions of company profiles across every industry.
| Target | Manta.com - US business directory with millions of profiles |
|---|---|
| Use Cases | Lead generation, competitor analysis, market research, local business intelligence, business prospecting |
π What it does
- πͺ Extracts business names, phone numbers, street addresses, and city/state for every company profile
- π Collects business website URLs and Google Maps links for follow-up contact and mapping
- β Returns ratings and review counts to identify highly-rated businesses in any market
- π§ Captures services offered and business descriptions for understanding what each company does
- π Supports searching by any industry keyword with state and city filtering for geographic targeting
- β Includes Manta Verified status and claimed profile indicators
Each business record includes up to 18 structured fields covering contact information, services, and verification status. The scraper handles pagination automatically to collect hundreds of businesses in a single run.
π‘ Why it matters: Building targeted prospect lists manually requires clicking through hundreds of directory pages. This scraper automates bulk collection across any industry and location so you can focus on outreach instead of data gathering.
π¬ Full Demo
π§ Coming soon
βοΈ Input
| Field | Type | Description |
|---|---|---|
| Start URL | Text | Direct Manta search or listing URL. Overrides other filters. |
| Max Items | Number | Free users: Limited to 10 businesses. Paid users: up to 1,000,000 |
| Search Term | Text | Business type or keyword (e.g. Restaurants, Plumbers, Dentists) |
| State | Select | Any of the 50 US states (e.g. new-york, california, texas) |
| City | Text | City to narrow results (optional) |
Example 1: Restaurants in New York
{"search": "Restaurants","state": "new-york","city": "Buffalo","maxItems": 100}
Example 2: Plumbers in California
{"search": "Plumbers","state": "california","maxItems": 200}
β οΈ Good to Know: Free users are limited to 10 results per run. You can search for any business type - just enter the keyword. State selection is available as a dropdown with all 50 US states.
π Output
π§Ύ Schema
| Emoji | Field | Type | Description |
|---|---|---|---|
| πΌοΈ | logoUrl | String | Business logo image |
| πͺ | name | String | Business name |
| π | url | String | Profile page URL on Manta |
| π | telephone | String | Business phone number |
| π | streetAddress | String | Street address |
| ποΈ | city | String | City |
| πΊοΈ | state | String | State abbreviation |
| β | rating | Number | Business rating |
| π¬ | reviewCount | Number | Number of reviews |
| π | website | String | Company website URL |
| π | googleMapsUrl | String | Google Maps link |
| π·οΈ | category | String | Business category |
| π§ | services | Array | Services offered |
| π | description | String | Business description |
| β | claimed | Boolean | Whether profile is claimed |
| π‘οΈ | mantaVerified | Boolean | Manta Verified status |
| π | scrapedAt | String | Timestamp when data was collected |
| β οΈ | error | String | Error message if extraction failed |
β¨ Why choose Manta Business Directory Scraper
| Feature | Details |
|---|---|
| πͺ Millions of business profiles | Access one of the largest US business directories |
| π Any industry keyword | Search restaurants, plumbers, dentists, lawyers, or any business type |
| π Contact data | Phone numbers, addresses, and website URLs for lead generation |
| β Ratings and reviews | Business ratings and review counts for quality assessment |
| π All 50 US states | Filter by any state and city for geographic targeting |
| β‘ Fast collection | API-based extraction for quick results |
| π¦ Multiple exports | Download as JSON, CSV, or Excel |
π Search any industry across all 50 US states with phone, address, and website data
π How it compares
| Feature | Manta Business Directory Scraper | Other Tools |
|---|---|---|
| Any industry keyword search | Yes | Limited categories |
| All 50 US states + city filter | Yes | Fewer locations |
| Phone + address + website | Yes | Partial contact data |
| Ratings and reviews | Yes | Sometimes |
| Services offered | Yes | Rarely |
| Google Maps links | Yes | No |
| Manta Verified status | Yes | No |
| Export formats | JSON, CSV, Excel | Varies |
π How to use
- Sign up - Create a free account with $5 credit
- Find the tool - Search for "Manta Business Directory Scraper" in the Apify Store
- Enter search - Type a business type, select state, and optionally add a city
- Run it - Click "Start" and wait for results
- Export data - Download as JSON, CSV, or Excel, or push to your CRM
πΌ Business use cases
| π Sales Teams Build targeted prospect lists by industry and location with phone numbers and websites for direct outreach | π’ Marketing Agencies Collect local business data for geographically targeted advertising and marketing campaigns |
| π Market Researchers Analyze business density by industry and region to identify underserved markets and competitive landscapes | πΌ Business Brokers Find companies in specific markets and industries for acquisition research and deal sourcing |
π Beyond business use cases
Data like this powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.
π€ Ask an AI assistant about this scraper
Open a ready-to-send prompt about this ParseForge actor in the AI of your choice:
- π¬ ChatGPT
- π§ Claude
- π Perplexity
- π Copilot
β Frequently Asked Questions
π Automating with code
Node.js example:
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });const run = await client.actor("parseforge/manta-scraper").call({search: "Restaurants",state: "new-york",city: "Buffalo",maxItems: 100});const { items } = await client.dataset(run.defaultDatasetId).listItems();console.log(items);
Python example:
from apify_client import ApifyClientclient = ApifyClient("YOUR_API_TOKEN")run = client.actor("parseforge/manta-scraper").call(run_input={"search": "Restaurants","state": "new-york","city": "Buffalo","maxItems": 100})items = list(client.dataset(run["defaultDatasetId"]).iterate_items())print(items)
See the Apify API docs for more integration options.
π Integrate with your tools
- Make - Automate lead generation workflows
- Zapier - Push leads to your CRM
- GitHub - Version control integration
- Slack - Notify your team of new leads
- Airbyte - Data pipeline integration
- Google Drive - Export directly to spreadsheets
π Recommended Actors
| Actor | Description |
|---|---|
| BizBuySell Scraper | Business-for-sale listings and asking prices |
| LoopNet Scraper | Commercial real estate and business listings |
| DealStream Scraper | Business acquisition opportunities |
| BizQuest Scraper | Business-for-sale listings |
| FINRA BrokerCheck Scraper | Financial professional registration data |
Browse our complete collection of data extraction tools for more.
π Need Help?
- Check the FAQ section above for common questions
- Visit the Apify documentation for platform guides
- Contact us to request a new scraper, propose a custom project, or report an issue at Tally contact form
Disclaimer: This Actor is an independent tool and is not affiliated with, endorsed by, or connected to Manta Media Inc. It accesses only publicly available data from manta.com.