# Legal 500 in Germany

**Use case:** 

Export legal 500 in Germany — names, locations, and contact details.

## Input

```json
{
  "sp_intended_usage": "Example: extract legal 500 for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "country": "germany",
  "includeDetails": true,
  "maxItems": 200
}
```

## Output

```json
{
  "firm_name": {
    "label": "Firm Name",
    "format": "string"
  },
  "tier": {
    "label": "Tier",
    "format": "number"
  },
  "practice_area": {
    "label": "Practice Area",
    "format": "string"
  },
  "jurisdiction": {
    "label": "Jurisdiction",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "ranking_detail_url": {
    "label": "Ranking Detail Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Legal 500 Scraper](https://apify.com/jungle_synthesizer/legal500-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/legal500-scraper) to learn more, explore other use cases, and run it yourself.