Trundler
[Trundler](https://www.trundler.dev) provides access to product and historical price data from a range of online retailers. Obtain an API key from the homepage or via [RapidAPI](https://rapidapi.com/datawookie/api/trundler). To ease access to these data there is also an [R package](https://datawookie.github.io/trundler/) available.
Trundler endpoints
| Method | Endpoint | Description |
|---|---|---|
| retailer | ||
| GET |
get_retailer /retailer |
List all retailers. |
| GET |
get_retailer_detail /retailer/{id} |
Details of a specific retailer. |
| GET |
get_retailer_products /retailer/{id}/product |
Products for a specific retailer. Can filter by product or brand name using REGEX. |
| product | ||
| GET |
get_product_detail /product/{id} |
Details of a specific product. |
| GET |
get_product_prices /product/{id}/price |
Price history of a specific product. |
| GET |
get_product /product |
List all products. |
| taxonomy | ||
| GET |
get_category_products /category/{id} |
Products in a specific category. |
| GET |
get_category /category |
List all categories. |
| admin | ||
| GET |
get_stats /admin/stats |
|
| GET |
get_stats_status /admin/stats/status |
|
| GET |
get_auth /admin/auth |
|
| GET |
get_stats_daily /admin/stats/daily |
|
| GET |
get_auth_count /admin/auth/count |
|
| Other endpoints | ||
| GET |
get_product /product |
List all products. Can filter by product or brand name using REGEX. |
| GET |
get_product_prices /product/{id}/price |
Price history of a specific product |
| GET |
get_retailer /retailer |
List all retailers |
| GET |
get_retailer_detail /retailer/{id} |
Details of a specific retailer. |
| GET |
get_retailer_products /retailer/{id}/product |
Products for a specific retailer. Can filter by product or brand name using REGEX. |
| GET |
get_product_detail /product/{id} |
Details of a specific product. |
Trundler pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $10 / month | 1 / second |
|
| ULTRA Recommended | $25 / month | 2 / second |
|
| MEGA | $100 / month | 10 / second |
|