# Local B2B Leads List from Gelbe Seiten

**Use case:** 

Generate ready-to-use German business leads by trade and city. Get names, phone numbers, emails, and websites - ready for outreach

## Input

```json
{
  "query": "Handwerker",
  "location": "Berlin",
  "maxPages": 10
}
```

## 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.