# Packaging Suppliers from Europages (B2B leads)

**Use case:** 

Europages task that collects packaging suppliers with phone, email and address for B2B outreach. Ready to run; swap in any industry search URL.

## Input

```json
{
  "searchUrls": [
    "https://www.europages.co.uk/companies/packaging.html"
  ],
  "enrichEmails": false,
  "withPhoneOnly": false,
  "countries": [],
  "maxResults": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company name",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "primaryEmail": {
    "label": "Primary email",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "url": {
    "label": "Europages profile URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Europages B2B Supplier Scraper 🏭 (phone, email, address)](https://apify.com/tagadanar/europages-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/europages-scraper) to learn more, explore other use cases, and run it yourself.