# Scrape Banking & Finance Analyst Jobs - Foundit

**Use case:** 

Pull analyst jobs in the banking industry on Foundit with Job title, Company, Industry, Salary, Experience and Job URL. Export to JSON, CSV or Excel.

## Input

```json
{
  "searchQueries": [
    "analyst"
  ],
  "region": "india",
  "sortBy": "relevance",
  "freshnessDays": 0,
  "includeDescription": false,
  "includeRecruiterLeads": false,
  "industry": "Banking",
  "maxResults": 100,
  "monitorMode": false,
  "monitorStoreName": "foundit-scraper-monitor",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "experienceLabel": {
    "label": "Experience",
    "format": "text"
  },
  "salaryLabel": {
    "label": "Salary",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "industries": {
    "label": "Industry",
    "format": "array"
  },
  "employmentTypes": {
    "label": "Type",
    "format": "array"
  },
  "postedLabel": {
    "label": "Posted",
    "format": "text"
  },
  "recruiterName": {
    "label": "Recruiter",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Foundit Scraper - Jobs, Salaries, Skills & Recruiter Leads](https://apify.com/scrapesage/foundit-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/foundit-scraper) to learn more, explore other use cases, and run it yourself.