# Leads Finder Apollo LinkedIn Zoominfo

**Use case:** 

Extract premium leads with verified emails and phone numbers from your favorite b2b platform with just a search url

## Input

```json
{
  "maxResults": 10000,
  "cookies": [
    "Paste your platform Cookie (clear input before pasting)"
  ]
}
```

## Output

```json
{
  "first_name": {
    "label": "First Name",
    "format": "text"
  },
  "last_name": {
    "label": "Last Name",
    "format": "text"
  },
  "name": {
    "label": "Full Name",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "phone_numbers": {
    "label": "Phone Numbers",
    "format": "text"
  },
  "linkedin_url": {
    "label": "LinkedIn",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "seniority": {
    "label": "Seniority",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "postal_code": {
    "label": "Postal Code",
    "format": "text"
  },
  "formatted_address": {
    "label": "Address",
    "format": "text"
  },
  "time_zone": {
    "label": "Time Zone",
    "format": "text"
  },
  "photo_url": {
    "label": "Photo",
    "format": "text"
  },
  "twitter_url": {
    "label": "Twitter (X)",
    "format": "link"
  },
  "github_url": {
    "label": "Github",
    "format": "link"
  },
  "facebook_url": {
    "label": "Facebook",
    "format": "text"
  },
  "organization_id": {
    "label": "Organization Id",
    "format": "text"
  },
  "employment_history": {
    "label": "Employment History",
    "format": "array"
  },
  "organization": {
    "label": "Organization",
    "format": "object"
  },
  "departments": {
    "label": "Departments",
    "format": "array"
  },
  "subdepartments": {
    "label": "Sub Departments",
    "format": "array"
  },
  "intent_strength": {
    "label": "Intent Strength",
    "format": "text"
  },
  "show_intent": {
    "label": "Show Intent",
    "format": "boolean"
  },
  "email_domain_catchall": {
    "label": "Catch All Domain",
    "format": "boolean"
  },
  "email_status": {
    "label": "Email Status",
    "format": "text"
  },
  "extrapolated_email_confidence": {
    "label": "Email Confidence",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [🚀 Leads Finder similar to Apollo Zoominfo Linkedin](https://apify.com/peakydev/leads-finder-apollo-linkedin) with a specific input configuration. Visit the [Actor detail page](https://apify.com/peakydev/leads-finder-apollo-linkedin) to learn more, explore other use cases, and run it yourself.