# Data Analyst Hiring Leads Scraper

**Use case:** 

Collect detailed Google Jobs data analyst listings with descriptions, apply URLs, source domains, salaries, and dates.

## Input

```json
{
  "queries": [
    "data analyst",
    "business analyst"
  ],
  "location": "New York",
  "maxResults": 100,
  "country": "us",
  "language": "en",
  "includeDetails": true,
  "maxRequestRetries": 1
}
```

## 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"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "sourceDomain": {
    "label": "Source",
    "format": "text"
  },
  "query": {
    "label": "Query",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "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.