# Every open role at your target accounts, one row per job

**Use case:** 

Finds the applicant tracking system each company recruits through — Greenhouse, Lever, Ashby, Workable, Recruitee, SmartRecruiters, Teamtailor, Personio or Breezy — from pages already read on its own site, then reads that board once and returns one flat row per open role: title, department, location, remote or on-site, posted date and apply URL. Flat rows are free. $8.00 per 1,000.

## Input

```json
{
  "companies": [
    "stripe.com",
    "airbnb.com",
    "allbirds.com",
    "notion.so",
    "figma.com",
    "ramp.com",
    "vercel.com",
    "linear.app",
    "retool.com",
    "render.com"
  ],
  "sections": [
    "profile",
    "jobs"
  ],
  "maxItemsPerSection": 50,
  "includeSummary": true,
  "flattenSections": true,
  "company": "",
  "includeFinancials": false,
  "financialsMaxPeriods": 8,
  "financialsPeriodKind": "annual",
  "filingForms": [
    "10-K",
    "10-Q",
    "8-K",
    "20-F",
    "S-1"
  ],
  "newsWindowDays": 90,
  "newsSiteScope": false,
  "awardsWindowDays": 1825,
  "recallsWindowDays": 3650,
  "maxPagesPerSite": 4,
  "includeAppDetails": false,
  "includePersonalEmails": false,
  "secUserAgentContact": "Insight Solutions support@insight.solutions",
  "openFdaApiKey": "<YOUR_SECRET>",
  "maxSecsPerCompany": 60,
  "maxConcurrency": 5,
  "sectionConcurrency": 4,
  "maxRunSecs": 600,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company name",
    "format": "string"
  },
  "companyDomain": {
    "label": "Company domain",
    "format": "string"
  },
  "itemTitle": {
    "label": "Item title",
    "format": "string"
  },
  "itemParty": {
    "label": "Item party",
    "format": "string"
  },
  "itemLocation": {
    "label": "Item location",
    "format": "string"
  },
  "itemStatus": {
    "label": "Item status",
    "format": "string"
  },
  "itemCategory": {
    "label": "Item category",
    "format": "string"
  },
  "itemDate": {
    "label": "Item date",
    "format": "string"
  },
  "itemUrl": {
    "label": "Item URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Dossier API — Domain to Full Company Answer](https://apify.com/insight.solutions/company-dossier-api.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/insight.solutions/company-dossier-api.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/insight.solutions/company-dossier-api.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`).
