The Yellow Pages Scraper avatar

The Yellow Pages Scraper

Pricing

from $0.01 / 1,000 results

Go to Apify Store
The Yellow Pages Scraper

The Yellow Pages Scraper

Scrape business listings from Yellow Pages. Extract comprehensive business data including phone numbers, addresses, websites, hours, reviews, and more for any category and location in the US. Category Search, Location Targeting, Comprehensive Data, Smart Filtering, Review Extraction & Export Ready

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

10

Total users

3

Monthly active users

4 days ago

Last modified

Share

Yellow Pages Scraper - Business Listings & Contact Data

Scrape business listings from Yellow Pages. Extract phone numbers, addresses, websites, hours, reviews, and more for any category and location.


Quick Start

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

{
"demoMode": true,
"searchQuery": "plumber",
"location": "Miami, FL",
"maxResults": 5,
"includeHours": false,
"includeCategories": false,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}

Run with real data

{
"demoMode": false,
"searchQuery": "plumber",
"location": "Miami, FL",
"maxResults": 5,
"includeReviews": false,
"includeHours": false,
"includeCategories": false,
"minRating": 0,
"hasWebsite": false,
"hasPhone": false,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}

Input Parameters

ParameterTypeDefaultRequiredDescription
searchQuerystring-NoBusiness category or keyword to search for (e.g., 'plumber', 'restaurant', 'dentist')
locationstring-NoCity, state, or ZIP code to search (e.g., 'Miami, FL', '90210')
maxResultsinteger100NoMaximum number of businesses to scrape (default: 100)
includeReviewsbooleanfalseNoExtract review snippets for each business (slower)
includeHoursbooleantrueNoExtract operating hours for each business
includeCategoriesbooleantrueNoExtract all business categories/services
minRatingnumber0NoOnly include businesses with at least this rating (1-5)
hasWebsitebooleanfalseNoOnly include businesses that have a website
hasPhonebooleanfalseNoOnly include businesses that have a phone number
proxyConfigurationobject-NoProxy settings for the scraper
demoModebooleantrueNoRun with sample data instead of actual scraping (for testing). Set to false for real scraping.
webhookUrlstring-NoURL to POST results when scraping completes (Zapier, Make, n8n, custom endpoint)

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Business ScrapedEach Yellow Pages 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