# Track AI Startup Jobs on Ashby

**Use case:** 

Collect public Ashby job postings from OpenAI, Perplexity, and Notion to compare current hiring by company, team, location, and role.

## Input

```json
{
  "companySlugsOrUrls": [
    "openai",
    "perplexity",
    "notion"
  ],
  "maxItems": 60,
  "includeDescriptions": false
}
```

## Output

```json
{
  "companySlug": {
    "label": "Company slug",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "team": {
    "label": "Team",
    "format": "text"
  },
  "locationName": {
    "label": "Location",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment",
    "format": "text"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published",
    "format": "date"
  },
  "compensationTierSummary": {
    "label": "Compensation",
    "format": "text"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Ashby Jobs Scraper](https://apify.com/fetch_cat/ashby-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fetch_cat/ashby-jobs-scraper) to learn more, explore other use cases, and run it yourself.