# Enrich SaaS Company Domains | Firmographics & Contacts API

**Use case:** 

Turn SaaS company domains into contacts and tech profiles: common email patterns, tech stack, logo, and country. A Clearbit alternative for B2B prospecting.

## Input

```json
{
  "companies": [
    "slack.com",
    "notion.so",
    "figma.com",
    "airtable.com",
    "calendly.com"
  ],
  "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.