
Gelbe Seiten (German Yellow Pages) Scraper
Pricing
$0.40 / 1,000 results
Go to Store

Gelbe Seiten (German Yellow Pages) Scraper
Scrape German business listings from Gelbe Seiten with flexible detail levels. This Apify Actor supports fast, basic, and deep search modes, rate limiting, proxy rotation, and index control. Ideal for lead gen, SEO, and market research. Outputs structured data to Apify datasets.
0.0 (0)
Pricing
$0.40 / 1,000 results
4
Total users
26
Monthly users
16
Runs succeeded
>99%
Last modified
5 days ago
Changelog
[1.2.0] – 2025-07-16
Fixed
- Billing Limits: Fixed misconfigured
ACTOR_MAX_PAID_DATASET_ITEMS
handling by switching from manual environment variable parsing to Apify SDK's Actor.config.max_paid_dataset_items
property for proper pay-per-result billing enforcement.
[1.1.0] – 2025-07-10
Added
- Sorting Options: New
sorting
parameter allows users to sort search results by relevance (default) or rating to prioritize highly-rated businesses. - Location Radius Control: New
perimeter
parameter enables setting a custom search radius (0-50 km) around specified locations for precise geographic targeting.
Changed
- Updated input schema to include
sorting
andperimeter
configuration options. - API payload now includes
sortierung
andumkreis
parameters for enhanced search control. - Improved logging to display sorting method and perimeter settings in search configuration.
[1.0.0] – 2025-06-06
Note
- Stable Release: The actor is now considered stable and production-ready.
Changed
- Major code refactor for the entire actor to improve reliability, and maintainability.
[0.4.0] – 2025-05-01
Added
- Extraction of fax number.
Changed
- Enhanced logging for clearer, more detailed output.
- Revised output key names for consistency.
[v0.3.0] - 2025-04-24
Updated:
- The rate limiter now introduces randomized delays between requests to better mimic human behavior.
Added:
- Extended data extraction in search modes:
basic_search
: Now includessocial_media
.deep_search
: Now includesservices
,weitere_unternehmensinformationen
,ausbildung
,zahlungsmittel
, andsocial_media
.
Removed:
useApifyProxy
has been removed from the input schema, as proxy settings are now configured viaproxyConfiguration
.
[v0.2.0] - 2025-04-23
Added:
- Introduced
basic_search
mode for lightweight extraction via profile visits. - Added
index
,start_index
, andend_index
parameters to support run resumption and range-limited scraping. - Unlimited Mode: Set
max_businesses
to0
to scrape all available listings. - Extraction of the number of reviews (
bewertungen
) alongside the average rating (bewertung
). - FAQ sections are now extracted from business profiles.
- Switched from Playwright-based scraping to an AJAX API approach using
fetch_next_page_api
.
[v0.1.1] - 2025-04-21
Fixed:
- Resolved various parsing and encoding issues.
[v0.1.0] - 2025-04-21
Added:
- Initial release of the Gelbe Seiten (German Yellow Pages) Scraper.