# Europages Electronics Supplier Scraper

**Use case:** 

Find electronics suppliers on Europages with company names, locations, descriptions, badges, product counts, contact links, and websites.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.europages.co.uk/companies/electronics.html"
    }
  ],
  "searchTerms": [
    "electronics"
  ],
  "categories": [
    "electronics"
  ],
  "maxItems": 50,
  "maxPagesPerSearch": 2,
  "maxRequestRetries": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Supplier",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "sourceValue": {
    "label": "Source",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "badges": {
    "label": "Badges",
    "format": "text"
  },
  "supplierTypes": {
    "label": "Supplier types",
    "format": "text"
  },
  "employeeCount": {
    "label": "Employees",
    "format": "text"
  },
  "productCount": {
    "label": "Products",
    "format": "number"
  },
  "contactEntryUrls": {
    "label": "Contact URLs",
    "format": "text"
  },
  "websiteUrls": {
    "label": "Website URLs",
    "format": "text"
  },
  "pageNumber": {
    "label": "Page",
    "format": "number"
  },
  "positionOnPage": {
    "label": "Position",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

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