# Export Remote Finance & Accounting Jobs

**Use case:** 

Retrieve up to 100 remote job listings in finance, accounting, and fintech from Himalayas. Access structured data including job titles and salaries.

## Input

```json
{
  "searchKeyword": "finance accounting fintech",
  "categories": [],
  "seniority": [],
  "employmentType": "",
  "maxJobs": 100,
  "maxPagesToScan": 50,
  "timeBudgetSecs": 240,
  "includeDescription": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "employmentType": {
    "label": "Type",
    "format": "string"
  },
  "seniority": {
    "label": "Seniority",
    "format": "array"
  },
  "minSalary": {
    "label": "Min Salary",
    "format": "number"
  },
  "maxSalary": {
    "label": "Max Salary",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "salaryPeriod": {
    "label": "Salary Period",
    "format": "string"
  },
  "locationRestrictions": {
    "label": "Location",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted At",
    "format": "string"
  }
}
```

## About this Actor

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