# school in gelbeseiten

**Use case:** 

Extract school leads from Gelbeseiten. Get emails, phones, and addresses instantly to boost your B2B sales.

## Input

```json
{
  "startUrls": [
    "https://www.gelbeseiten.de/suche/schulen/wuppertal"
  ],
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "url": {
    "label": "Listing URL",
    "format": "link"
  },
  "name": {
    "label": "Business Name",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Gelbe Seiten Leads Scraper](https://apify.com/kinaesthetic_millionaire/gelbeseiten-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kinaesthetic_millionaire/gelbeseiten-leads-scraper) to learn more, explore other use cases, and run it yourself.