# Wappalyzer Tech Lookup Example - 5 B2B Sites

**Use case:** 

Identify technologies used by top B2B websites like Hunter.io and ZoomInfo. Get detailed insights into their tech stacks and tools.

## Input

```json
{
  "urls": [
    "hunter.io",
    "https://www.zoominfo.com/",
    "apollo.io/",
    "https://www.crunchbase.com/",
    "https://www.angellist.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.