Google URLs Extractor

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.

Options

Max Number of Result Pages
Each call to the API service returns a page of 10 results and also an index. The index is used for the next call to collect the next page. Use this setting to limit the number of calls/pages the component collects. Please note that if you are using a free version of API then value should not be more than 10.
Safety Search Mode
Toggle safety search on or off (e.g. adult content)
Restrict Search Results to Country
Restricts search results to documents originating in a particular country. For further details look here:%%00010%%00010https://developers.google.com/custom-search/docs/xml_results_appendices#countryCollections
Search Query
Main query term for search results.
Search Engine ID
Enter unique search engine id for this API call.
Google Custom Search API Key
Enter the API Key associated with custom search project
Result Language
Restricts the search to documents written in a particular language (e.g., lr=lang_en for English results). Leave empty if no specific language is required for the results. %%00010%%00010For more information see: https://developers.google.com/custom-search/v1/reference/rest/v1/cse/list

Input Ports

This node has no input ports

Output Ports

Icon
Returns parsed meta data of search results.

Nodes

Extensions

Links