# Working Nomads remote development jobs scraper

**Use case:** 

Extract current Development listings from Working Nomads with employer, region, tags, publication time, job URL, and complete description text.

## Input

```json
{
  "startUrl": "https://www.workingnomads.com/api/exposed_jobs/",
  "categories": [
    "Development"
  ],
  "descriptionFormat": "text",
  "maxItems": 20
}
```

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