# Extract Data Scientist Jobs in San Francisco

**Use case:** 

Gather comprehensive data on Data Scientist positions in the San Francisco Bay Area to analyze local market trends, salary ranges, and required skills. This int

## Input

```json
{
  "keyword": "data scientist",
  "location": "San Francisco, CA",
  "maxItems": 150,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "jobTitle": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary_median": {
    "label": "Salary (Median)",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "ageInDays": {
    "label": "Age (Days)",
    "format": "number"
  },
  "easyApply": {
    "label": "Easy Apply",
    "format": "text"
  },
  "jobUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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