# Outdated CMS & Website Lead Generator

**Use case:** 

Extract website technology stacks to identify legacy CMS or missing modern frameworks. Generate leads for web design and development services.

## Input

```json
{
  "urls": [
    "https://www.berkshirehathaway.com",
    "https://www.craigslist.org",
    "https://www.ucla.edu",
    "https://www.w3.org",
    "https://news.ycombinator.com"
  ],
  "include_risk": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "url": {
    "label": "Scanned URL"
  },
  "status_code": {
    "label": "Status Code"
  },
  "tech_count": {
    "label": "Tech Count"
  },
  "fetch_method": {
    "label": "Fetch Method"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Tech Stack Detector](https://apify.com/saregaa/techdetector-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/saregaa/techdetector-scraper) to learn more, explore other use cases, and run it yourself.