# San Francisco Frontend Engineer Job Listings

**Use case:** 

Collect frontend engineer job listings from Built In for San Francisco. Get up to 100 job results in a CSV or JSON dataset.

## Input

```json
{
  "searchTitle": "frontend engineer",
  "regions": [
    "San Francisco"
  ],
  "remote": [],
  "experience": [],
  "companySizes": [],
  "categories": [],
  "daysSinceUpdated": "",
  "maxJobs": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "remoteType": {
    "label": "Remote",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "experienceLevel": {
    "label": "Experience",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "skills": {
    "label": "Skills"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "postedLabel": {
    "label": "Posted",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Built In Tech Jobs Scraper — Startup Jobs, No Login](https://apify.com/logiover/built-in-tech-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/built-in-tech-jobs-scraper) to learn more, explore other use cases, and run it yourself.