Contract: crawlsnap-contracts v0.12.0
Added
-
SerpApi — new
serp_apiresource (sync and async) with a single method,
search(query, *, count, page, language, country, safe, time_range, site, filetype), returning the typedSerpSearchData: ranked Google results for
one result page plus the related searches Google suggests. Each result's
urlis the real target URL, already unwrapped from Google's redirector.
Available ascrawlsnap.serp_apion the module singleton,client.serp_api
on an explicit client, andserp_api.v1for version pinning.Refinements left unset are omitted from the request so the API's own defaults
apply — the SDK does not pin a default the API is free to move.