Skip to main content
GET
/
v1
/
shopper
/
price-drop-alert
Check for recent price drops on a product
curl --request GET \
  --url https://api.crushrewards.dev/v1/shopper/price-drop-alert
{
  "query": "<string>",
  "drops": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://crushrewards.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

q
string
required

Search query (product name, keyword, or category term)

Minimum string length: 1
country
enum<string>
default:us

Country (us or ca)

Available options:
us,
ca
retailer
enum<string>

Filter to a specific retailer

Available options:
amazon,
walmart,
costco,
homedepot,
nordstrom,
ikea
lookback_days
integer
default:30

Days to look back for price drops (default 30)

Response

Price drop alerts

query
string
drops
object[]