# Industrial Machinery Lead Finder — Europages

**Use case:** 

Extract industrial machinery supplier leads from Europages: company names, websites and emails. Pre-configured for the industrial machinery directory.

## Input

```json
{
  "url_directorio": "https://www.europages.co.uk/companies/textiles.html",
  "max_resultados": 20,
  "extraer_telefono": true,
  "extraer_categoria": true
}
```

## Output

```json
{
  "Empresa": {
    "label": "Company name",
    "format": "text"
  },
  "Web_Oficial": {
    "label": "Official website",
    "format": "link"
  },
  "Email": {
    "label": "Email",
    "format": "text"
  },
  "Telefono": {
    "label": "Phone",
    "format": "text"
  },
  "Categoria": {
    "label": "Category",
    "format": "text"
  },
  "Perfil_Europages": {
    "label": "Europages profile",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Europages B2B Lead Generator: Extract Emails & Sites](https://apify.com/victorl90/europages-b2b-lead-generator-extract-emails-sites) with a specific input configuration. Visit the [Actor detail page](https://apify.com/victorl90/europages-b2b-lead-generator-extract-emails-sites) to learn more, explore other use cases, and run it yourself.