-
Notifications
You must be signed in to change notification settings - Fork 0
[SCR-426] include new params #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
4585496
09380bd
14618ee
183023f
88cbe33
fc1cd37
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,6 +5,13 @@ All notable changes to this project are documented in this file. | |
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| ## [1.4.2] - 2026-05-25 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should (iirc) show up in https://pypi.org/project/scrapingbee-cli/ once published (there's a hook to autopublish on merge to master, iirc; review if needed, I forgot, just for your own context; or may need to create tag yourself, I think need tag - which can be done in github web, too).
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok will check, will tag if needed |
||
|
|
||
| ### Added | ||
|
|
||
| - **`--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). | ||
|
|
||
| ## [1.4.1] - 2026-04-17 | ||
|
|
||
| ### Fixed | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should in the future find way to avoid duplication / needing to maintain across all skill files if possible (known / seen issue, yeah)