# Techleads.fyi Official Technology Scrapper

**Use case:** 

Lookup website technology stacks via the techleads.fyi API. Supports up to 1,000 domains per run using the batch lookup endpoint.

4x Cheaper to Builtwith.com.

## Input

```json
{
  "domains": [
    "stripe.com"
  ],
  "batchSize": 100,
  "maxConcurrency": 5
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "success": {
    "label": "OK",
    "format": "boolean"
  },
  "techs": {
    "label": "Technologies",
    "format": "array"
  },
  "error": {
    "label": "Error",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [TechLeads.fyi Technology Scraper](https://apify.com/techleads-fyi/techleads-official-technology-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/techleads-fyi/techleads-official-technology-scraper) to learn more, explore other use cases, and run it yourself.