The search query to execute. Can be provided as 'query' or 'q'.
langstring
Language code for search results (e.g., 'en' for English, default 'en').
limitinteger
Maximum number of search results to return (1-100, default 5).
countrystring
Country code to tailor search results (e.g., 'us' for United States, default 'us').
formatsarray
Desired output formats for scraped content of each search result. If None, default scraping applies. Available string formats: 'markdown', 'html', 'rawHtml', 'links'. For screenshots, use object format: {'type': 'screenshot', 'fullPage': true/false, 'quality': 1-100}. For other…
timeoutinteger
Maximum time in milliseconds for search and scrape operations (1000-300000, default 60000).
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not