Introduction
This integration enables users to perform Google searches directly through Clay's platform. By leveraging the Google Custom Search JSON API, Clay users can execute various query types, accessing Google's vast search capabilities. The integration supports customizable search parameters, allowing for refined results tailored to specific needs. This functionality enhances Clay's data acquisition capabilities by incorporating Google's powerful search engine.
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' | longtext | |
Number of results | true | Number of results to pull (defaults to 5) | number |
Language | true | Language to use for search (defaults to English) | text |
Country | true | Country to use for search (defaults to United States) | text |
Include Result Count? | true | If switched on, the approximate result count from Google will be added to the returned data. This number is an approximation. Using operators like "site:" in your query help make this number more accurate. | boolean |
Include Ads? | true | If switched on, Ad results will be included in the returned data. | boolean |
Output
Name | Type |
Search Results | array |
Related Searches | array |
Related Questions | array |
Knowledge Graph | object |
Link To Google Search | url |
Ad Results | array |
Google Search Result Count | number |
Results Returned Count | number |