# Domain to Twitter/X URL Resolver for Leads

**Use case:** 

Resolve company domains to Twitter/X profile URLs, handles, confidence, and source evidence for CRM enrichment.

## Input

```json
{
  "domains": [
    "shopify.com",
    "stripe.com",
    "notion.so"
  ],
  "maxPagesPerDomain": 4,
  "requestTimeoutSecs": 20
}
```

## Output

```json
{
  "input": {
    "label": "Input"
  },
  "normalizedDomain": {
    "label": "Domain"
  },
  "found": {
    "label": "Found"
  },
  "handle": {
    "label": "Handle"
  },
  "profileUrl": {
    "label": "Twitter/X profile"
  },
  "confidence": {
    "label": "Confidence"
  },
  "sourcePageUrl": {
    "label": "Source page"
  },
  "matchedAnchorText": {
    "label": "Anchor text"
  },
  "error": {
    "label": "Error"
  },
  "resolvedAt": {
    "label": "Resolved at"
  }
}
```

## About this Actor

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