> ## 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.

# Google Search

> Search Google directly from your workflow and pull the top results into your table.

## What It Does

* Performs a live Google search for any keyword or phrase
* Returns the top results as structured rows
* Helps you enrich records, find competitors, or gather quick context without leaving your workflow

***

## 🏁 Getting Started

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

<Steps>
  <Step title="Enter your search term">Type any keyword, company name, or question into <strong>Search Query</strong>.</Step>
  <Step title="Choose how many results to return">Set <strong>Limit</strong> to pull up to 10 search results.</Step>
  <Step title="Run the node">The node returns one row per result with the title, snippet, and link.</Step>
</Steps>

***

## Inputs

### 🛠️ Required Fields

* **Search Query (✅)**\
  The term you want to look up on Google.\
  *Why it matters:* This drives the entire search — clearer phrases produce more relevant results.

* **Limit (✅)**\
  The number of results to return (1–10).\
  *Why it matters:* Keeps your output focused and prevents noise.

***

## Output

Each search result becomes a row with structured columns:

* **title** — the headline of the result
* **snippet** — the short preview text
* **url** — the link to the page

<Note>
  If your table already has columns with these names, the node adds suffixes automatically (e.g., <code>title\_1</code>, <code>url\_2</code>).
</Note>

***

## How It Works

1. Sends your query to Google
2. Collects the top matching web results
3. Extracts the title, snippet, and URL
4. Converts them into rows
5. Adds the results to your table with clean column names

***

## 🚀 Example Use Cases & Prompts

| Use Case                    | Setup or Prompt Example                 |
| --------------------------- | --------------------------------------- |
| Research a competitor       | “Search Query = ACME pricing”           |
| Enrich account notes        | “Search Query = {company_name} reviews” |
| Get context before outreach | “Search Query = {person_name} news”     |

***

## ✨ Pro Tips

<Tip>
  Use the <strong>Limit</strong> field strategically — pulling 10–50 results often gives the clearest signal with minimal noise.
</Tip>

***

## ⚠️ Important Considerations

<Warning>
  Results depend on Google’s live ranking, so the output can shift over time even with the same query.
</Warning>

***

## 🛠 Troubleshooting & Gotchas

| Symptom         | Likely Cause           | Quick Fix                        |
| --------------- | ---------------------- | -------------------------------- |
| Output is empty | Query returned no hits | Try a simpler or broader keyword |
| Missing columns | Name conflict          | Look for suffixed columns        |

***

## 📝 FAQ

<AccordionGroup>
  <Accordion title="Can I return more than 10 results?">
    Yes! It can return upto 500 results per search.
  </Accordion>

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

***

## 💰 Pricing

> Each search uses **1 credit**.

***

<p style={{ fontSize: '1rem', fontWeight: 'bold', marginTop: '1.5rem' }}>
  Drop this node into your flow to instantly research accounts, contacts, and competitors. 🚀
</p>
