Yellow Pages

Yellow Pages

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

OTHERApify

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

1{
2    "search": "Mechanic",
3    "location": "New York",
4    "maxItems": 100,
5    "proxyConfiguration": { "useApifyProxy": false }
6}

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.

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

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.

1{
2	"categories": [
3		"Auto Repair & Service",
4		"Tire Dealers"
5	],
6	"reviews": [
7		{
8			"author": "David W.",
9			"datePosted": "12/01/2022",
10			"rating": 5,
11			"reviewText": "Great Service Highly Recommended!!!"
12		},
13		{
14			"author": "Tomas A.",
15			"datePosted": "10/30/2022",
16			"rating": 5,
17			"reviewText": "Thank you for all your excellent services. Thanks a lot."
18		}
19	],
20	"paymentAccepted": "amex, discover, master card, visa",
21	"website": "http://www.firestonecompleteautocare.com/repair/services.jsp?lw_cmp=IYP_YPC_NPLL_Service",
22	"phone": "(800) 364-4314",
23	"rating": 0,
24	"url": "https://www.yellowpages.com/nationwide/mip/firestone-complete-auto-care-497692017?lid=1001662607171",
25	"name": "Firestone Complete Auto Care",
26	"address": "",
27	"openingHours": [
28		"Mo-Fr 07:00-19:00",
29		"Sa 07:00-18:00",
30		"Su 09:00-17:00"
31	]
32}

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!