This component consumes Google's Custom Search Engine (CSE) API to return search results of a certain keyword. The configuration dialogue requires multiple inputs from the user. It is necessary to provide a CSE API key, Google Custom Search Engine ID and a query to receive results successfully.
More information on how to receive an API key can be found at developers.google.com/custom-search/v1/overview .
The component automatically loops calls to the Google CSE service, where each call returns a page of maximum 10 results. All the results are then collected page after page and provided at the output of the component as a table. Please note that if you are using a free version of CSE service, you can only query the first 10 pages/calls per day. You can limit the number of pages/calls the component collects via its dialogue.
- Type: TableDataReturns parsed meta data of search results.