# Qualify B2B Leads by Website Technology

**Use case:** 

Enrich company domains with CMS, ecommerce, analytics, frameworks, hosting, and lead tags to segment B2B prospects and personalize outreach.

## Input

```json
{
  "urls": [
    "salesforce.com",
    "zendesk.com",
    "atlassian.com",
    "shopify.com",
    "stripe.com"
  ],
  "maxConcurrency": 30,
  "requestTimeoutSecs": 20,
  "maxRetries": 1,
  "includeEvidence": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "statusCode": {
    "label": "HTTP",
    "format": "number"
  },
  "ecommercePlatform": {
    "label": "Ecommerce",
    "format": "text"
  },
  "cms": {
    "label": "CMS",
    "format": "text"
  },
  "jsFramework": {
    "label": "Framework",
    "format": "text"
  },
  "cdn": {
    "label": "CDN / hosting",
    "format": "text"
  },
  "techCount": {
    "label": "# Tech",
    "format": "number"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "leadTags": {
    "label": "Lead tags",
    "format": "array"
  },
  "responseTimeMs": {
    "label": "Response ms",
    "format": "number"
  },
  "protected": {
    "label": "Protected",
    "format": "boolean"
  },
  "server": {
    "label": "Server",
    "format": "text"
  },
  "finalUrl": {
    "label": "Final URL",
    "format": "link"
  },
  "technologies": {
    "label": "Technology details",
    "format": "object"
  },
  "byCategory": {
    "label": "Grouped stack",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Analyzed at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Tech Stack Detector [💵 $2 / 1K]](https://apify.com/webdata_labs/website-tech-stack-detector) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/website-tech-stack-detector) to learn more, explore other use cases, and run it yourself.