Yellow Pages avatar
Yellow Pages

Pricing

$10.00/month + usage

Go to Apify Store
Yellow Pages

Yellow Pages

Scrape Yellow Pages for addresses, categories, names and phone numbers from listings

Pricing

$10.00/month + usage

Rating

2.0

(2)

Developer

Victor McDowell

Victor McDowell

Maintained by Community

Actor stats

7

Bookmarked

580

Total users

11

Monthly active users

6 months ago

Last modified

Categories

Share

Yellow Pages Scraper

This scraper allows you to search records by using search queries with location or by using a list of urls.

Input

Sample Input

{
"search": "Mechanic",
"location": "New York",
"maxItems": 100,
"proxyConfiguration": { "useApifyProxy": false }
}

You can configure the actor to get a overview of the search results which extracts the data availale on the yellow pages search results page. A sample of the output can be found below

Output

Simple Output

Output is stored as an object with the following structure.

{
"url": "https://www.yellowpages.com/new-york-ny/mip/tow-always-daily-14340018",
"name": "Tow Always Daily",
"address": "93 E 42nd StNew York, NY 10017",
"phone": "(212) 792-9113",
"website": "http://towing.com",
"categories": [
"Auto Repair & Service",
"Towing",
"Automobile Body Repairing & Painting"
]
}

Detailed Output

Using the optional filter "detailedInfo": false, you can configure the actor to get more detailed information about the businesses by checking every business that appears for detailed information.

{
"categories": [
"Auto Repair & Service",
"Tire Dealers"
],
"reviews": [
{
"author": "David W.",
"datePosted": "12/01/2022",
"rating": 5,
"reviewText": "Great Service Highly Recommended!!!"
},
{
"author": "Tomas A.",
"datePosted": "10/30/2022",
"rating": 5,
"reviewText": "Thank you for all your excellent services. Thanks a lot."
}
],
"paymentAccepted": "amex, discover, master card, visa",
"website": "http://www.firestonecompleteautocare.com/repair/services.jsp?lw_cmp=IYP_YPC_NPLL_Service",
"phone": "(800) 364-4314",
"rating": 0,
"url": "https://www.yellowpages.com/nationwide/mip/firestone-complete-auto-care-497692017?lid=1001662607171",
"name": "Firestone Complete Auto Care",
"address": "",
"openingHours": [
"Mo-Fr 07:00-19:00",
"Sa 07:00-18:00",
"Su 09:00-17:00"
]
}