Price Tracking API
Stop building fragile scrapers. Talon gives you a simple API to track prices, detect changes, and integrate price intelligence into your apps in minutes.
Price Tracking API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Products | ||
| PATCH |
updateProduct /products/product/{id} |
Update the selector or webhook_url for an existing tracked product. |
| POST |
trackProduct /products/track-product |
Add a new product URL and CSS selector to the tracking system. Returns a product ID that can be used to query price data. |
| GET |
getProduct /products/product/{id} |
Retrieve the current price, previous price, and change detection for a tracked product. |
| GET |
getProductHistory /products/product/{id}/history |
Retrieve the price change history for a tracked product. Returns up to 50 of the most recent price records. |
| Other endpoints | ||
| GET |
getProductHistory /products/product/{id}/history |
Retrieve the price change history for a tracked product. Returns up to 50 of the most recent price records. |
| POST |
trackProduct /products/track-product |
Add a new product URL and CSS selector to the tracking system. Returns a product ID that can be used to query price data. |
| GET |
getProduct /products/product/{id} |
Retrieve the current price, previous price, and change detection for a tracked product. |
| PATCH |
updateProduct /products/product/{id} |
Update the selector or webhook_url for an existing tracked product. |
Price Tracking API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $15 / month | — |
|
| ULTRA | $35 / month | — |
|