# Google Search

Get a list of links in response to a query in the Google search engine.

<table data-header-hidden><thead><tr><th width="215.16668701171875" valign="top"></th><th width="270.24993896484375" valign="top"></th></tr></thead><tbody><tr><td valign="top">Query</td><td valign="top">[Text] The query that needs to be sent to the Google search engine.</td></tr><tr><td valign="top">Maximum pages</td><td valign="top">[Number] The maximum number of pages from which links need to be retrieved in response to the query in the Google search engine.</td></tr><tr><td valign="top">Timeout</td><td valign="top">[Number] The timeout for a response in milliseconds from the Google search engine, after which the operation is canceled.</td></tr><tr><td valign="top">Visibility</td><td valign="top">If enabled, a browser window will be displayed.</td></tr><tr><td valign="top">Result</td><td valign="top">[List] A list of URLs returned by the Google search engine in response to the submitted query.</td></tr><tr><td valign="top">Error handling level</td><td valign="top"><p>Select the error handling level.</p><p>Possible values:</p><ul><li>"Default" - by default;</li><li>"Ignore" - errors are ignored;</li><li>"Handle" - errors are handled.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Message level</td><td valign="top"><p>Select the message level that blocks will output during operation.</p><p>Possible values:</p><ul><li>"Default" - by default;</li><li>"Release" - output is disabled;</li><li>"Debug" - main information output;</li><li>"Detailed" - detailed information output.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Error text</td><td valign="top">[Text] Returns detailed information about the error in case of incorrect execution of the block's work.</td></tr></tbody></table>
