Price Drop Alert is a paid API for AI agents from api.syntalic.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).
Check whether a product's current price is below its rolling average, returning current price, rolling average, lowest-seen price, and date within a configurable lookback window.
Check whether a product's current price is below its rolling average within a configurable lookback window. Returns current price vs. the average across the window plus the lowest-seen price and date. Response field `avg_price_last_30d` is a fixed name for backwards compatibility; the value is always computed across the configured `lookback_days` window.
Returns an array of matching product price-drop results, each containing the current price, the rolling average price over the configured lookback window (field named avg_price_last_30d for backwards compatibility), the lowest-seen price and its date, and the original query string.
GEThttps://api.syntalic.com/v1/shopper/price-drop-alertUse this endpoint when you need to determine whether a product's current price represents a good deal relative to its recent price history — specifically when comparing against a rolling average and lowest-seen price. Prefer this over a simple best-price lookup when the goal is historical context and deal detection rather than just cross-retailer comparison.
{
"q": "laptop",
"country": "us",
"retailer": "amazon",
"lookback_days": 30
}| Field | Type | Description |
|---|---|---|
| qrequired | string | Search query (product name, keyword, or category term) |
| country | string | Country (us or ca) |
| retailer | string | Filter to a specific retailer |
| lookback_days | integer | Days to look back for price drops (default 30) |
{
"query": "laptop",
"scope": "listing",
"country": "us",
"currency": "USD",
"retailer": "amazon",
"condition": "refurbished",
"entity_uid": "4e39ad2ba123b2f4bc05b38947ea4537",
"lowest_seen": 389.9,
"product_uid": "amazon:B07JB2C4RZ",
"member_count": 1,
"product_name": "Apple 15.4in MacBook Pro Laptop (Retina, Touch Bar, 2.6GHz 6-Core Intel Core i7, 16GB RAM, 512GB SSD Storage) Space Gray (MR942LL/A) (2018 Model) (Renewed)",
"current_price": 389.9,
"is_price_drop": false,
"lowest_seen_date": "2026-06-15",
"price_vs_avg_pct": 0,
"resolved_product": {
"scope": "listing",
"retailer": "amazon",
"condition": "refurbished",
"entity_uid": "4e39ad2ba123b2f4bc05b38947ea4537",
"product_uid": "amazon:B07JB2C4RZ",
"member_count": 1,
"product_name": "Apple 15.4in MacBook Pro Laptop (Retina, Touch Bar, 2.6GHz 6-Core Intel Core i7, 16GB RAM, 512GB SSD Storage) Space Gray (MR942LL/A) (2018 Model) (Renewed)",
"product_type": null,
"category_path": "computers/computers-tablets/laptops/traditional-laptops"
},
"observation_count": 1,
"avg_price_last_30d": 389.9,
"insufficient_history": true
}| Field | Type | Description |
|---|---|---|
| drops | array | |
| query | string |
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"