zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Autocomplete/Yandex Autocomplete
Logo Yandex Autocomplete

Yandex Autocomplete

Yandex search suggestions. The index is Russian-centric; other languages return fewer or no completions.

Endpoints
2
Requests
162
Updated
2 months ago
For LLMs
llms.txt
Endpoint health2 hours ago
  • autocompletepassing, 1.2s
  • expandpassing, 6.0s
2/2 passingdaily 01:00 WIB

Playground

2 endpoints
GET/v1/autocomplete:yandex/autocomplete10m cache2 paramschecking key…
Parameters
qstringrequired

Seed text to complete

countnumber

Cap the list. Default: everything the upstream returns

·
Response
EXAMPLE
{
  "count": 10,
  "items": [
    {
      "text": "caterpillar 2010"
    },
    {
      "text": "catur online"
    },
    {
      "text": "catch me if you can full movie"
    },
    {
      "text": "catch me if you can film 2002"
    },
    {
      "text": "cathay pacific airways"
    },
    {
      "text": "catawiki"
    },
    {
      "text": "catgpt на русском"
    },
    {
      "text": "cataz"
    }
  ],
  "query": "cat",
  "provider": "yandex"
}

Code examples

Autocomplete
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("autocomplete:yandex", "autocomplete", {
  "q": "cat",
  "count": 10
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/autocomplete:yandex/autocomplete?q=cat&count=10" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

2 endpoints · plain text
GETAutocomplete/v1/autocomplete:yandex/autocompleteCompletions for a seed query.

Parameters

qstringrequired
Seed text to complete
countnumberoptional
Cap the list. Default: everything the upstream returns

Request

curl -X GET "https://api.zpi.web.id/v1/autocomplete:yandex/autocomplete?q=cat&count=10" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 10,
  "items": [
    {
      "text": "caterpillar 2010"
    },
    {
      "text": "catur online"
    },
    {
      "text": "catch me if you can full movie"
    },
    {
      "text": "catch me if you can film 2002"
    },
    {
      "text": "cathay pacific airways"
    },
    {
      "text": "catawiki"
    },
    {
      "text": "catgpt на русском"
    },
    {
      "text": "cataz"
    }
  ],
  "query": "cat",
  "provider": "yandex"
}
GETExpand/v1/autocomplete:yandex/expandExpand one seed into the many real queries people type — the seed with every letter, question word and preposition appended, deduplicated.

Parameters

qstringrequired
Seed to expand
modifiersenumoptional
Which modifier sets to append. Default all Values: all, alphabet, questions, prepositions, digits.
langenumoptional
Language for the question and preposition sets. Default en Values: id, en.
countnumberoptional
Cap the returned list. Default: every unique result found

Request

curl -X GET "https://api.zpi.web.id/v1/autocomplete:yandex/expand?q=cat&modifiers=all&lang=en&count=200" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "seed": "cat",
  "count": 386,
  "items": [
    {
      "via": "alphabet",
      "text": "cat and dog"
    },
    {
      "via": "alphabet",
      "text": "cat and sofa"
    },
    {
      "via": "alphabet",
      "text": "cat art"
    },
    {
      "via": "alphabet",
      "text": "cat animal"
    },
    {
      "via": "alphabet",
      "text": "cat animation"
    },
    {
      "via": "alphabet",
      "text": "cat and sofa кроссовки"
    },
    {
      "via": "alphabet",
      "text": "cat anatomy"
    },
    {
      "via": "alphabet",
      "text": "cat and mouse"
    }
  ],
  "locale": "en",
  "provider": "yandex",
  "modifiers": "all",
  "truncated": false,
  "variantsTried": 44,
  "variantsFailed": 0
}

Related APIs

More in autocomplete

Google Autocomplete

autocomplete/google

Google's suggestion lists across five surfaces — web, YouTube, Images, local and Scholar. The same endpoint returns a different universe per surface.

1.8K calls·30m cache

Yahoo Autocomplete

autocomplete/yahoo-autocomplete

Yahoo search autocomplete.

117 calls·30m cache

IMDb Autocomplete

autocomplete/imdb-autocomplete

IMDb title and name autocomplete — returns records with ids, years, posters and cast, not just query strings.

113 calls·30m cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026