# Scrape Indeed Data Analyst Jobs

**Use case:** 

Scrape Indeed Data Analyst Jobs to export hiring data, companies, locations, salaries, and job URLs for recruiting research.

## Input

```json
{
  "query": "data analyst",
  "location": "New York",
  "country": "US",
  "datePosted": "",
  "maxItems": 100
}
```

## Output

```json
{
  "key": {
    "label": "Job Key",
    "format": "text"
  },
  "refNum": {
    "label": "Reference Number",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "displayTitle": {
    "label": "Display Title",
    "format": "text"
  },
  "sourceEmployerName": {
    "label": "Employer",
    "format": "text"
  },
  "employer": {
    "label": "Employer Data",
    "format": "object"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "compensation": {
    "label": "Compensation",
    "format": "object"
  },
  "attributes": {
    "label": "Attributes",
    "format": "array"
  },
  "occupations": {
    "label": "Occupations",
    "format": "array"
  },
  "indeedApply": {
    "label": "Indeed Apply",
    "format": "object"
  },
  "description": {
    "label": "Description",
    "format": "object"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "datePublished": {
    "label": "Date Published",
    "format": "number"
  },
  "dateOnIndeed": {
    "label": "Date On Indeed",
    "format": "number"
  },
  "expired": {
    "label": "Expired",
    "format": "boolean"
  },
  "expirationDate": {
    "label": "Expiration Date",
    "format": "number"
  },
  "isRepost": {
    "label": "Is Repost",
    "format": "boolean"
  },
  "isLatestPost": {
    "label": "Is Latest Post",
    "format": "boolean"
  },
  "isPlacement": {
    "label": "Is Placement",
    "format": "boolean"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "hiringDemand": {
    "label": "Hiring Demand",
    "format": "object"
  },
  "trackingKey": {
    "label": "Tracking Key",
    "format": "text"
  }
}
```

## About this Actor

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