# Focused research: data analyst

**Use case:** 

Seek Jobs Scraper configured for focused research around “data analyst”. The saved input exposes keywords, where, siteKey, scrapeDescription, maxResults and...

## Input

```json
{
  "keywords": [
    "data analyst"
  ],
  "where": "All Australia",
  "siteKey": "AU-Main",
  "scrapeDescription": false,
  "maxResults": 10
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "work_type": {
    "label": "Work Type",
    "format": "text"
  },
  "work_arrangement": {
    "label": "Work Arrangement",
    "format": "text"
  },
  "classification": {
    "label": "Classification",
    "format": "text"
  },
  "listing_date": {
    "label": "Listing Date",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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