> For the complete documentation index, see [llms.txt](https://easyparser.gitbook.io/easyparser-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://easyparser.gitbook.io/easyparser-documentation/real-time-integration/offer.md).

# Offer

### Overview

The `Offer` operation is used to retrieve offer-level data for a specific product on Amazon. It provides a list of all available seller offers for a product, including pricing, condition, fulfillment method, and Buy Box information.

This operation is especially useful for analyzing competition, understanding price dynamics, and making sourcing decisions.

With this operation, users can access:

* All active seller offers
* Pricing (including discounts)
* Seller information and ratings
* Fulfillment type (FBA / FBM)
* Buy Box ownership
* Order quantity limits

<figure><img src="/files/blQPKMrEVdUJxT7XA6jt" alt=""><figcaption></figcaption></figure>

### Use Cases

* Analyzing marketplace competition for a given product
* Identifying the Buy Box winner and their price
* Evaluating seller reputation and fulfillment strategy
* Understanding pricing variation between sellers
* Supporting repricing engines or sourcing decisions

### Accepted Input Types

* `asin` (e.g. `B005CWEQEW`)
* Must also include `type: OFFER` in the request payload

Using the ASIN is mandatory. The system does not currently support offer retrieval by URL.

### Available Through

This operation is available via both **Realtime Service** and **Bulk Service**.\
The bulk version allows you to retrieve offer data for multiple products at once — ideal for catalog-wide analysis.
