# Find Berlin Restaurants on GoYellow

**Use case:** 

Search GoYellow.de for Berlin restaurants and collect German business directory contact details and websites.

## Input

```json
{
  "keyword": "Restaurant",
  "location": "Berlin",
  "queries": [
    {
      "keyword": "Zahnarzt",
      "location": "Hamburg"
    }
  ],
  "searchUrls": [
    {
      "url": "https://www.goyellow.de/suche/restaurant/berlin"
    }
  ],
  "maxItems": 50,
  "includeDetailPages": true
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "streetAddress": {
    "label": "Street",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "openingStatus": {
    "label": "Opening status",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "detailUrl": {
    "label": "GoYellow URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Search URL",
    "format": "link"
  },
  "searchKeyword": {
    "label": "Keyword",
    "format": "text"
  },
  "searchLocation": {
    "label": "Location",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [GoYellow.de Business Directory Scraper](https://apify.com/automation-lab/goyellow-business-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/goyellow-business-directory-scraper) to learn more, explore other use cases, and run it yourself.