# Google Jobs Nurse Jobs London Scraper

**Use case:** 

Extract nurse job listings in London from Google Jobs with employers, sources, dates, salaries, and employment types.

## Input

```json
{
  "queries": [
    "nurse"
  ],
  "location": "London",
  "maxResults": 75,
  "country": "uk",
  "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.