# Extract work and personal contact details for B2B outreach

**Use case:** 

Affordable alternative to Apollo, ZoomInfo & Lusha. Extract leads with verified 📞 phone numbers, business/personal emails & LinkedIn profiles!

## Input

```json
{
  "totalResults": 10000,
  "firstName": "john",
  "personCountry": [
    "United States"
  ],
  "companyCountry": [
    "United States"
  ],
  "seniority": [
    "Junior"
  ],
  "functional": [
    "Customer Service"
  ],
  "companyEmployeeSize": [
    "51 - 200",
    "201 - 500"
  ],
  "industry": [
    "Hospitals and Health Care"
  ],
  "businessModel": [
    "Product"
  ],
  "contactEmailStatus": "verified",
  "includeEmails": false
}
```

## Output

```json
{
  "firstName": {
    "label": "First Name",
    "format": "text"
  },
  "lastName": {
    "label": "Last Name",
    "format": "text"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "email": {
    "label": "Work Email",
    "format": "text"
  },
  "personal_email": {
    "label": "Personal Email",
    "format": "text"
  },
  "phone_numbers": {
    "label": "Phone",
    "format": "text"
  },
  "linkedinUrl": {
    "label": "LinkedIn",
    "format": "link"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "seniority": {
    "label": "Seniority",
    "format": "text"
  },
  "functional": {
    "label": "Functional"
  },
  "organizationName": {
    "label": "Company",
    "format": "text"
  },
  "organizationWebsite": {
    "label": "Company Website",
    "format": "link"
  },
  "organizationLinkedinUrl": {
    "label": "Organization linkedin url"
  },
  "organizationIndustry": {
    "label": "Industry",
    "format": "text"
  },
  "organizationSize": {
    "label": "Company Size",
    "format": "text"
  },
  "organizationFoundedYear": {
    "label": "Organization founded year"
  },
  "organizationCity": {
    "label": "Organization city"
  },
  "organizationState": {
    "label": "Organization state"
  },
  "organizationCountry": {
    "label": "Company Country",
    "format": "text"
  },
  "organizationDescription": {
    "label": "Organization description"
  },
  "organizationSpecialities": {
    "label": "Organization specialities"
  },
  "personId": {
    "label": "Person id"
  }
}
```

## About this Actor

This example demonstrates how to use [🔥 Leads Finder ✅ $1/1k with EMAILS ✅ Apollo | LinkedIn Profile](https://apify.com/boneswill/leads-generator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/boneswill/leads-generator) to learn more, explore other use cases, and run it yourself.