> ## Documentation Index
> Fetch the complete documentation index at: https://docs.liquidrewardsapi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

The **RewardsBot Affiliate Discovery API** lets you search affiliate product inventory, retrieve product details, manage reusable filter criteria, and list affiliate merchants — all from a single REST API.

Use it to build:

* AI-driven shopping assistants and chatbots
* Curated affiliate offer feeds for rewards and loyalty programs
* Merchant directories and storefront search experiences
* Cashback and price-comparison surfaces

## Base URL

```text theme={null}
https://rewardsbot-prod.liquidrewardsapi.com
```

## What you can do

<CardGroup cols={2}>
  <Card title="Search products" icon="magnifying-glass" href="/api-reference/affiliate-discovery/search-affiliate-discovery-products">
    Run free-text and structured-filter searches across affiliate inventory with cursor-based pagination.
  </Card>

  <Card title="Get product details" icon="tag" href="/api-reference/affiliate-discovery/get-affiliate-discovery-product-details">
    Fetch full product detail by slug, including pricing, merchant, and availability.
  </Card>

  <Card title="Manage criteria sets" icon="filter" href="/api-reference/affiliate-discovery/list-affiliate-discovery-criteria-sets">
    Save and reuse named filter bundles (e.g. `summer-sale`) to apply across searches.
  </Card>

  <Card title="Discover merchants" icon="store" href="/api-reference/affiliate-discovery/list-affiliate-discovery-merchants">
    List and search affiliate merchants, including categories, brands, and product terms.
  </Card>
</CardGroup>

## Core concepts

* **Products** — affiliate product listings with pricing, merchant, brand, and availability data.
* **Criteria sets** — saved bundles of structured filters (e.g. `on_sale = true`, `brand = Nike`) you can apply by ID.
* **Cursor pagination** — search and listing endpoints return a `next_cursor` you pass back to fetch additional pages.
* **Merchants** — the affiliate retailers powering the product catalog.

## Next steps

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/authentication">
    Get your API key set up.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first product search in minutes.
  </Card>
</CardGroup>
