Search
Authentication
Query parameters
Specifies the maximum number of search results to return per section (the sections are web and news. See the JSON response to visualize them).
Indicates the offset for pagination. The offset is calculated in multiples of count. For example, if count = 5 and offset = 1, results 5–10 will be returned. Range 0 ≤ offset ≤ 9.
The language of the web results that will be returned (BCP 47 format).
Indicates which section(s) of search results to livecrawl and return full page content.
Indicates the format of the livecrawled content. Pass a single value (html or markdown) or repeat the parameter to receive both formats: ?livecrawl_formats=html&livecrawl_formats=markdown.
Maximum time in seconds to wait for page content when livecrawl is enabled. Must be between 1 and 60 seconds. Default is 10 seconds.