# Google Jobs USA Scraper for Software Engineer Listings

**Use case:** 

Scrape job listings for software engineers in the U.S. Returns detailed job data including salary, company, and apply links.

## Input

```json
{
  "queries": [
    "software engineer"
  ],
  "countryCode": "us",
  "languageCode": "en",
  "maxItems": 50,
  "datePosted": "all",
  "jobType": [],
  "workFromHome": false,
  "maxCost": 2,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "workFromHome": {
    "label": "Remote",
    "format": "boolean"
  },
  "jobType": {
    "label": "Type",
    "format": "string"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "string"
  },
  "salaryPeriod": {
    "label": "Period",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted",
    "format": "string"
  },
  "postedVia": {
    "label": "Via",
    "format": "string"
  },
  "sourceQuery": {
    "label": "Query",
    "format": "string"
  },
  "jobId": {
    "label": "Job ID",
    "format": "string"
  },
  "applyOptions": {
    "label": "Apply",
    "format": "array"
  }
}
```

## About this Actor

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