# Ramp Contract Roles Ashby Jobs Scraper

**Use case:** 

Scrape contract positions from Ramp's Ashby job board. Get job titles, teams, locations and direct apply links as structured data.

## Input

```json
{
  "companyIdentifier": "ramp",
  "maxItems": 4,
  "employmentType": "Contract"
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply Url",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "addressCountry": {
    "label": "Address Country",
    "format": "text"
  },
  "addressRegion": {
    "label": "Address Region",
    "format": "text"
  },
  "addressLocality": {
    "label": "Address Locality",
    "format": "text"
  },
  "isRemote": {
    "label": "Is Remote",
    "format": "text"
  },
  "workplaceType": {
    "label": "Workplace Type",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "team": {
    "label": "Team",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published At",
    "format": "text"
  }
}
```

## About this Actor

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