> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nrev.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Search Google Jobs

> Find live job postings from Google Jobs directly inside your workflow.

## What It Does

* Pulls live job postings from Google Jobs based on your search query
* Lets you filter by country and posted date
* Returns clean, structured rows you can enrich, score, or push to CRM
* Ideal for talent mapping, market research, and competitive hiring analysis

***

## 🏁 Getting Started

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/nurturev/images/Search%20Google%20Jobs%20config%20screenshot.png" alt="Search Google Jobs config screenshot" style={{ borderRadius: '0.5rem', width: '100%', margin: '1.5rem 0' }} />
</Frame>

<Steps>
  <Step title="Enter your job search">Describe the role you want to look up (e.g., “developer jobs in Chicago”).</Step>
  <Step title="Choose a location">Pick a country to narrow the search results.</Step>
  <Step title="Select the posted date">Filter by when the job was posted — All Time, Previous Day, Previous Week, Last Day, Last Week, or Last Month.</Step>
  <Step title="Set the limit">Choose how many results to return (10, 20, 50, or 100).</Step>
</Steps>

***

## Inputs

### 🛠️ Required Fields

* **Job Search Query (✅)**\
  What you want to search for (e.g., “sales engineer,” “React developer remote”).\
  *Why it matters:* This drives the results Google Jobs returns.

* **Posted Date (✅)**\
  Filter jobs based on when they were posted.\
  Options include:\
  **All Time, Today, Last Week, Last Month**\
  *Why it matters:* Helps you focus on fresh listings when timing matters.

* **Limit (✅)**\
  How many job results you want to fetch.\
  Options: **10, 20, 50, 100** (max 100)\
  *Why it matters:* Lets you choose between quick scans and deeper research.

### 🎯 Optional Fields

* **Job Location (⚪️)**\
  Select a country to filter your results.\
  *Why it matters:* Reduces noise and ensures results match your market or territory.

***

## Output

You receive one row per job posting with structured fields such as:

* **job\_title**
* **employer\_name**
* **job\_location**
* **job\_posted\_date**
* **job\_description**
* **job\_apply\_link**

<Note>
  If any of these column names already exist, suffixes are added automatically (e.g., <code>job\_title\_1</code>).
</Note>

***

## How It Works

1. Sends your search query to Google Jobs
2. Applies filters for country and posted date
3. Collects up to 100 live job postings
4. Extracts job metadata (title, company, location, description, posting date)
5. Returns each job as a row in your table

***

## 🚀 Example Use Cases & Prompts

| Use Case                    | Setup or Prompt Example                         |
| --------------------------- | ----------------------------------------------- |
| Competitive hiring research | “Search Query = product manager Berlin”         |
| Talent sourcing             | “Search Query = data scientist remote”          |
| Market mapping              | “Search Query = SDR London”                     |
| Regional hiring trends      | “Search Query = developer” + Location = Germany |

***

## ✨ Pro Tips

<Tip>
  Start with a broad query (e.g., “customer success”) and then layer in filters like country or posted date to narrow results.
</Tip>

***

## ⚠️ Important Considerations

<Warning>
  Google Jobs surfaces listings from multiple job boards — availability and freshness may vary by region.
</Warning>

***

## 🛠 Troubleshooting & Gotchas

| Symptom                     | Likely Cause          | Quick Fix                                 |
| --------------------------- | --------------------- | ----------------------------------------- |
| Empty results               | Search too narrow     | Use a broader job title or remove filters |
| Fewer rows than expected    | Limit set too low     | Increase Limit to 50 or 100               |
| Irrelevant location results | Location not selected | Choose a country to filter more tightly   |

***

## 📝 FAQ

<AccordionGroup>
  <Accordion title="Can I search by city instead of country?">
    Not yet — the node currently filters by country only.
  </Accordion>

  <Accordion title="Can I insert values from my table into the search query?">
    Yes — use <strong>Insert Input</strong> to reference any column.
  </Accordion>

  <Accordion title="What’s the max number of jobs I can return?">
    The node returns up to <strong>100</strong> results per search.
  </Accordion>
</AccordionGroup>

***

## 💰 Pricing

> Each row result returned uses **1 credit**.

***

<p style={{ fontSize: '1rem', fontWeight: 'bold', marginTop: '1.5rem' }}>
  Use this node to instantly surface fresh hiring signals and market insights. 🚀
</p>
