# Detect Sales Sequencer: Outreach vs Salesloft

**Use case:** 

Detect which sales sequencer a company runs, such as Outreach, Salesloft, or Apollo, from its website. Clay-ready flat JSON for qualification.

## Input

```json
{
  "domain": "stripe.com",
  "crawl_additional_pages": true,
  "batchSize": 5,
  "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.