# CNC supplier leads from WLW Germany

**Use case:** 

Scrape WLW Germany CNC supplier listings with company names, product URLs, profile links, badges, and contact availability.

## Input

```json
{
  "searchQuery": "maschinenbau",
  "searchQueries": [
    "CNC Fräsen",
    "CNC Drehen"
  ],
  "startUrls": [
    {
      "url": "https://www.wlw.de/de/suche?q=maschinenbau"
    }
  ],
  "countryCode": "40",
  "supplierType": "",
  "maxResults": 50,
  "maxPagesPerSearch": 2,
  "maxRequestRetries": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "company_name": {
    "label": "Company",
    "format": "text"
  },
  "profile_url": {
    "label": "Profile URL",
    "format": "link"
  },
  "company_id": {
    "label": "Company ID",
    "format": "text"
  },
  "product_title": {
    "label": "Product or service",
    "format": "text"
  },
  "product_url": {
    "label": "Product URL",
    "format": "link"
  },
  "product_id": {
    "label": "Product ID",
    "format": "text"
  },
  "product_description": {
    "label": "Description",
    "format": "text"
  },
  "sell_points": {
    "label": "Sell points",
    "format": "text"
  },
  "supplier_types": {
    "label": "Supplier types",
    "format": "text"
  },
  "badges": {
    "label": "Badges",
    "format": "text"
  },
  "contact_available": {
    "label": "Contact available",
    "format": "boolean"
  },
  "query": {
    "label": "Query",
    "format": "text"
  },
  "search_url": {
    "label": "Search URL",
    "format": "link"
  },
  "page_number": {
    "label": "Page",
    "format": "number"
  },
  "position_on_page": {
    "label": "Position",
    "format": "number"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "source_type": {
    "label": "Source type",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [WLW Germany Supplier Directory Scraper](https://apify.com/automation-lab/wlw-de-supplier-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/wlw-de-supplier-directory-scraper) to learn more, explore other use cases, and run it yourself.