# Find Data Analyst Jobs in New York

**Use case:** 

Collect recent New York data analyst listings with employer, location, salary, description, and application fields when available.

## Input

```json
{
  "query": "data analyst",
  "location": "New York, NY",
  "country": "US",
  "datePosted": "7",
  "radius": 25,
  "maxItems": 5
}
```

## Output

```json
{
  "jobKey": {
    "label": "Job key",
    "format": "text"
  },
  "trackingKey": {
    "label": "Tracking key",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "locationShort": {
    "label": "Location",
    "format": "text"
  },
  "datePublished": {
    "label": "Published",
    "format": "date"
  },
  "dateOnIndeed": {
    "label": "First seen",
    "format": "date"
  },
  "salaryText": {
    "label": "Salary text",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "hybrid": {
    "label": "Hybrid",
    "format": "boolean"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "indeedUrl": {
    "label": "Indeed URL",
    "format": "link"
  },
  "query": {
    "label": "Query",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "diagnostics": {
    "label": "Diagnostics",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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