Yellow Pages Scraper avatar
Yellow Pages Scraper

Pricing

$5.00 / 1,000 results

Go to Apify Store
Yellow Pages Scraper

Yellow Pages Scraper

Developed by

09 try

09 try

Maintained by Community

Scrapes Slovak Yellow Pages to collect company details including name, email, website, phone, address, categories, and more. Built with Crawlee and Playwright, it handles pagination, categories, and alphabet listings, storing structured data in an Apify dataset.

0.0 (0)

Pricing

$5.00 / 1,000 results

0

1

1

Last modified

21 days ago

yellow-pages-scraper is an Actor built with Crawlee and PlaywrightCrawler. It scrapes company details from Slovak Yellow Pages, including:

  • Company title
  • Email
  • Website URL
  • Phone number
  • Address
  • Description
  • Categories
  • Company page URL

The scraper starts at a fixed URL and follows links to company pages, storing structured data in a dataset.


Features

  • Built on PlaywrightCrawler for handling dynamic content.
  • Supports proxies through Apify proxy configuration.
  • Configurable maximum requests per crawl via maxRequestsPerCrawl.
  • Stores structured output in an Apify dataset with a pre-defined schema.
  • Includes logging and error handling for each field.

Output Schema

Each dataset entry contains:

FieldTypeDescription
titlestringCompany title
emailstring | nullCompany email
webstring | nullCompany website URL
phoneNumberstring | nullCompany phone number
addressstring | nullCompany physical address
categoriesarray[string] | nullList of company categories
urlstringCompany page URL

title and url are required fields.


Input Schema

The actor accepts the following input:

{
"maxRequestsPerCrawl": 50
}