# German B2B Supplier Lead list

**Use case:** 

Generate verified German supplier and manufacturer leads by industry. Get company details, contact info, and product data - ready for procurement or outreach.

## Input

```json
{
  "query": "CNC machining",
  "region": "DE",
  "verifiedOnly": false,
  "maxPages": 4,
  "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.