# Scrape Cursor Jobs — All Open Roles as JSON

**Use case:** 

Every open role at Cursor as clean JSON — titles, teams, locations and full descriptions, pulled live from the official Ashby board.

## Input

```json
{
  "companies": [
    "https://jobs.ashbyhq.com/cursor"
  ],
  "includeDescriptions": true,
  "maxJobsPerCompany": 1000,
  "remoteOnly": false,
  "timeoutSecs": 30
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "text"
  },
  "ats": {
    "label": "ATS",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "text"
  },
  "url": {
    "label": "Apply URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Job Postings API — Greenhouse, Lever, Ashby, Workable](https://apify.com/fetchbase/job-postings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fetchbase/job-postings-scraper) to learn more, explore other use cases, and run it yourself.