# Detect E-Commerce Platforms by URL

**Use case:** 

Detect the e-commerce platform behind any store with Domain, Company, # Tech, Top technologies, CMS and Signals. Export to JSON, CSV or Excel.

## Input

```json
{
  "domains": [
    "wayfair.com",
    "chewy.com",
    "etsy.com"
  ],
  "maxResults": 100,
  "enrichContacts": true,
  "crawlExtraPages": false,
  "includeDns": true,
  "includeTls": true,
  "technologyFilter": [
    "Shopify",
    "Klaviyo"
  ],
  "technologyFilterMode": "any",
  "minLeadScore": 0,
  "monitorMode": false,
  "onlyNewItems": false,
  "monitorKey": "default",
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "technologyCount": {
    "label": "# Tech",
    "format": "number"
  },
  "topTechnologies": {
    "label": "Top technologies",
    "format": "text"
  },
  "platform": {
    "label": "Platform (CMS / store)",
    "format": "text"
  },
  "analyticsTools": {
    "label": "Analytics",
    "format": "text"
  },
  "emailHost": {
    "label": "Email host",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "leadSignals": {
    "label": "Signals",
    "format": "array"
  },
  "finalUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Tech Stack & Lead Intelligence Scraper](https://apify.com/scrapesage/website-tech-stack-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/website-tech-stack-scraper) to learn more, explore other use cases, and run it yourself.