# Wappalyzer Tech Lookup Example - 5 Fashion Sites

**Use case:** 

Uncover the technology used by Nike, Adidas, Gucci, Supreme and Skechers. Get insights on their technology stacks and traffic ranks.

## Input

```json
{
  "urls": [
    "https://nike.com",
    "https://www.adidas.com/us",
    "https://supreme.com/",
    "https://www.skechers.com/",
    "https://www.gucci.com/"
  ]
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "technologyName": {
    "label": "Technology",
    "format": "text"
  },
  "trafficRank": {
    "label": "Traffic rank",
    "format": "number"
  },
  "confirmedAt": {
    "label": "Confirmed at",
    "format": "number"
  },
  "iconUrl": {
    "label": "Icon",
    "format": "image"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Wappalyzer Technology Lookup](https://apify.com/rl1987/wappalyzer-tech-lookup) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rl1987/wappalyzer-tech-lookup) to learn more, explore other use cases, and run it yourself.