Function Details

Google Search

Provided by

Logo

Google

Uses the Google Search API to return a list of 5 search entries based on a query.

Outputs

This node outputs a table with the following columns: "pageTitle", "pageSummary", "pageUrl"

Example

Given the query: "cat toys"

It would return:

[{"pageTitle": "10 Toys your Cat will Love!",
  "pageSummary": "Cats love toys, but they can be picky...",
  "pageUrl": "https://example.com/cat-toys"},
 ... up to 5 results]

Use Cases

This is commonly used to enrich LLMs (ex. ChatGPT) with up-to-date knowledge, and allow it to generate cited content.