# Remote Software Engineer Jobs Scraper

**Use case:** 

Scrape remote software engineer jobs from Google Jobs with company, location, salary, source, and posting date fields.

## Input

```json
{
  "queries": [
    "software engineer"
  ],
  "location": "Remote",
  "maxResults": 50,
  "country": "us",
  "language": "en",
  "includeDetails": false,
  "maxRequestRetries": 0
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "datePosted": {
    "label": "Posted",
    "format": "text"
  },
  "sourceDomain": {
    "label": "Source",
    "format": "text"
  },
  "query": {
    "label": "Query",
    "format": "text"
  }
}
```

## About this Actor

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