Skip to content

v.1.4.2 - introducing new params

Choose a tag to compare

@marius-nemeiksis-sbee marius-nemeiksis-sbee released this 26 May 12:59
83ae9ab

What's Changed

--tag on all API-hitting commands — scrape, crawl, google, fast-search, amazon-product, amazon-search, walmart-search, walmart-product, youtube-search, youtube-metadata, and chatgpt now accept --tag VALUE to optionally label requests - tag is included in API response headers. Forwarded to the API as ?tag=... when set, omitted otherwise.
--date-range on google — restrict results to the past hour/day/week/month/year via --date-range past-hour|past-day|past-week|past-month|past-year (also accepts the underscore form past_hour, ...). Forwarded to the API as date_range=past_week (snake_case).

New Contributors

Full Changelog: v1.4.1...v1.4.2