# Notion Careers Jobs Export

**Use case:** 

Get all open Notion jobs with title, team, location, salary range and application URL from Notion's Ashby careers page.

## Input

```json
{
  "maxJobs": 10,
  "withDetails": true,
  "organizations": [
    "Notion"
  ],
  "searchQuery": "",
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "team": {
    "label": "Team",
    "format": "text"
  },
  "salaryRange": {
    "label": "Salary Range",
    "format": "text"
  },
  "salarySummary": {
    "label": "Compensation",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "salaryInterval": {
    "label": "Interval",
    "format": "text"
  },
  "offersEquity": {
    "label": "Equity",
    "format": "boolean"
  },
  "addressLocality": {
    "label": "City",
    "format": "text"
  },
  "addressRegion": {
    "label": "Region",
    "format": "text"
  },
  "addressCountry": {
    "label": "Country",
    "format": "text"
  },
  "secondaryLocations": {
    "label": "Other Locations",
    "format": "array"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "compensationTiers": {
    "label": "Compensation Tiers",
    "format": "array"
  },
  "descriptionHtml": {
    "label": "Description HTML",
    "format": "text"
  },
  "descriptionText": {
    "label": "Description Text",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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