Google Search#

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

Query[Text] The query that needs to be sent to the Google search engine.
Maximum pages[Number] The maximum number of pages from which links need to be retrieved in response to the query in the Google search engine.
Timeout[Number] The timeout for a response in milliseconds from the Google search engine, after which the operation is canceled.
VisibilityIf enabled, a browser window will be displayed.
Result[List] A list of URLs returned by the Google search engine in response to the submitted query.
Error handling level

Select the error handling level.

Possible values:

  • "Default" - by default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Message level

Select the message level that blocks will output during operation.

Possible values:

  • "Default" - by default;
  • "Release" - output is disabled;
  • "Debug" - main information output;
  • "Detailed" - detailed information output.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Error text[Text] Returns detailed information about the error in case of incorrect execution of the block's work.