shopsavvy/ShopSavvy Price Check
Check product prices across retailers using ShopSavvy. Get current prices, compare across retailers, and post results as PR comments.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | ShopSavvy Data API key | yes | — |
| command | Command to run: search, price, history, deals | yes | price |
| identifier | Product identifier (ASIN, barcode, URL) - required for price/history commands | no | — |
| query | Search query - required for search command | no | — |
| limit | Maximum number of results | no | 10 |
| days | Days of price history (for history command) | no | 30 |
| retailer | Filter by retailer name | no | — |
| comment-on-pr | Post results as a PR comment (true/false) | no | false |
Outputs
| name | description |
|---|---|
| result | JSON result from the API |
| lowest-price | Lowest price found (for price command) |
| retailer | Retailer with the lowest price |
| offer-count | Number of offers found |