# Track Weekly GTM Hiring Velocity Changes

**Use case:** 

Re-run weekly to catch newly opened or closed GTM roles versus a prior run. Returns role count delta and velocity signal. Clay-ready JSON.

## Input

```json
{
  "domain": "stripe.com",
  "mode": "velocity",
  "include_role_details": false,
  "previous_gtm_role_count": 8,
  "previous_run_date": "2026-06-15"
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "gtm_hiring_signal": {
    "label": "GTM Hiring Signal",
    "format": "boolean"
  },
  "gtm_role_count": {
    "label": "GTM Role Count",
    "format": "integer"
  },
  "signal_strength": {
    "label": "Signal Strength",
    "format": "string"
  },
  "top_gtm_role": {
    "label": "Top GTM Role",
    "format": "string"
  },
  "ats_platform": {
    "label": "ATS Platform",
    "format": "string"
  },
  "career_page_url": {
    "label": "Career Page URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Greenhouse Lever Ashby Job Scraper: GTM Hiring Signals](https://apify.com/mambalabs/gtm-hiring-signal-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mambalabs/gtm-hiring-signal-scraper) to learn more, explore other use cases, and run it yourself.