# Find Work Email from Company Website – Free Email Finder

**Use case:** 

Enter a company website and get work email addresses in seconds. Free B2B email finder for sales, lead generation & CRM enrichment. No login, no API key.
(151 c

## Input

```json
{
  "urls": [
    "stripe.com"
  ],
  "firstName": "",
  "lastName": "",
  "maxConcurrency": 5,
  "maxPeople": 30
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "company_name": {
    "label": "Company",
    "format": "text"
  },
  "lead_grade": {
    "label": "Grade",
    "format": "text"
  },
  "lead_score": {
    "label": "Score",
    "format": "number"
  },
  "email_count": {
    "label": "Emails",
    "format": "number"
  },
  "emails": {
    "label": "Email List",
    "format": "array"
  },
  "phones": {
    "label": "Phones",
    "format": "array"
  },
  "linkedin": {
    "label": "LinkedIn",
    "format": "array"
  },
  "tech_stack": {
    "label": "Tech Stack",
    "format": "array"
  },
  "has_mx_records": {
    "label": "MX",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Email Finder & LinkedIn Scraper - B2B Lead Enrichment](https://apify.com/inexhaustible_glass/linkedin-email-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/inexhaustible_glass/linkedin-email-finder) to learn more, explore other use cases, and run it yourself.