# RemoteOK Jobs | Export Remote Jobs to CSV Data Export

**Use case:** 

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

## Input

```json
{
  "maxItems": 100,
  "searchTerm": "software engineer"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Logo",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "company": {
    "label": "🏢 Company",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "tags": {
    "label": "Tags"
  },
  "salary": {
    "label": "💰 Salary",
    "format": "text"
  },
  "location": {
    "label": "Location"
  },
  "postedAt": {
    "label": "📅 Posted",
    "format": "date"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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