# Glassdoor New York data analyst jobs

**Use case:** 

Extract Glassdoor data analyst openings in New York with posting-date filters, job type, salary, rating, and company fields.

## Input

```json
{
  "query": "data analyst",
  "location": "New York, NY",
  "maxResults": 75,
  "datePosted": "7",
  "jobType": "fulltime",
  "remote": "",
  "easyApply": ""
}
```

## Output

```json
{
  "title": {
    "label": "Job Title"
  },
  "company": {
    "label": "Company"
  },
  "companyRating": {
    "label": "Rating",
    "format": "number"
  },
  "location": {
    "label": "Location"
  },
  "salary": {
    "label": "Salary"
  },
  "jobType": {
    "label": "Job Type"
  },
  "postedDate": {
    "label": "Posted"
  },
  "easyApply": {
    "label": "Easy Apply"
  },
  "jobUrl": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At"
  }
}
```

## About this Actor

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