# London Startup Jobs

**Use case:** 

Collect a bounded sample of current public Ashby job postings from active company boards for recruiting research and hiring-market monitoring.

## Input

```json
{
  "companySlugsOrUrls": [
    "openai",
    "ramp",
    "notion"
  ],
  "maxItems": 10,
  "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.