v1
latestOpenAPI 3.1.02026-07-24173271.4 KBProduct coupons by URL
Returns verified and unverified coupon codes for a specific product URL, along with merchant information and verification status.
Query parameters
Site API key for the site requesting coupons.
Original retailer product page URL. Must not be an affiliate or redirect URL.
Whether to include unverified coupon codes after verified results. Defaults to true.
Custom identifier used to associate the click with a user, page, campaign, or event.
Identifies the source of the traffic (e.g., website, newsletter, twitter).
Identifies the marketing medium (e.g., email, social, banner).
Identifies the campaign name, promotion, or initiative.
Identifies paid search keywords or targeting terms.
Differentiates similar links or placements on the same page.
Response
Successfully retrieved coupon code.
Example response
{
"merchant": {
"domain": "kiehls.com",
"group_id": 2528,
"group_name": "Kiehl's"
},
"scan": {
"when_to_check_back": 3600
},
"coupons": [
{
"id": "f556475089750904030e28ad62c6727f",
"code": "WELCOME20",
"original_price": 52,
"price_with_code": 41.6,
"currency": "USD",
"verified": true,
"verified_at": "2026-02-06T15:18:11.746Z"
}
]
}