# RemoteOK Remote Jobs Full Export

**Use case:** 

Full Export of RemoteOK Remote Jobs. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "tags": [
    "python"
  ]
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "position": {
    "label": "Position",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "object"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "postedAtEpoch": {
    "label": "Posted (epoch)",
    "format": "number"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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