# Ramp Internships Ashby Jobs Scraper

**Use case:** 

Extract internship openings from Ramp's Ashby careers board. Pull roles, departments, locations and application URLs into JSON.

## Input

```json
{
  "companyIdentifier": "ramp",
  "maxItems": 3,
  "employmentType": "Intern"
}
```

## 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.