Price movers
price_moversRecorded price MOVES across the index within a recency window (default 90 days), newest-and-largest first — each a dated before→after change of a tracked entity. Optionally filter by kind ('hw'/'sw') or category/theme slug. The freshness a base model structurally cannot have. Returns an empty list with a clear note when nothing moved in the window (a quiet window is honestly quiet).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Limit to 'hw' (hardware product) or 'sw' (software vendor). Omit to match either; a slug is resolved across both. | |
| limit | No | Max movers to return (default 25). | |
| category | No | Limit to one category/theme slug (e.g. '3d-printers', 'ai-receptionists'). | |
| withinDays | No | Recency window in days (default 90), measured against the log's latest date. |