# Scrape E-commerce Marketing Managers

**Use case:** 

Identify Marketing Managers and E-commerce Directors at leading retail brands. Fuel your agency growth by connecting with the people responsible for digital adv

## Input

```json
{
  "jobTitles": [
    "Marketing Manager",
    "Ecommerce Director",
    "Growth Lead"
  ],
  "locations": [
    "United Kingdom",
    "Canada"
  ],
  "industries": [
    "Ecommerce",
    "Retail",
    "Consumer Goods"
  ],
  "companyNames": [],
  "maxLeads": 300
}
```

## Output

```json
{
  "full_name": {
    "label": "Name",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company_name": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "linkedin_url": {
    "label": "LinkedIn",
    "format": "link"
  },
  "email": {
    "label": "Email",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Lead Finder](https://apify.com/crawlerbros/lead-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/lead-finder) to learn more, explore other use cases, and run it yourself.