# Compare hiring activity between two Teamtailor companies

**Use case:** 

See which of two companies has more open Teamtailor roles right now, side by side, so you can quickly gauge relative hiring momentum. $4 per 1,000.

## Input

```json
{
  "companies": [
    "tmgchicago",
    "teamliquid"
  ],
  "testRun": false,
  "onlyFound": false,
  "includeKeywords": [],
  "excludeKeywords": [],
  "titleKeywords": [],
  "excludeTitleKeywords": [],
  "locations": [],
  "remoteOnly": false,
  "postedAfter": "",
  "onlyNewSinceLastRun": false,
  "columns": [
    "boardToken",
    "jobCount",
    "totalJobCount",
    "newJobs",
    "firstRun",
    "jobs",
    "title",
    "location",
    "remote",
    "postedAt",
    "applyUrl"
  ],
  "expandRows": false,
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "query": {
    "label": "Company submitted",
    "format": "string"
  },
  "found": {
    "label": "Found?",
    "format": "boolean"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "message": {
    "label": "Details",
    "format": "string"
  },
  "boardToken": {
    "label": "Company (Teamtailor subdomain)",
    "format": "string"
  },
  "jobCount": {
    "label": "Jobs in this row's result",
    "format": "number"
  },
  "totalJobCount": {
    "label": "Open jobs on the board (before filters)",
    "format": "number"
  },
  "newJobs": {
    "label": "New since last run",
    "format": "number"
  },
  "firstRun": {
    "label": "First run of this watchlist?",
    "format": "boolean"
  },
  "jobs": {
    "label": "All matching jobs (full list)",
    "format": "array"
  },
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "remote": {
    "label": "Remote?",
    "format": "boolean"
  },
  "postedAt": {
    "label": "Posted",
    "format": "string"
  },
  "applyUrl": {
    "label": "Apply link",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Teamtailor Jobs Scraper: Live Postings by Company](https://apify.com/accountable_eel/teamtailor-jobs-lookup.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/accountable_eel/teamtailor-jobs-lookup.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/accountable_eel/teamtailor-jobs-lookup.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
