Simple YellowPages Scraper (USA)
by pajoe
A simple, reliable tool to extract business names, addresses, phone numbers, and categories from Yellow Pages US. Perfect for building lead lists, local market research, and data integration.
Opens on Apify.com
About Simple YellowPages Scraper (USA)
Need a straightforward way to pull local business data from Yellow Pages? I built this scraper because I got tired of manual searches and clunky data exports. It reliably pulls the core details you actually need for outreach or research: business names, physical addresses, phone numbers, and their listed categories. You can point it at specific search terms or locations to build targeted lists for sales leads, market analysis, or updating your own business directories. Think of it as a simple API to the Yellow Pages website; you configure your search, and it handles the crawling and structured data download for you. It's particularly useful for agencies doing local SEO audits, startups building lead lists, or anyone integrating fresh contact data into a CRM or spreadsheet without the copy-paste hassle. I use it to keep my own lead lists current without paying for expensive databases.
What does this actor do?
Simple YellowPages Scraper (USA) is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
Simple YellowPages Scraper (USA)
An Apify actor for scraping business listings from Yellow Pages. It extracts structured data by searching with keywords and locations or by using direct URLs. Built on Apify SDK, it runs on the Apify platform or locally.
Key Features
- Flexible Search: Use keyword/location combinations or provide specific Yellow Pages URLs (
startUrls). - Comprehensive Data: Extracts business name, address, phone, ratings, review snippets, categories, images, and listing URLs.
- Deep Crawling: Automatically paginates through search results to collect more listings.
- Proxy Support: Configurable to use Apify Proxy for reliable, large-scale scraping.
- Custom Output: Optional
extendOutputFunctionallows you to enrich the default dataset.
How to Use
- Run the actor on your Apify account.
- Configure the input (see below).
- Start the run. Scraped data is stored in a dataset.
- Download results in JSON, CSV, Excel, or HTML formats.
Input Configuration
You must provide either a search/location pair or a starting URL.
Option 1: Search by keyword and location
{
"search": "Dentist",
"location": "Los Angeles",
"maxItems": 5,
"proxyConfiguration": { "useApifyProxy": false },
"extendOutputFunction": "($, record) => { return {}; }"
}
Option 2: Use a direct Yellow Pages URL
{
"startUrls": [
{
"url": "https://www.yellowpages.com/search?search_terms=dentist&geo_location_terms=Los+Angeles%2C+CA",
"method": "GET"
}
],
"maxItems": 5,
"proxyConfiguration": { "useApifyProxy": false },
"extendOutputFunction": "($, record) => { return {}; }"
}
maxItems: Limits the total number of listings scraped.proxyConfiguration: Set"useApifyProxy": truefor better success rates.extendOutputFunction: Optional JavaScript function to modify or add fields to each output record.
Output
The actor outputs an array of objects to a dataset. Each record contains available data from the listing.
Example Output Item:
{
"name": "Frieden, Richard A DDS",
"address": "6360 Wilshire Blvd, Ste 506Los Angeles, CA 90048",
"phone": "(323) 655-3854",
"rating": 5,
"reviewSnippet": "Good team of experts and assistants...",
"categories": ["Dentists"],
"image": "https://i1.ypcdn.com/blob/bad0e9d8f429589b829a8308630c5628cea5905f",
"url": "https://www.yellowpages.com/los-angeles-ca/mip/frieden-richard-a-dds-14640832?lid=1002105049104"
}
Note: Not all fields (like rating, image, or reviewSnippet) are present for every business, as it depends on the source listing.
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try Simple YellowPages Scraper (USA) now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- pajoe
- Pricing
- Paid
- Total Runs
- 1,172
- Active Users
- 52
Related Actors
Google Maps Reviews Scraper
by compass
Facebook Ads Scraper
by apify
Google Ads Scraper
by silva95gustavo
Facebook marketplace scraper
by curious_coder
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support