# Sales Job Posting Monitor for Clay

**Use case:** 

Finds companies hiring SDRs, BDRs, and account executives across job boards. Built for outbound agencies and RevOps teams. Returns Clay-ready rows with company

## Input

```json
{
  "keywords": [
    "SDR",
    "Sales Development Representative",
    "Business Development Representative",
    "Account Executive"
  ],
  "country": "United States",
  "lookback_days": 30,
  "exclude_staffing_agencies": true,
  "exclude_freelance_marketplaces": true,
  "freelance_marketplaces": [
    "Upwork",
    "Fiverr",
    "Freelancer",
    "Toptal",
    "PeoplePerHour",
    "Guru",
    "99designs"
  ],
  "remote_only": false,
  "max_results": 25,
  "max_companies": 40,
  "use_gio21": false,
  "qa_test_mode": false
}
```

## Output

```json
{
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "company_linkedin_url": {
    "label": "Company LinkedIn URL",
    "format": "string"
  },
  "employee_count": {
    "label": "Employee Count",
    "format": "integer"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "job_title": {
    "label": "Job Title",
    "format": "string"
  },
  "posting_date": {
    "label": "Posting Date",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "job_url": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Job Posting Monitor Clay-Ready Hiring Signal Discovery](https://apify.com/mambalabs/gtm-job-discovery) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mambalabs/gtm-job-discovery) to learn more, explore other use cases, and run it yourself.