# Find B2B leads at a target company

**Use case:** 

Find contacts in a specific role at a target company - for account-based marketing and B2B sales prospecting. An Apollo & ZoomInfo alternative.

## Input

```json
{
  "searchQuery": "",
  "jobTitle": "Account Executive",
  "company": "Salesforce",
  "industry": "Technology",
  "location": "San Francisco",
  "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.