# Bulk Tech Stack Lookup: BuiltWith Alternative

**Use case:** 

Enrich a list of domains with detected CRM, sequencer, and marketing automation tools. A low-cost BuiltWith alternative. Clay-ready flat JSON.

## Input

```json
{
  "domain": "stripe.com",
  "crawl_additional_pages": true,
  "domains": [
    "stripe.com",
    "hubspot.com",
    "notion.so"
  ],
  "batchSize": 10,
  "skipCache": false
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "crm_detected": {
    "label": "CRM Detected",
    "format": "string"
  },
  "seq_tool_detected": {
    "label": "Sequencer Detected",
    "format": "string"
  },
  "marketing_automation_detected": {
    "label": "Marketing Automation Detected",
    "format": "string"
  },
  "gtm_tool_count": {
    "label": "GTM Tool Count",
    "format": "integer"
  },
  "tech_stack_signal": {
    "label": "Tech Stack Signal",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Tech Stack Detection: BuiltWith Alternative](https://apify.com/mambalabs/gtm-tech-stack-signal-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mambalabs/gtm-tech-stack-signal-scraper) to learn more, explore other use cases, and run it yourself.