# Reverse Phone Lookup Germany — Telefonbuch.de

**Use case:** 

Find out who owns a German phone number. Paste the number and get the matching name and address from Das Telefonbuch.

## Input

```json
{
  "searchType": "reverse",
  "searchQuery": "030 8 52 19 63",
  "location": "Berlin",
  "includeDetails": false,
  "maxResults": 100,
  "maxPages": 50,
  "maxConcurrency": 10,
  "maxRequestRetries": 5,
  "incremental": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "detailUrl": {
    "label": "Detail page",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Telefonbuch.de Scraper - German Directory & Phone Lookup](https://apify.com/trev0n/telefonbuch-de-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/trev0n/telefonbuch-de-scraper) to learn more, explore other use cases, and run it yourself.