# Stack Overflow Jobs in California

**Use case:** 

Find and extract Stack Overflow Jobs in California. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "maxItems": 10,
  "searchKeyword": "software engineer",
  "location": "California",
  "remoteOnly": false,
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "jobType": {
    "label": "Type",
    "format": "text"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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