Yellow Pages Scraper avatar

Yellow Pages Scraper

Try for free

1 day trial then $25.00/month - No credit card required now

View all Actors
Yellow Pages Scraper

Yellow Pages Scraper

onidivo/yellow-pages-scraper
Try for free

1 day trial then $25.00/month - No credit card required now

Crawl the Yellow Pages site and extract data about businesses. Scrape business details with unlimited options like search terms, location, sorting options, and many more.

You can access the Yellow Pages Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "startUrls": [
3    {
4      "url": "https://www.yellowpages.com/search?search_terms=air+conditioning+service+repair&geo_location_terms=San+Francisco%2C+CA"
5    },
6    {
7      "url": "https://www.yellowpages.com/san-francisco-ca/mip/air-conditioning-service-repair-515780833"
8    }
9  ],
10  "maxItems": 100,
11  "proxyConfiguration": {
12    "useApifyProxy": true
13  }
14}' |
15apify call onidivo/yellow-pages-scraper --silent --output-dataset

Yellow Pages Scraper API through CLI

The Apify CLI is the official tool that allows you to use Yellow Pages Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 18 monthly users
  • 3 stars
  • 87.7% runs succeeded
  • Created in Feb 2024
  • Modified 6 months ago