# Find Agency Leads by Website Tech

**Use case:** 

Build agency leads filtered by the tech a site uses with Domain, Company, Emails, Phones, LinkedIn and Lead score. Ready-to-use contact list.

## Input

```json
{
  "domains": [
    "smashingmagazine.com",
    "awwwards.com"
  ],
  "maxResults": 100,
  "enrichContacts": true,
  "crawlExtraPages": false,
  "includeDns": true,
  "includeTls": true,
  "technologyFilter": [
    "Wix",
    "Squarespace"
  ],
  "technologyFilterMode": "any",
  "minLeadScore": 0,
  "monitorMode": false,
  "onlyNewItems": false,
  "monitorKey": "default",
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "emailHost": {
    "label": "Email host",
    "format": "text"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "phones": {
    "label": "Phones",
    "format": "array"
  },
  "linkedinUrl": {
    "label": "LinkedIn",
    "format": "link"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "leadSignals": {
    "label": "Signals",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Tech Stack & Lead Intelligence Scraper](https://apify.com/scrapesage/website-tech-stack-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/website-tech-stack-scraper) to learn more, explore other use cases, and run it yourself.