# Enrich Lead Lists with LinkedIn Company URLs

**Use case:** 

Batch-resolve company domains to LinkedIn company profiles for CRM enrichment, prospect research, and account matching workflows.

## Input

```json
{
  "domains": [
    "hubspot.com",
    "salesforce.com",
    "intercom.com",
    "zendesk.com"
  ],
  "includeSearchFallback": true,
  "maxPagesPerDomain": 7,
  "requestTimeoutSecs": 20
}
```

## Output

```json
{
  "inputDomain": {
    "label": "Input domain",
    "format": "text"
  },
  "normalizedDomain": {
    "label": "Normalized domain",
    "format": "text"
  },
  "linkedinUrl": {
    "label": "LinkedIn URL",
    "format": "link"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "evidenceType": {
    "label": "Evidence type",
    "format": "text"
  },
  "evidenceUrl": {
    "label": "Evidence URL",
    "format": "link"
  },
  "homepageUrl": {
    "label": "Homepage",
    "format": "link"
  },
  "checkedUrls": {
    "label": "Checked URLs",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  },
  "resolvedAt": {
    "label": "Resolved at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Domain to LinkedIn URL Resolver](https://apify.com/automation-lab/domain-to-linkedin-url-resolver) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/domain-to-linkedin-url-resolver) to learn more, explore other use cases, and run it yourself.