search
Perform parallel Google searches for multiple keywords, retrieve structured results, and handle CAPTCHAs while simulating user browsing patterns with customizable options like search limits and timeouts.
Instructions
Search on Google for multiple keywords and return the results
Input Schema
Name | Required | Description | Default |
---|---|---|---|
debug | No | Whether to enable debug mode (showing browser window), overrides the --debug command line flag if specified | |
limit | No | Maximum number of results to return per query (default: 10) | |
locale | No | Locale setting for search results (default: en-US) | |
noSaveState | No | Whether to avoid saving browser state (default: false) | |
queries | Yes | Array of search queries to perform | |
timeout | No | Page loading timeout in milliseconds (default: 60000) |