# Find local businesses with verified reviews

**Use case:** 

Get a ranked list of top-rated local businesses — salons, restaurants, gyms, and more - sorted by customer reviews, with full contact details for outreach

## Input

```json
{
  "query": "Friseur",
  "location": "Hamburg",
  "sort": "bewertung",
  "maxPages": 2
}
```

## Output

```json
{
  "name": {
    "label": "Business Name",
    "format": "string"
  },
  "bestIndustry": {
    "label": "Industry",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Review Count",
    "format": "number"
  },
  "reviews": {
    "label": "Reviews",
    "format": "array"
  },
  "openingHours": {
    "label": "Opening Hours",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Gelbe Seiten Scraper – German Business Leads (Pay per Result)](https://apify.com/plowdata/gelbe-seiten-ppr) with a specific input configuration. Visit the [Actor detail page](https://apify.com/plowdata/gelbe-seiten-ppr) to learn more, explore other use cases, and run it yourself.