# Rechtsanwalt Leads Köln Germany Scraper

**Use case:** 

Scrape rechtsanwalt business leads in Köln, Germany with phone, email, address and category for sales outreach.

## Input

```json
{
  "maxBusinesses": 30,
  "keyword": "rechtsanwalt",
  "city": "Köln"
}
```

## Output

```json
{
  "businessName": {
    "label": "Business"
  },
  "phone": {
    "label": "Phone"
  },
  "email": {
    "label": "Email"
  },
  "address": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "postalCode": {
    "label": "Postal Code"
  },
  "category": {
    "label": "Category"
  },
  "rating": {
    "label": "Rating"
  },
  "url": {
    "label": "Listing URL"
  }
}
```

## About this Actor

This example demonstrates how to use [11880 Germany Business Directory Leads Scraper](https://apify.com/scrapers_lat/11880-germany-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/11880-germany-scraper) to learn more, explore other use cases, and run it yourself.