# GoYellow.de Business Directory Scraper (`santamaria-automations/goyellow-de-scraper`) Actor

Scrape business listings from GoYellow.de, Germany's comprehensive business directory. Extract company profiles with names, addresses, phone numbers, ratings, reviews, categories, and opening hours.

- **URL**: https://apify.com/santamaria-automations/goyellow-de-scraper.md
- **Developed by:** [Alessandro Santamaria](https://apify.com/santamaria-automations) (community)
- **Categories:** Lead generation, Automation, Other
- **Stats:** 1 total users, 0 monthly users, 0.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.00 / 1,000 search result scrapeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## GoYellow.de Business Directory Scraper

Scrape business listings from [GoYellow.de](https://www.goyellow.de), Germany's comprehensive business directory combining listings, reviews, and maps.

### Features

- **Keyword + location search** — Find businesses by type and city
- **Detail page enrichment** — Optional deep scraping for full profiles
- **Pagination** — Automatically crawls multiple result pages
- **Pay-per-result pricing** — Only pay for what you scrape

### Output Fields

Every result includes these fields:

| Field | Type | Description |
|-------|------|-------------|
| `company_logo_url` | string | Real business logo (not a gallery image or generic placeholder) |
| `name` | string | Business name |
| `description` | string | Full "Über uns" description text |
| `address` | string | Full formatted address |
| `street` | string | Street line incl. house number |
| `postal_code` | string | 5-digit German postal code |
| `city` | string | City |
| `country` | string | Always `DE` |
| `phone` | string | Phone number |
| `fax` | string | Fax number when listed |
| `email` | string | Email address |
| `website` | string | External official website |
| `category` | string | Business category (e.g., "Steakhäuser und Grillhäuser") |
| `rating` | number | Aggregate star rating (0–5) |
| `review_count` | number | Total number of reviews |
| `opening_hours` | string | Day-by-day business hours |
| `latitude` | number | Geo coordinate (WGS-84) |
| `longitude` | number | Geo coordinate (WGS-84) |
| `social_urls` | object | Social profile map — `facebook`, `twitter`, `instagram`, `linkedin`, `youtube`, `xing`, `tiktok` (keys included only when present) |
| `external_review_urls` | object | External review source map — `yelp`, `google_maps`, `tripadvisor`, `golocal`, `11880`, `jameda` (keys included only when present) |
| `recent_reviews` | object[] | Individual review entries with `rating`, `text`, `author`, `date`, `source`, `url`, and `is_truncated` flag |
| `source_url` | string | Original detail page URL |
| `source_platform` | string | Always `goyellow.de` |
| `scraped_at` | string | ISO-8601 UTC timestamp |

#### About `is_truncated` on reviews

GoYellow shows a server-side preview for some partner reviews (golocal, Yelp, …). When the original review is longer than the preview, the text field contains the clean preview (trailing ellipsis removed) and `is_truncated` is set to `true`. You can fetch the full text from the review's `url` if needed.

### Output Example

```json
{
  "company_logo_url": "https://s3.eu-central-1.amazonaws.com/uberall-userpics-prod/1223887/medium_whAUNeFDkc.png",
  "name": "BLOCK HOUSE Elisenhof",
  "description": "Sie suchen nach dem perfekten Steakhouse für einen genussvollen Abend mit der Familie oder Freunden? Seit 1968 stehen wir für beste Steaks vom Lavastein-Grill ...",
  "address": "Prielmayerstraße 1, 80335 München",
  "street": "Prielmayerstraße 1",
  "city": "München",
  "postal_code": "80335",
  "country": "DE",
  "phone": "089 54324310",
  "website": "https://www.block-house.de/restaurants/muenchen/elisenhof",
  "category": "Steakhäuser und Grillhäuser",
  "rating": 4.0,
  "review_count": 363,
  "opening_hours": "Montag: 12:00 - 22:00; Dienstag: 12:00 - 22:00; Mittwoch: 12:00 - 22:00; Donnerstag: 12:00 - 22:00; Freitag: 12:00 - 23:00; Samstag: 12:00 - 23:00; Sonntag: 12:00 - 22:00",
  "latitude": 48.1408948,
  "longitude": 11.5623327,
  "social_urls": {
    "facebook": "https://www.facebook.com/blockhouseelisenhof/",
    "twitter": "https://twitter.com/twi2block4all"
  },
  "external_review_urls": {
    "yelp": "https://www.yelp.de/biz/block-house-elisenhof-münchen",
    "tripadvisor": "https://www.tripadvisor.com/Restaurant_Review-...",
    "golocal": "https://www.golocal.de/muenchen/steakhaus/block-house-elisenhof-YV065/"
  },
  "recent_reviews": [
    {
      "rating": 5.0,
      "text": "Wir haben unseren Museumsbesuch mit einem anschließenden Abendessen im BLOCK HOUSE Elisenhof perfekt abrunden können",
      "author": "Makiz1",
      "date": "20.01.2026",
      "source": "golocal",
      "url": "https://www.golocal.de/muenchen/steakhaus/block-house-elisenhof-YV065/",
      "is_truncated": true
    },
    {
      "rating": 5.0,
      "text": "Everything was excellent, from the service, food, and ambience to helping our group of 8 celebrate a birthday! Definitely recommend!",
      "author": "Maggie L.",
      "source": "Yelp",
      "url": "https://www.yelp.de/biz/block-house-elisenhof-m%C3%BCnchen?..."
    }
  ],
  "source_url": "https://www.goyellow.de/home/steakhouse-block-house-elisenhof-muenchen--444xh8.html",
  "source_platform": "goyellow.de",
  "scraped_at": "2026-04-10T06:21:52Z"
}
````

### Input Parameters

| Parameter | Type | Description | Default |
|-----------|------|-------------|---------|
| `searchQuery` | string | Search keyword (e.g., "Friseur", "Restaurant") | Required |
| `location` | string | City or region (e.g., "Hamburg", "Berlin") | Required |
| `maxResults` | number | Maximum results to return | 100 |
| `includeDetails` | boolean | Fetch detail pages for full profiles | true |
| `proxyConfiguration` | object | Apify proxy settings | Auto |

### Pricing

| Event | Price |
|-------|-------|
| Actor start | $0.001 |
| Search result (SERP only) | $0.002 / result |
| Detail result (with full profile) | $0.005 / result |

### Issues & Feedback

Facing an issue, or missing a feature or data field? [Open an issue on the Issues tab](https://console.apify.com/actors/LDmycZUJ1xOqdFPGJ/issues) — we respond quickly and ship fixes fast.

***

### Related Actors

If you scrape DACH business directories, you may also want:

- [Das Telefonbuch Scraper](https://apify.com/santamaria-automations/telefonbuch-de-scraper) — Germany's official phone directory
- [11880.com Scraper](https://apify.com/santamaria-automations/11880-de-scraper) — German business directory with reviews
- [Gelbe Seiten Scraper](https://apify.com/santamaria-automations/gelbeseiten-de-scraper) — German Yellow Pages
- [Das Örtliche Scraper](https://apify.com/santamaria-automations/dasoertliche-de-scraper) — Local German directory
- [Herold.at Scraper](https://apify.com/santamaria-automations/herold-at-scraper) — Austrian Yellow Pages
- [search.ch Scraper](https://apify.com/santamaria-automations/search-ch-scraper) — Swiss business directory
- [Google Maps Scraper](https://apify.com/santamaria-automations/google-maps-scraper) — Local business intelligence
- [Website Contact Extractor](https://apify.com/santamaria-automations/website-contact-extractor) — Enrich any website with contact data

Or browse all [santamaria-automations actors](https://apify.com/santamaria-automations) for the full DACH + European scraping suite.

# Actor input Schema

## `searchQuery` (type: `string`):

Business type or keyword to search for (e.g., 'Zahnarzt', 'Restaurant', 'Rechtsanwalt', 'Friseur').

## `location` (type: `string`):

City or region to search in (e.g., 'Berlin', 'Hamburg', 'Muenchen'). Defaults to 'Deutschland' for nationwide search.

## `maxResults` (type: `integer`):

Maximum number of businesses to scrape.

## `includeDetails` (type: `boolean`):

Fetch each business's detail page for full data including description, opening hours, email, fax, and coordinates. Slower but much richer data.

## `proxyConfiguration` (type: `object`):

Apify proxy settings. Datacenter proxy works well for GoYellow.de.

## Actor input object example

```json
{
  "searchQuery": "Zahnarzt",
  "location": "Berlin",
  "maxResults": 50,
  "includeDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `businesses` (type: `string`):

Dataset containing scraped business data

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchQuery": "Zahnarzt",
    "location": "Berlin",
    "maxResults": 50
};

// Run the Actor and wait for it to finish
const run = await client.actor("santamaria-automations/goyellow-de-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchQuery": "Zahnarzt",
    "location": "Berlin",
    "maxResults": 50,
}

# Run the Actor and wait for it to finish
run = client.actor("santamaria-automations/goyellow-de-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchQuery": "Zahnarzt",
  "location": "Berlin",
  "maxResults": 50
}' |
apify call santamaria-automations/goyellow-de-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=santamaria-automations/goyellow-de-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "GoYellow.de Business Directory Scraper",
        "description": "Scrape business listings from GoYellow.de, Germany's comprehensive business directory. Extract company profiles with names, addresses, phone numbers, ratings, reviews, categories, and opening hours.",
        "version": "1.0",
        "x-build-id": "Gr1aWjvf83EhYbMdy"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/santamaria-automations~goyellow-de-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-santamaria-automations-goyellow-de-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/santamaria-automations~goyellow-de-scraper/runs": {
            "post": {
                "operationId": "runs-sync-santamaria-automations-goyellow-de-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/santamaria-automations~goyellow-de-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-santamaria-automations-goyellow-de-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "searchQuery"
                ],
                "properties": {
                    "searchQuery": {
                        "title": "Search Query",
                        "type": "string",
                        "description": "Business type or keyword to search for (e.g., 'Zahnarzt', 'Restaurant', 'Rechtsanwalt', 'Friseur')."
                    },
                    "location": {
                        "title": "Location",
                        "type": "string",
                        "description": "City or region to search in (e.g., 'Berlin', 'Hamburg', 'Muenchen'). Defaults to 'Deutschland' for nationwide search.",
                        "default": "Deutschland"
                    },
                    "maxResults": {
                        "title": "Maximum Results",
                        "minimum": 1,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Maximum number of businesses to scrape.",
                        "default": 100
                    },
                    "includeDetails": {
                        "title": "Include Full Details",
                        "type": "boolean",
                        "description": "Fetch each business's detail page for full data including description, opening hours, email, fax, and coordinates. Slower but much richer data.",
                        "default": true
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Apify proxy settings. Datacenter proxy works well for GoYellow.de.",
                        "default": {
                            "useApifyProxy": true
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
