# London Jobs

**Use case:** 

Collect public London Jobs listings with safe, bounded saved input for recruiting research, hiring-market monitoring, and job-board datasets.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://nvidia.wd5.myworkdayjobs.com/en-US/NVIDIAExternalCareerSite"
    }
  ],
  "searchText": "technology",
  "maxItems": 30,
  "includeJobDetails": false,
  "companyName": "NVIDIA",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "locationsText": {
    "label": "Locations",
    "format": "text"
  },
  "postedOn": {
    "label": "Posted",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "text"
  },
  "remoteType": {
    "label": "Remote type",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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