get_cost
Check the cost per 1,000 requests for any supported search engine to estimate spending before running bulk operations.
Instructions
Get cost per 1000 requests for a given engine, in rubles (₽).
Use this to estimate spend for a planned bulk operation. Cost depends on
current tariff — see get_tariff for the tariff name.
Returns:
Dict with engine, cost_per_1k_rub or isError.
Examples: get_cost(engine="google") → {"engine": "google", "cost_per_1k_rub": 25.0}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| engine | Yes | Engine to check cost for. 'google' = Google SERP parsing, 'yandex' = Yandex SERP (direct), 'yaxml' = Yandex Search API v2 (slightly pricier), 'wordstat' = Wordstat New API. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||