# Build a leads list of VPs of Sales

**Use case:** 

Find VP of Sales and sales leaders by industry and geography for B2B prospecting - names, LinkedIn profiles, and context. Apollo/ZoomInfo alternative.

## Input

```json
{
  "searchQuery": "",
  "jobTitle": "VP of Sales",
  "company": "",
  "industry": "Software",
  "location": "United States",
  "maxResults": 25,
  "supabaseTable": "nexgendata_leads",
  "deliveryDedup": true,
  "addonVerifyEmail": false
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "string"
  },
  "totalLeadsFound": {
    "label": "Total leads found",
    "format": "string"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "string"
  },
  "jobTitle": {
    "label": "Job title",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "maxResults": {
    "label": "Max results",
    "format": "string"
  },
  "completedAt": {
    "label": "Completed at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [B2B Leads Finder — by Job Title, Industry & Location](https://apify.com/nexgendata/b2b-leads-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nexgendata/b2b-leads-finder) to learn more, explore other use cases, and run it yourself.