Costco Real-Time Deals API – Discounts, Ratings, Dates
Access real-time Costco deals, discounts, and event-based offers with filtering by rating, keyword, discount percentage, and start date. Perfect for deal tracking, shopping bots, or price comparison tools.
Costco Real-Time Deals API – Discounts, Ratings, Dates endpoints
| Method | Endpoint | Description |
|---|---|---|
| rating | ||
| GET |
/rating /rating |
Fetch deals with a star rating between `min` and `max` values (1–5). |
| discount | ||
| GET |
/discount /discount |
Returns deals with discounts greater than or equal to the provided `min` value. |
| event-start | ||
| GET |
/event-start /event-start |
Returns all deals with an `event_start` date matching the provided date (YYYY-MM-DD). |
| search | ||
| GET |
/search/{query} /search/{query} |
Search deals using partial keywords from item names or descriptions. |
| types | ||
| GET |
/types/all /types/all |
Returns a list of all unique deal types (e.g., Electronics, Furniture, Groceries). |
| items | ||
| GET |
/items/all /items/all |
Returns all item names and their unique database IDs for linking or searching. |
| similar-name | ||
| GET |
/similar-name/{name} /similar-name/{name} |
Returns deals with names similar to the provided term using a LIKE match. |
| {id} | ||
| GET |
/{id} /{id} |
Returns a specific deal object using its unique numeric ID. |
| Other endpoints | ||
| GET |
/ / |
Returns all available Costco deals from the database. |
Costco Real-Time Deals API – Discounts, Ratings, Dates pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.95 / month | — |
|
| ULTRA | $19.95 / month | — |
|