# Find manufacturers within 50km of Munich

**Use case:** 

Locate manufacturers and suppliers within a set radius of any coordinates - ideal for sourcing nearby production partners or evaluating regional supply chains.

## Input

```json
{
  "query": "Maschinenbau",
  "verifiedOnly": false,
  "maxPages": 5,
  "latitude": "48.1372",
  "longitude": "11.5756",
  "radius": "50km",
  "enableExperimentalPartitioning": false
}
```

## Output

```json
{
  "name": {
    "label": "Company Name",
    "format": "string"
  },
  "address_city": {
    "label": "City",
    "format": "string"
  },
  "address_countryCode": {
    "label": "Country",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "tags_supplierTypes": {
    "label": "Supplier Type",
    "format": "array"
  },
  "tags_employeeCount": {
    "label": "Company Size",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [WLW Scraper – Supplier Leads (Pay per Result)](https://apify.com/plowdata/wlw-company-scraper-ppr) with a specific input configuration. Visit the [Actor detail page](https://apify.com/plowdata/wlw-company-scraper-ppr) to learn more, explore other use cases, and run it yourself.