# Company Domain Finder for Lead Lists

**Use case:** 

Find official company domains and social profile links from a lead list for CRM enrichment and prospect research.

## Input

```json
{
  "companies": [
    "OpenAI",
    "Stripe",
    "Apify"
  ],
  "maxCandidates": 5,
  "includeSocialLinks": true,
  "requestDelayMs": 600
}
```

## Output

```json
{
  "companyName": {
    "label": "Company"
  },
  "domain": {
    "label": "Domain"
  },
  "websiteUrl": {
    "label": "Website URL",
    "format": "link"
  },
  "confidence": {
    "label": "Confidence"
  },
  "matchMethod": {
    "label": "Match method"
  },
  "matchedTitle": {
    "label": "Matched title"
  },
  "matchedSnippet": {
    "label": "Matched snippet"
  },
  "alternativeDomains": {
    "label": "Alternative domains"
  },
  "socialLinks": {
    "label": "Social links"
  },
  "error": {
    "label": "Error"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Domain and Social Links Finder](https://apify.com/automation-lab/company-domain-social-links-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/company-domain-social-links-finder) to learn more, explore other use cases, and run it yourself.