---
metadata:
  - name: generator
    content: Diplodoc Platform v5.39.6
alternate:
  - https://yandex.com/dev/commercial/doc/en/concepts/geosearch.md
  - https://yandex.com/dev/commercial/doc/ru/concepts/geosearch.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/commercial/doc/en/llms.txt

# Organization Search API

[Pricing](#tariffs)

[How to get started with the API](#how-to-use)

![](../_images/hr.png)

[Organization Search API](https://tech.yandex.ru/maps/geosearch/doc/concepts/about-docpage/) is an HTTP API that allows you to find organizations by various criteria: by name, address, phone number and so on.

<!--<p><note type="attention">Обратите внимание, лицензии на продукт <q>API Поиска по организациям</q> следует приобретать совместно с лицензией на <xref href="jsapi-geocoder.dita#jsapi-geocoder">JavaScript API и Геокодер</xref>. Это связано с тем, что данные, полученные через API Поиска по организациям, должны быть всегда отображены на карте. Вы не можете получать данные поиска и не отображать их на карте.</note></p>-->

## Pricing {#tariffs}

Only a basic license is available for the Organization Search API. There is no advanced license available for this service since saving or modifying data received from this API is prohibited.

The pricing plan determines the limit on requests to the service included in the base cost. All requests over the limit need to be paid separately and in advance.

{% include [jsapi-geocoder-payment-condition](../_includes/concepts/jsapi-geocoder/id-jsapi-geocoder/payment-condition-b3967974250b.md) %}


Available pricing plans are listed below:

Table 1. Plans with yearly payment and daily overages

#|
||**Maximum number of requests per day** |**Base cost/Advanced license (data is preserved)**| **Base cost/Basic license** |**Price per 1000 requests over the request limit for the base cost**||
||1000 | 226,200 rubles | 195,000 rubles | 390 rubles||
||10,000 | 678,600 rubles | 585,000 rubles | 195 rubles||
||25,000 | 1,281,800 rubles | 1,105,000 rubles | 163 rubles||
||50,000 | 2,210,000 rubles | 1,820,000 rubles | 163 rubles||
||100,000 | 2,652,000 rubles | 2,184,000 rubles | 163 rubles||
||200,000 | 3,757,000 rubles | 3,094,000 rubles | 117 rubles||
||300,000 | 5,226,000 rubles | 4,329,000 rubles | 117 rubles||
||500,000 | 7,618,000 rubles | 6,305,000 rubles | 117 rubles||
||1,000,000 | 13,481,000 rubles | 11,050,000 rubles | 59 rubles||
||Over 1,000,000 |To calculate costs, send a request to [paid-api-maps@yandex-team.ru](mailto://paid-api-maps@yandex-team.ru?subject=Запрос%20на%20расчёт%20стоимости%20API) and tell us how many requests per day you expect.|To calculate costs, send a request to [paid-api-maps@yandex-team.ru](mailto://paid-api-maps@yandex-team.ru?subject=Запрос%20на%20расчёт%20стоимости%20API) and tell us how many requests per day you expect.|To calculate costs, send a request to [paid-api-maps@yandex-team.ru](mailto://paid-api-maps@yandex-team.ru?subject=Запрос%20на%20расчёт%20стоимости%20API) and tell us how many requests per day you expect.||
|#

Table 2. Plans with monthly payment and daily overages

#|
||**Maximum number of requests per day** | **Base cost/Basic license** | **Price per 1000 requests over the request limit for the base cost**||
||1000 | 20,800 rubles | 390 rubles||
||10,000 | 58,500 rubles | 195 rubles||
|#



{% note info %}

The published terms and conditions are not an offer.

{% endnote %}


## How to get started with the API {#how-to-use}

To use the commercial version of the API:

1. Purchase a license. [Learn more](https://yandex.com/dev/commercial/doc/en/concepts/how-to-buy.md)
1. Read the [documentation](https://tech.yandex.ru/maps/geosearch/doc/concepts/about-docpage/).
1. To access the API, use the link:
    
    ```
    https://search-maps.yandex.ru/v1/?apikey=<API key>&<additional parameters>
    ```
    

