# High Salary Senior Software Engineer Openings in SF

**Use case:** 

Find senior software engineer positions in San Francisco offering salaries above $150,000. Access real-time job listings and salary data.

## Input

```json
{
  "mode": "live",
  "query": "senior software engineer",
  "location": "San Francisco, CA",
  "remote": false,
  "source": "all",
  "datePosted": "any",
  "salaryMin": 150000,
  "maxResults": 500
}
```

## Output

```json
{
  "_mode": {
    "label": "Mode",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "jobType": {
    "label": "Type",
    "format": "array"
  },
  "datePosted": {
    "label": "Posted",
    "format": "date"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Indeed Jobs Scraper — Job Listings & Salary Data API (No Key)](https://apify.com/logiover/indeed-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/indeed-jobs-scraper) to learn more, explore other use cases, and run it yourself.