# Detect Stripe's Website Technology Stack

**Use case:** 

Detect the technologies used by Stripe from HTTP headers and HTML, including frameworks, analytics, CDNs, CMS tools, and evidence URLs.

## Input

```json
{
  "urls": [
    "https://stripe.com"
  ],
  "maxUrls": 1
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "technologies": {
    "label": "Technologies",
    "format": "array"
  },
  "categories": {
    "label": "Categories",
    "format": "object"
  },
  "analysis_time_ms": {
    "label": "Analysis Time Ms",
    "format": "number"
  },
  "analyzed_at": {
    "label": "Analyzed At",
    "format": "date"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [🔎 Website Tech Stack Detector - Find Any Site's Tech](https://apify.com/benthepythondev/tech-stack-detector) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/tech-stack-detector) to learn more, explore other use cases, and run it yourself.