# Scrape LinkedIn Marketing Manager Leads

**Use case:** 

Scrape LinkedIn Marketing Manager Leads for sales prospecting, recruiting, and market research workflows.

## Input

```json
{
  "maxItems": 100,
  "query": "marketing manager ecommerce",
  "domain": "linkedin.com"
}
```

## Output

```json
{
  "id": {
    "label": "Profile ID",
    "format": "text"
  },
  "url": {
    "label": "Profile URL",
    "format": "link"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "currentTitle": {
    "label": "Current Title",
    "format": "text"
  },
  "currentCompany": {
    "label": "Current Company",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Linkedin Profile Search ($0.9 per 1000 results)](https://apify.com/igolaizola/linkedin-profile-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/igolaizola/linkedin-profile-search) to learn more, explore other use cases, and run it yourself.