# Working Nomads Remote Online Teaching Jobs Scraper

**Use case:** 

Scrape remote online teaching and education jobs from Working Nomads, including ESL and tutoring roles. Get titles, companies, locations and apply URLs.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "category": "Education",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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