# UI Framework & Typography Scanner

**Use case:** 

Extract frontend design tools, CSS frameworks like Tailwind or Bootstrap, and web font providers from any list of target websites for UI/UX research.

## Input

```json
{
  "urls": [
    "https://tailwindcss.com",
    "https://getbootstrap.com",
    "https://awwwards.com",
    "https://dribbble.com",
    "https://codepen.io"
  ],
  "include_risk": false,
  "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.