# Enrich E-commerce Platform Domains | Firmographics API

**Use case:** 

Enrich e-commerce platform domains into common emails, tech stack, logo, and country — Shopify, BigCommerce, Squarespace, Wix, Webflow.

## Input

```json
{
  "companies": [
    "shopify.com",
    "bigcommerce.com",
    "squarespace.com",
    "wix.com",
    "webflow.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.