Introduction
This integration allows users to perform Google searches directly within Clay’s platform using the Google Search API. Users can execute various types of search queries on Google, enhancing data retrieval and analysis processes. This integration enables the incorporation of Google search results into workflows without leaving the Clay environment, streamlining research and information gathering.
Provider: https://google.com
API Documentation: https://developers.google.com/custom-search/v1/overview
Input
Name | Is Optional | Description | Type |
Google search query | e.g. '#{{"Company Domain"}} mentions in the news'. This also supports Google specific query language like 'site:clay.run'. To easily generate searches for LinkedIn profiles, you can use [this site](https://recruitin.net/) to construct your search, open the search in Google, and copy the search query into this input. | text | |
Number of results | true | Number of results to pull. The maximum this action will pull is 300 results. | number |
Language | true | Language to use for search (defaults to English) | text |
Country | true | Country to use for search (defaults to United States) | text |
Output
Name | Type |
Results | array |
Retry Partial Data | object |
Retry Custom Inputs | object |