# Check if a Website Uses Framer

**Use case:** 

Detect Framer on any site — fingerprint evidence from scripts and assets, checked in a real browser.

## Input

```json
{
  "urls": [
    "https://www.framer.com"
  ],
  "includeEvidence": true,
  "waitUntil": "load",
  "timeoutMs": 45000,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "text"
  },
  "techCount": {
    "label": "Techs",
    "format": "number"
  },
  "cms": {
    "label": "CMS / Platform",
    "format": "text"
  },
  "frameworks": {
    "label": "Frameworks",
    "format": "text"
  },
  "analytics": {
    "label": "Analytics",
    "format": "text"
  },
  "hosting": {
    "label": "CDN / Hosting",
    "format": "text"
  },
  "server": {
    "label": "Server",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tech Stack Detector — BuiltWith & Wappalyzer Alternative](https://apify.com/fetchbase/tech-stack-detector) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fetchbase/tech-stack-detector) to learn more, explore other use cases, and run it yourself.