# Wappalyzer Tech Lookup Example - 5 Real Estate Sites

**Use case:** 

Identify the technologies used by Zillow, Redfin, LoopNet, Realestate.com.au, and Rentals.ca. Get detailed insights on their tech stack.

## Input

```json
{
  "urls": [
    "zillow.com",
    "redfin.com",
    "loopnet.com",
    "realestate.com.au",
    "rentals.ca"
  ]
}
```

## 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.