# Chemicals Suppliers in Europe from Europages

**Use case:** 

Find chemicals suppliers and manufacturers across Europe with company names, contact details, and product info from Europages.

## Input

```json
{
  "searchQuery": "chemicals",
  "fetchDetails": true,
  "maxItems": 55
}
```

## Output

```json
{
  "companyName": {
    "label": "Company"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "city": {
    "label": "City"
  },
  "country": {
    "label": "Country"
  },
  "street": {
    "label": "Street"
  },
  "postcode": {
    "label": "Postcode"
  },
  "employees": {
    "label": "Employees"
  },
  "url": {
    "label": "Profile"
  }
}
```

## About this Actor

This example demonstrates how to use [Europages Suppliers Scraper - B2B Company Leads & Phones](https://apify.com/scrapers_lat/europages-suppliers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/europages-suppliers-scraper) to learn more, explore other use cases, and run it yourself.