# Compare best offers

## Лучшие ордера покупки и продажи

{% hint style="info" %}
Метод предназначен для получения данных о лучших офферах Steam Items, а также для определения количества продаж (salesCount) за выбранный период времени что позволяет оценить динамику спроса и популярность товара. Фильтрация производится посредством параметров, передаваемых в теле запроса, что даёт возможность проводить анализ конкретных категорий Steam Items и учитывать нужный временной диапазон.
{% endhint %}

> **Стоимость операции: `3 токена`**

{% openapi src="/files/nW2bI7fR52QvUZTIhvuj" path="/public-api/item/compare-best-offers" method="post" %}
[swagger 19 02.json](https://2269672634-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMs10KcBWJWOk2mLYX0Ls%2Fuploads%2FC0r9wl8hSAX55IxGKzpY%2Fswagger%2019%2002.json?alt=media)
{% endopenapi %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tradeon.gitbook.io/tradeon-api/info-item/compare-best-offers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
