# Bulk Company Domain to Twitter/X Extractor

**Use case:** 

Bulk resolve startup domains to Twitter/X handles and profile URLs for outbound, ads audiences, and monitoring.

## Input

```json
{
  "domains": [
    "openai.com",
    "anthropic.com",
    "perplexity.ai",
    "linear.app",
    "vercel.com"
  ],
  "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.