# Enrich AI Company Domains | Firmographics & Contacts API

**Use case:** 

Enrich AI and ML company domains into common emails, tech stack, logo, and country — OpenAI, Anthropic, Mistral, Cohere, Hugging Face.

## Input

```json
{
  "companies": [
    "openai.com",
    "anthropic.com",
    "mistral.ai",
    "cohere.com",
    "huggingface.co"
  ],
  "enrichEmails": true,
  "enrichSocials": true,
  "enrichDescription": true,
  "supabaseTable": "nexgendata_leads",
  "deliveryDedup": true
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "commonEmails": {
    "label": "Common Emails",
    "format": "array"
  },
  "tech_stack": {
    "label": "Tech Stack",
    "format": "array"
  },
  "logoUrl": {
    "label": "Logo",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Enrichment API — Domain to Firmographics & Contacts](https://apify.com/nexgendata/company-enrichment-tool) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nexgendata/company-enrichment-tool) to learn more, explore other use cases, and run it yourself.