# Google Jobs Full Export

**Use case:** 

Full Export of Google Jobs. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "startUrl": "https://www.google.com/search?q=software+engineer+jobs+new+york+ny&hl=en&gl=us",
  "maxItems": 500,
  "includeDetails": true
}
```

## Output

```json
{
  "logo": {
    "label": "Logo",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "via": {
    "label": "Via",
    "format": "string"
  },
  "locationType": {
    "label": "Remote Type",
    "format": "string"
  },
  "salaryRaw": {
    "label": "Salary",
    "format": "string"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "employmentType": {
    "label": "Job Type",
    "format": "string"
  },
  "sourceName": {
    "label": "Source",
    "format": "string"
  },
  "extensions": {
    "label": "Extensions",
    "format": "array"
  },
  "searchQuery": {
    "label": "Search Query",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted At",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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