# Domain to LinkedIn Company URL Lookup Tool

**Use case:** 

Resolve a company domain to its LinkedIn company URL with a confidence score and match method. Clay-ready flat JSON for enrichment.

## Input

```json
{
  "company_name": "Stripe",
  "domain": "stripe.com",
  "skipCache": "false"
}
```

## Output

```json
{
  "name": {
    "label": "Canonical Name",
    "format": "string"
  },
  "domain": {
    "label": "Canonical Domain",
    "format": "string"
  },
  "linkedin_url": {
    "label": "LinkedIn URL",
    "format": "string"
  },
  "confidence_score": {
    "label": "Confidence Score",
    "format": "integer"
  },
  "match_method": {
    "label": "Match Method",
    "format": "string"
  },
  "resolved": {
    "label": "Resolved",
    "format": "boolean"
  },
  "domain_confidence": {
    "label": "Domain Confidence",
    "format": "integer"
  },
  "linkedin_confidence": {
    "label": "LinkedIn Confidence",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Identity Resolver Name Domain LinkedIn Match Clay](https://apify.com/mambalabs/company-identity-resolver) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mambalabs/company-identity-resolver) to learn more, explore other use cases, and run it yourself.