# Enrich company domains into sales-ready leads

**Use case:** 

Enrich company domains into sales-ready records - emails, socials, email provider, tech stack. Clearbit-lite, no API key. Export CSV/Excel.

## Input

```json
{
  "domains": [
    "stripe.com",
    "notion.so",
    "apify.com"
  ],
  "includeTechStack": true,
  "onlyWithEmail": false,
  "maxPagesPerSite": 3,
  "concurrency": 8
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "company_name": {
    "label": "Company",
    "format": "text"
  },
  "primary_email": {
    "label": "Email",
    "format": "text"
  },
  "email_provider": {
    "label": "Email provider",
    "format": "text"
  },
  "linkedin": {
    "label": "LinkedIn",
    "format": "link"
  },
  "phones": {
    "label": "Phones",
    "format": "array"
  },
  "tech_stack": {
    "label": "Tech stack",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Data Enrichment - Verified Emails + Tech Stack](https://apify.com/flash_scraper/company-domain-enrichment) with a specific input configuration. Visit the [Actor detail page](https://apify.com/flash_scraper/company-domain-enrichment) to learn more, explore other use cases, and run it yourself.