# Enrich an E-Commerce SaaS Domain List

**Use case:** 

Takes a plain list of website domains - the format you get out of a CRM export, a webinar registration file or an ad-form lead download - and resolves each...

## Input

```json
{
  "companies": [
    "shopify.com",
    "klaviyo.com",
    "gorgias.com",
    "attentive.com",
    "yotpo.com",
    "rechargepayments.com",
    "bigcommerce.com",
    "shipbob.com"
  ],
  "maxResults": 20,
  "concurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "linkedin_url": {
    "label": "LinkedIn",
    "format": "link"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "company_size": {
    "label": "Size band",
    "format": "text"
  },
  "employees_on_linkedin": {
    "label": "Employees on LinkedIn",
    "format": "number"
  },
  "follower_count": {
    "label": "Followers",
    "format": "number"
  },
  "headquarters": {
    "label": "Headquarters",
    "format": "text"
  },
  "founded_year": {
    "label": "Founded",
    "format": "number"
  },
  "company_type": {
    "label": "Type",
    "format": "text"
  },
  "source_query": {
    "label": "Input",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Company Enrichment - Firmographics & Company Data](https://apify.com/thirdwatch/linkedin-company-enrichment-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/linkedin-company-enrichment-scraper) to learn more, explore other use cases, and run it yourself.