# Export Data Scientist Jobs in Austin

**Use case:** 

Find Glassdoor data scientist jobs in Austin and export employer, location, compensation, application link, and search provenance fields.

## Input

```json
{
  "startUrls": [],
  "keyword": "data scientist",
  "location": "Austin, TX",
  "country": "US",
  "daysOld": 30,
  "remoteOnly": false,
  "easyApplyOnly": false,
  "jobType": "all",
  "includeDetails": false,
  "maxItems": 10
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "companyRating": {
    "label": "Rating",
    "format": "number"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "easyApply": {
    "label": "Easy Apply",
    "format": "boolean"
  },
  "postedAge": {
    "label": "Posted",
    "format": "text"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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