# Find laboratory and diagnostics suppliers in Germany

**Use case:** 

Extract verified leads for laboratory and diagnostics suppliers in Germany. Receive detailed company information, including contacts and product portfolios.

## Input

```json
{
  "query": "Laborbedarf",
  "region": "DE",
  "verifiedOnly": true,
  "maxPages": 5,
  "enableExperimentalPartitioning": false
}
```

## Output

```json
{
  "name": {
    "label": "Company Name",
    "format": "string"
  },
  "address_city": {
    "label": "City",
    "format": "string"
  },
  "tags_supplierTypes": {
    "label": "Supplier Type",
    "format": "array"
  },
  "portfolio_productNames": {
    "label": "Products",
    "format": "array"
  },
  "portfolio_productKeywords": {
    "label": "Product Keywords",
    "format": "array"
  },
  "signals_isCustomer": {
    "label": "Verified Customer",
    "format": "boolean"
  },
  "signals_certificatesCount": {
    "label": "Certifications",
    "format": "integer"
  },
  "signals_foundingYear": {
    "label": "Founded",
    "format": "integer"
  }
}
```

## 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.