# Scrape remote banking jobs

**Use case:** 

Scrape remote finance and banking jobs from eFinancialCareers. Filter by work arrangement, get structured data. Pay per result.

## Input

```json
{
  "searchQuery": "risk",
  "location": "",
  "markets": [
    "US",
    "UK",
    "HK",
    "SG",
    "AE"
  ],
  "maxResults": 5,
  "positionType": "",
  "employmentType": "",
  "workArrangementType": "REMOTE",
  "sector": "",
  "includeRemote": true,
  "currencyCode": "",
  "skipReposts": true,
  "fetchDetails": false,
  "compact": false
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "locationDisplay": {
    "label": "Location",
    "format": "text"
  },
  "countryCode": {
    "label": "Country",
    "format": "text"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Long",
    "format": "number"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "date"
  },
  "employmentType": {
    "label": "Employment",
    "format": "text"
  },
  "positionType": {
    "label": "Position Type",
    "format": "text"
  },
  "workArrangementType": {
    "label": "Arrangement",
    "format": "text"
  },
  "sectors": {
    "label": "Sectors",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "jobReference": {
    "label": "Job Reference",
    "format": "text"
  },
  "deskClassification": {
    "label": "Desk",
    "format": "text"
  },
  "licensingRequirements": {
    "label": "Licences",
    "format": "text"
  },
  "isRepost": {
    "label": "Repost",
    "format": "text"
  },
  "marketCode": {
    "label": "Market",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [eFinancialCareers Scraper — Finance Jobs, 19 Markets](https://apify.com/unfenced-group/efinancialcareers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/efinancialcareers-scraper) to learn more, explore other use cases, and run it yourself.