# BuiltWith Scraper (`enrich-crm/builtwith-scraper`) Actor

Detect all technologies used on any website: CRM, marketing automation, analytics, CMS, e-commerce platform, and more.

- **URL**: https://apify.com/enrich-crm/builtwith-scraper.md
- **Developed by:** [Enrich-CRM](https://apify.com/enrich-crm) (community)
- **Categories:** Lead generation, SEO tools
- **Stats:** 3 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per event

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/platform/actors/running/actors-in-store#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

## 🛠 Enrich-CRM — Website Tech Stack

**Detect all technologies used on any company website: CRM, marketing tools, analytics, CMS, e-commerce platform, and more.**

Powered by [Enrich-CRM](https://enrich-crm.com) · Real-time data · No cached profiles · <1s response · GDPR compliant · EU servers

***

### What does this Actor do?

Scan any company domain to detect its technology footprint: CRM in use, marketing automation, analytics tools, CMS, e-commerce platform, CDN, hosting provider, chat tool, payment provider, and main programming framework. Ideal for intent-based targeting and competitive intelligence.

### Use cases

- Find companies using a competitor's CRM as outreach targets
- Detect companies that just adopted a new tool (buying signal)
- Score ICPs based on their technology stack

***

### Input parameters

> **Waterfall logic:** provide more identifiers to increase accuracy. The API tries them in order until a confident match is found.

| Parameter | Description | Example |
|-----------|-------------|---------|
| `apiId` | *(Optional)* Your Enrich-CRM API key. Leave empty to use the built-in key (Apify fees apply). | `YOUR_KEY` |
| `items` | *(Optional)* JSON array for batch mode — see below. | `[{"email": "..."}]` |
| `domain` | Company domain. **Primary identifier.** | `enrich-crm.com` |
| `companyLinkedinUrl` | Company LinkedIn page URL. | `https://www.linkedin.com/company/enrich-crm/` |
| `companyLinkedinSalesNavUrl` | Company Sales Navigator URL. | `https://www.linkedin.com/sales/company/105261719` |
| `companyLinkedinId` | Numerical LinkedIn company ID. | `105261719` |
| `companyLinkedinSalesNavId` | Numerical Sales Navigator company ID. | `105261719` |

#### Single-item example

```json
{
  "domain": "notion.so"
}
```

#### Batch mode example

Pass an `items` array to enrich multiple records in one run:

```json
{
  "items": [
    {
      "domain": "notion.so"
    },
    {
      "domain": "notion.so"
    }
  ]
}
```

Results are saved to the Actor's default dataset — one row per input item.

***

### Response fields

| Field | Type | Description |
|-------|------|-------------|
| `_success` | boolean | `true` if a result was found |
| `_input` | object | The input parameters sent for this item |
| `technologies` | array | Full list of detected technologies |
| `crm` | string | CRM platform (HubSpot, Salesforce, Pipedrive…) |
| `marketingAutomation` | string | Marketing automation tool |
| `analytics` | array | Analytics tools (Google Analytics, Mixpanel…) |
| `cms` | string | Content management system (WordPress, Webflow…) |
| `ecommerce` | string | E-commerce platform (Shopify, WooCommerce…) |
| `hosting` | string | Hosting provider (AWS, Vercel, OVH…) |
| `cdnProvider` | string | CDN provider (Cloudflare, Fastly…) |
| `emailProvider` | string | Email service provider |
| `chatTool` | string | Live chat or support tool (Intercom, Zendesk…) |
| `paymentProvider` | string | Payment provider (Stripe, Adyen…) |
| `mainFramework` | string | Main frontend or backend framework |
| `mainLanguage` | string | Primary programming language detected |

***

### Pricing

| Model | Cost |
|-------|------|
| First 10 calls per actor | **Free** — no credit card required |
| Additional results | **$0.03 per result** (charged only when data is found) |
| Bring Your Own Key (BYOK) | Provide your `apiId` → billed directly by Enrich-CRM (1 credit = 1 result found) |

> A "result" means the API returned a non-empty profile. If no data is found for an input, no credit or Apify charge applies.

***

### All Enrich-CRM Actors

- [👤 Enrich-CRM — Enrich Contact](https://apify.com/sylvain-enrich-crm/enrich-crm-enrich-contact)
- [🔍 Enrich-CRM — Reverse Email](https://apify.com/sylvain-enrich-crm/enrich-crm-reverse-email)
- [✉️ Enrich-CRM — Find Email](https://apify.com/sylvain-enrich-crm/enrich-crm-find-email)
- [🏢 Enrich-CRM — Company Firmographic](https://apify.com/sylvain-enrich-crm/enrich-crm-firmographic)
- [💰 Enrich-CRM — Company Financial Data](https://apify.com/sylvain-enrich-crm/enrich-crm-funding)
- [🇫🇷 Enrich-CRM — French SIREN Number Finder](https://apify.com/sylvain-enrich-crm/enrich-crm-siren-finder)
- [📋 Enrich-CRM — French SIRENE Data](https://apify.com/sylvain-enrich-crm/enrich-crm-french-siren)
- [🛠 Enrich-CRM — Website Tech Stack](https://apify.com/sylvain-enrich-crm/enrich-crm-tech-stack)
- [📊 Enrich-CRM — Monthly Website Traffic](https://apify.com/sylvain-enrich-crm/enrich-crm-website-traffic)
- [🌐 Enrich-CRM — Homepage Content](https://apify.com/sylvain-enrich-crm/enrich-crm-homepage-content)

***

### Links

- [Enrich-CRM website](https://enrich-crm.com)
- [API documentation](https://enrich-crm.readme.io/reference/enrichcontactv4)
- [Get a free API key](https://app.enrich-crm.com)

# Actor input Schema

## `domain` (type: `string`):

Company domain without protocol, e.g. 'acme.com'.

## Actor input object example

```json
{
  "domain": "example.com"
}
```

# 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 = {
    "domain": "example.com"
};

// Run the Actor and wait for it to finish
const run = await client.actor("enrich-crm/builtwith-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 = { "domain": "example.com" }

# Run the Actor and wait for it to finish
run = client.actor("enrich-crm/builtwith-scraper").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "domain": "example.com"
}' |
apify call enrich-crm/builtwith-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=enrich-crm/builtwith-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/qhSCVxRb7SpJnGhA2/builds/NBhZscpdw4qEA8chg/openapi.json
