# Track nursing jobs in Texas with apply links

**Use case:** 

Track new nursing job postings across Texas. Returns job title, employer, city, posting source, job highlights, and direct apply links for each role.

## Input

```json
{
  "query": "nurse",
  "location": "Texas",
  "country": "None",
  "language": "None",
  "google_domain": "google.com",
  "num_results": 10,
  "max_pagination": 1,
  "include_lrad": false,
  "lrad_value": "5",
  "max_delay": 1,
  "output_file": "google_jobs_results.json"
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company_name": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "via": {
    "label": "Source",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "job_highlights": {
    "label": "Highlights",
    "format": "text"
  },
  "apply_options": {
    "label": "Apply Options",
    "format": "text"
  },
  "detected_extensions": {
    "label": "Job Details",
    "format": "text"
  },
  "share_link": {
    "label": "Share Link",
    "format": "link"
  }
}
```

## About this Actor

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