get_offers
Fetch structured offers from a live API. Filter by industry, offer type, region, network, brand, or featured status to find relevant deals and financing offers.
Instructions
Fetches structured offers from a live offers API (prototype). Filter by: industry, offer type, region, network, brand, or featured status. Use 'category' for a free-text keyword search across industry and brand names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand | No | Filter by brand/merchant name (e.g. 'Ashley', 'Sam's Club'). | |
| offset | No | Pagination offset (non-personalized only). | |
| region | No | Filter by region. Valid values: MIDWEST, NORTHEAST, SOUTH, SOUTHEAST, WEST | |
| network | No | Filter by partner network. Valid values: AUTO PARTNER, HOME PARTNER, FLOORING PARTNER, POWERSPORTS PARTNER | |
| category | No | Product category keyword (e.g. 'furniture', 'electronics'). Maps to industry filter. | |
| featured | No | If true, return only featured brand offers. | |
| industry | No | Filter by industry. Valid values: FURNITURE, ELECTRONICS & APPLIANCES, HEALTHCARE & OPTICAL, HEALTH & WELLNESS, HEATING & AIR CONDITIONING, HOME IMPROVEMENT, JEWELRY, LAWN & GARDEN, MUSIC | |
| maxPrice | No | Legacy price filter — not applicable to the real API (financing offers have no list price). Kept for backward compat. | |
| offerType | No | Filter by offer type. Valid values: DEALS, FINANCING OFFERS, EVERYDAY VALUE | |
| limitOffersCount | No | Max number of offers to return (non-personalized only). |