# Lemon.io jobs on Working Nomads

**Use case:** 

Filter Working Nomads' current public jobs feed for Lemon.io listings and return stable job URLs, role details, regions, tags, and descriptions.

## Input

```json
{
  "startUrl": "https://www.workingnomads.com/jobs",
  "query": "Lemon.io",
  "descriptionFormat": "both",
  "maxItems": 10
}
```

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