popeyes_offers
Fetch Popeyes promotional deals and coupons as structured reference data. Supports market and pagination; returns published offer catalog including value deals and percentage-off combos.
Instructions
List Popeyes' promotional deals and coupons. Returns a page of Popeyes' promotional offers/deals catalog -- named value deals (e.g. "3Pc Signature Chicken for $5"), percentage-off combos, and paper coupons. This is CMS content describing the offer catalog, the same kind of public data /popeyes/menu already reads from -- not a personalized or store-specific list, and not account/loyalty state. A missing price does not mean free; a price of 0 means the offer's discount is not expressed as a flat price (see offer_tag/name instead, e.g. a percentage-off deal). requires_authentication reflects the offer's own published redemption rules, not any account state this endpoint reads. The catalog spans hundreds of entries including ones no longer running; there is no upstream "currently active" flag, so pages should be read as reference data, not a guarantee every entry is live right now.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum offers to return, 1-100 (default 20) | |
| market | No | Restaurant market: US (default) or CA | |
| offset | No | Number of offers to skip, for paging (default 0) |