# Job Listings for Software Engineer in San Francisco

**Use case:** 

Extract structured data for Software Engineer positions in San Francisco, including detailed attributes for over 150 job fields.

## Input

```json
{
  "keyword": "AI Engineer",
  "location": "San Francisco, CA",
  "country": "US",
  "maxItems": 20,
  "radius": "35",
  "radiusUnit": "miles",
  "sort": "relevance",
  "fromDays": "",
  "jobType": "",
  "remote": "",
  "jobKeys": [],
  "searchMode": "detailed",
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "id": {
    "label": "Job ID",
    "format": "string"
  },
  "title.text": {
    "label": "Job Title",
    "format": "string"
  },
  "company.name": {
    "label": "Company",
    "format": "string"
  },
  "location.formattedShort": {
    "label": "Location",
    "format": "string"
  },
  "classification.jobType": {
    "label": "Type",
    "format": "array"
  },
  "workArrangement.isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "salary.text": {
    "label": "Salary",
    "format": "string"
  },
  "dates.posted": {
    "label": "Posted",
    "format": "text"
  },
  "dates.age": {
    "label": "Age",
    "format": "text"
  },
  "apply.isEasyApply": {
    "label": "Easy Apply",
    "format": "boolean"
  },
  "urls.indeed": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Indeed Job Scraper](https://apify.com/indeedx/indeed-job-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/indeedx/indeed-job-scraper) to learn more, explore other use cases, and run it yourself.