# Scrape Financial Analyst Jobs in New York City

**Use case:** 

Collect current Financial Analyst job listings in New York City to gain insights into regional financial sector demand and required qualifications. This data is

## Input

```json
{
  "keyword": "financial analyst",
  "location": "New York, NY",
  "maxItems": 120,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "jobTitle": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary_median": {
    "label": "Salary (Median)",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "ageInDays": {
    "label": "Age (Days)",
    "format": "number"
  },
  "easyApply": {
    "label": "Easy Apply",
    "format": "text"
  },
  "jobUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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