# Working Nomads Europe remote hiring monitor

**Use case:** 

Create a recurring Europe-focused Working Nomads feed for recruiting, job aggregation, hiring-signal tracking, and downstream enrichment workflows.

## Input

```json
{
  "startUrl": "https://www.workingnomads.com/api/exposed_jobs/",
  "locations": [
    "Europe",
    "EU"
  ],
  "descriptionFormat": "text",
  "maxItems": 40
}
```

## Output

```json
{
  "url": {
    "label": "Job URL",
    "format": "string"
  },
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "descriptionText": {
    "label": "Description text",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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