# Compare Website Frameworks, CMS, and Hosting

**Use case:** 

Compare visible CMS, JavaScript frameworks, libraries, UI frameworks, and hosting signals across public websites with structured evidence.

## Input

```json
{
  "domains": [
    "wordpress.org",
    "nextjs.org",
    "webflow.com"
  ],
  "maxDomains": 3,
  "includeCategories": [
    "CMS",
    "JavaScript Frameworks",
    "JavaScript Libraries",
    "UI Frameworks",
    "Hosting"
  ],
  "maxRunSeconds": 300,
  "resumeFromCheckpoint": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "domain": {
    "label": "Input domain",
    "format": "string"
  },
  "technologyName": {
    "label": "Technology",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "version": {
    "label": "Version",
    "format": "string"
  },
  "confidence": {
    "label": "Confidence",
    "format": "integer"
  },
  "evidenceType": {
    "label": "Evidence type",
    "format": "string"
  },
  "evidenceDetail": {
    "label": "Evidence detail",
    "format": "string"
  },
  "pageTitle": {
    "label": "Page title",
    "format": "string"
  },
  "statusCode": {
    "label": "HTTP status",
    "format": "integer"
  },
  "finalUrl": {
    "label": "Final URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Analyzed at",
    "format": "string"
  },
  "error": {
    "label": "Status or error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [BuiltWith Domain Tech Stack Scraper](https://apify.com/fetch_cat/builtwith-domain-tech-stack-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fetch_cat/builtwith-domain-tech-stack-scraper) to learn more, explore other use cases, and run it yourself.