# Finance Jobs

**Use case:** 

Collect public Finance Jobs listings with safe, bounded saved input for recruiting research, hiring-market monitoring, and job-board datasets.

## Input

```json
{
  "search": "finance",
  "limit": 30,
  "includeDescriptionHtml": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "jobType": {
    "label": "Job type",
    "format": "text"
  },
  "candidateRequiredLocation": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "publicationDate": {
    "label": "Published",
    "format": "date"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "fetchedAt": {
    "label": "Fetched at",
    "format": "date"
  }
}
```

## About this Actor

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