# RemoteOK Finance Jobs Scraper

**Use case:** 

Scrape remote finance jobs from RemoteOK. Extract positions, companies, salaries, tags and apply links as clean JSON.

## Input

```json
{
  "maxItems": 50,
  "searchTerms": [
    "finance"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [RemoteOK Remote Job Listings Scraper [🏷️ ON SALE 🎉]](https://apify.com/scrapers_lat/remoteok-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/remoteok-scraper) to learn more, explore other use cases, and run it yourself.