Yellow Pages Scraper avatar

Yellow Pages Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Yellow Pages Scraper

Yellow Pages Scraper

Yellow Pages Scraper Pro

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

20 hours ago

Last modified

Share

Yellow Pages Scraper (Apify Actor)

Scrapes business listings from yellowpages.com. Self-contained Apify actor — no paid SDKs, no external services. Routes all traffic through Apify Proxy.

Operations

OperationRequired inputOptional inputWhat you get
scrape_searchquerylocation, maxPagesOne row per business listing in the search results
scrape_pagesurls (list)One row per business detail page (name, categories, rating, phone, address, hours…)

Quick start

In the Apify console, set your input to:

{
"operation": "scrape_search",
"query": "plumbers",
"location": "New York, NY",
"maxPages": 1,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "US"
}
}

Run it. Each item lands in the actor's default dataset.

A run with maxPages: 1 returns ~30 listings. Each row looks like:

{
"@type": "LocalBusiness",
"name": "ABC Plumbing",
"address": { "streetAddress": "...", "addressLocality": "New York", "postalCode": "10001" },
"telephone": "(212) 555-0100",
"aggregateRating": { "ratingValue": "4.5", "reviewCount": "32" }
}

Input fields

FieldTypeUsed byDescription
operationenumallscrape_search or scrape_pages
querystringscrape_searchSearch term, e.g. "plumbers"
locationstringscrape_searchGeo filter, e.g. "New York, NY"
maxPagesintscrape_searchMax pagination depth. Empty = scrape all
urlslist[string]scrape_pagesDirect business-detail URLs
maxItemsintallHard cap on dataset rows (0 = no cap)
cookiesstringall (optional)Raw Cookie: header from a real browser. Only needed if the site is in challenge mode for your IP — see "Notes on blocking" below
proxyConfigurationproxy editorallApify Proxy config