Optional
delayDelay between each request in milliseconds. helps to avoid rate limiting issues.
Default is 1000 ms (1 second). set to 0 to disable delay.
Total number of pages to search or an array of specific pages to search
google search uses cursor-based pagination.
Specific page numbers are incremented by 10 starting from 0 (page 1)
If total number of pages is provided, cursor will be created according to: start = page * 10
Search query
Optional
requestCustom request configuration to be sent with the request
Optional
resultControl the type of results returned (can have a significant performance impact)
Optional
strictwhen true, will only return resultNodes that do not contain any undefined/empty properties
Search options for multiple pages search