# StackLead AI - Website Tech Stack & Contact Enrichment (`automation_studio/stacklead-website-tech-scraper`) Actor

Mass-scan website technology stacks (Shopify, WordPress, Webflow, React, Stripe, Klaviyo) and extract direct business emails, phones, and LinkedIn profiles. The fast, cheap BuiltWith & Wappalyzer alternative.

- **URL**: https://apify.com/automation\_studio/stacklead-website-tech-scraper.md
- **Developed by:** [Asad Naeem](https://apify.com/automation_studio) (community)
- **Categories:** Lead generation, Developer tools, E-commerce
- **Stats:** 1 total users, 0 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 1,000 enriched website & tech stack profiles

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## ⚡ StackLead AI - Website Tech Stack & Contact Enrichment

> **The ultra-fast, affordable BuiltWith & Wappalyzer alternative.** Scan 1,000+ website technologies (Shopify, WordPress, Webflow, React, Stripe, Klaviyo) and extract verified business emails, phones, and LinkedIn profiles in a single pass.

***

### 🎯 Why StackLead AI?

Services like **BuiltWith** ($295–$495/mo) and **Wappalyzer** ($250+/mo) only tell you what technologies a company uses—they **don't** give you contact info.

**StackLead AI bridges the gap.** Input a list of domains, and in seconds receive:

- 🛠️ **Full Technographics**: CMS, E-Commerce, Analytics, Marketing Automation, Payment Gateways, Live Chat, and JavaScript Frameworks.
- 📧 **Direct Contact Enrichment**: Verified business emails, phone numbers, and WhatsApp links.
- 🔗 **Social Media Handles**: Direct links to LinkedIn (Company & Team), Twitter/X, Instagram, Facebook, YouTube, and GitHub.
- ⚡ **Lightning Fast & Cheap**: Powered by pure asynchronous HTTP (60–120 domains per minute), running without heavy headless browser overhead.

***

### 📊 Features & Detected Tech Categories

| Category | Examples Detected |
|---|---|
| **E-Commerce** | Shopify, Shopify Plus, WooCommerce, Magento, BigCommerce, PrestaShop, Shopware, Squarespace Commerce, Wix Stores |
| **CMS** | WordPress, Webflow, Wix, Squarespace, Ghost, Drupal, Joomla, HubSpot CMS, Framer, Contentful, Strapi |
| **Marketing Automation** | Klaviyo, Mailchimp, ActiveCampaign, HubSpot, Omnisend, Brevo (Sendinblue), Marketo, ConvertKit, Attentive, Postscript |
| **Analytics & Pixels** | Google Analytics 4, Meta/Facebook Pixel, TikTok Pixel, Pinterest Pixel, LinkedIn Insight Tag, Mixpanel, Hotjar, Segment, PostHog, Microsoft Clarity |
| **Payment Processors** | Stripe, PayPal, Klarna, Afterpay, Shop Pay, Square, Braintree, Recharge Payments |
| **Live Chat & Support** | Intercom, Zendesk, Tidio, Crisp, Drift, Gorgias, LiveChat |
| **Frameworks & UI** | React, Next.js, Vue.js, Nuxt.js, Angular, Svelte, Tailwind CSS, Bootstrap |
| **CDN & Hosting** | Cloudflare, AWS CloudFront, Vercel, Netlify, Fastly |

***

### 📥 Input Example

```json
{
  "start_urls": [
    "shopify.com",
    "stripe.com",
    "gymshark.com"
  ],
  "enrich_contacts": true,
  "deep_contact_scan": true,
  "max_domains": 100
}
```

***

### 📤 Output Data Format

```json
{
  "domain": "gymshark.com",
  "url": "https://www.gymshark.com",
  "status_code": 200,
  "title": "Gymshark Official Store",
  "primary_cms": "Shopify Plus",
  "primary_ecommerce": "Shopify Plus",
  "technologies": [
    {"name": "Shopify Plus", "category": "E-Commerce"},
    {"name": "Klaviyo", "category": "Marketing Automation"},
    {"name": "Stripe", "category": "Payment Processors"},
    {"name": "Google Analytics 4", "category": "Analytics"},
    {"name": "Cloudflare", "category": "CDN & Hosting"},
    {"name": "React", "category": "JavaScript Frameworks"}
  ],
  "emails": [
    "support@gymshark.com"
  ],
  "phone_numbers": [
    "+1 800-555-0199"
  ],
  "social_links": {
    "linkedin": "https://www.linkedin.com/company/gymshark",
    "instagram": "https://www.instagram.com/gymshark",
    "twitter": "https://twitter.com/gymshark",
    "facebook": "https://www.facebook.com/Gymshark"
  },
  "contact_page_url": "https://www.gymshark.com/pages/contact-us"
}
```

# Actor input Schema

## `start_urls` (type: `array`):

Enter the domains or URLs you want to analyze (e.g., 'shopify.com', 'gymshark.com', 'https://stripe.com').

## `enrich_contacts` (type: `boolean`):

Extract verified business emails, phone numbers, WhatsApp, and social media links (LinkedIn, X, Instagram, Facebook, YouTube).

## `deep_contact_scan` (type: `boolean`):

Automatically crawl footer and navigation subpages (/contact, /about, /team) to discover direct contact emails and founder links.

## `technologies_filter` (type: `array`):

Only export domains that use specific technologies (e.g., 'Shopify', 'Klaviyo', 'WordPress', 'WooCommerce', 'Stripe'). Leave empty to export all.

## `max_domains` (type: `integer`):

Maximum number of domains to analyze in this run.

## `concurrency` (type: `integer`):

Number of domains to scan simultaneously over async HTTP.

## `proxyConfiguration` (type: `object`):

Use built-in Apify Datacenter or Residential proxies for ultra-fast, unblocked domain scanning.

## Actor input object example

```json
{
  "start_urls": [
    "shopify.com",
    "stripe.com"
  ],
  "enrich_contacts": true,
  "deep_contact_scan": true,
  "max_domains": 5,
  "concurrency": 15,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "DATACENTER"
    ]
  }
}
```

# Actor output Schema

## `dataset` (type: `string`):

Dataset containing website tech stacks, detected CMS, emails, phones, and social links

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "start_urls": [
        "shopify.com",
        "stripe.com"
    ],
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "DATACENTER"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("automation_studio/stacklead-website-tech-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "start_urls": [
        "shopify.com",
        "stripe.com",
    ],
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["DATACENTER"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("automation_studio/stacklead-website-tech-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "start_urls": [
    "shopify.com",
    "stripe.com"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "DATACENTER"
    ]
  }
}' |
apify call automation_studio/stacklead-website-tech-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,automation_studio/stacklead-website-tech-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/CI8hhTe7rb4W0Ek70/builds/ZThqouopjbNYv0XAM/openapi.json
