
Yellow Pages Scraper
Pricing
$5.00 / 1,000 results
Go to Apify Store

Yellow Pages Scraper
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
- 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:
Field | Type | Description |
---|---|---|
title | string | Company title |
string | null | Company email | |
web | string | null | Company website URL |
phoneNumber | string | null | Company phone number |
address | string | null | Company physical address |
categories | array[string] | null | List of company categories |
url | string | Company page URL |
title
and url
are required fields.
Input Schema
The actor accepts the following input:
{"maxRequestsPerCrawl": 50}