# Find marketing decision-makers for B2B outreach

**Use case:** 

Build a list of marketing managers and decision-makers by industry and location for B2B sales outreach. An Apollo & ZoomInfo alternative.

## Input

```json
{
  "searchQuery": "",
  "jobTitle": "Marketing Manager",
  "company": "",
  "industry": "Technology",
  "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.