# Tech startup jobs in San Francisco with salary

**Use case:** 

Scrape tech and startup job listings in San Francisco from BuiltIn.com. Ideal for job seekers and recruiters targeting SF tech hubs.

## Input

```json
{
  "keyword": "software engineer",
  "location": "San Francisco",
  "startUrl": "",
  "results_wanted": 100,
  "max_pages": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "workplace_type": {
    "label": "Workplace",
    "format": "text"
  },
  "salary_range_short": {
    "label": "Salary",
    "format": "text"
  },
  "seniority": {
    "label": "Seniority",
    "format": "text"
  },
  "date_posted": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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