Manta Scraper - Extract Business Listings & Company Data avatar

Manta Scraper - Extract Business Listings & Company Data

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Manta Scraper - Extract Business Listings & Company Data

Manta Scraper - Extract Business Listings & Company Data

Scrape comprehensive business information from Manta.com, one of the largest US small business directories. Extract company profiles, contact details, categories, and more for lead generation and market research. Build Lead Lists Research Markets Enrich CRM Data Verify Citations Competitive Analysis

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

17

Total users

5

Monthly active users

7 days ago

Last modified

Share

Manta Business Directory Scraper

Scrape Manta business directory for company profiles, contact info, and business details. Extract phone numbers, addresses, and company descriptions. Built by John Rippy (https://www.linkedin.com/in/johnrippy/).


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"companyUrl": "https://example.com"
}

Run with real data

{
"demoMode": false,
"scrapeType": "search",
"companyUrl": "https://example.com",
"searchTerm": "restaurant",
"location": "New York, NY",
"maxResults": 50,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}

Input Parameters

ParameterTypeDefaultRequiredDescription
scrapeTypestring"search"NoWhat type of data to scrape
companyUrlstring-NoDirect Manta company page URL
searchTermstring"restaurant"NoBusiness type or keyword to search
locationstring"New York, NY"NoCity, state or zip code
maxResultsinteger50NoMaximum number of businesses to scrape
proxyConfigurationobject{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}NoProxy settings for web scraping
demoModebooleantrueNoReturn sample data without actual scraping
webhookUrlstring-NoOptional webhook URL to receive data as it's scraped

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Business ScrapedEach Manta business listing scraped$0.06

Demo mode is free -- no charges for sample data.


Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal