zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Autocomplete/Yahoo Autocomplete
Logo Yahoo Autocomplete

Yahoo Autocomplete

Yahoo search autocomplete.

2 endpoints2 endpoints on this scraper117 calls117 calls so farupdated 2 months agoLast updated 8/2/2026, 9:10:28 AMBusy: 10+ calls so farllms.txt
Endpoints2

2/2 passing
checked 20 hours ago · daily 01:00 WIB

Autocomplete

Completions for a seed query.

GET/v1/autocomplete:yahoo-autocomplete/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": "cara membuat daftar isi secara otomatis"
    },
    {
      "text": "cara membuat google form"
    },
    {
      "text": "cara membuat npwp pribadi secara online"
    },
    {
      "text": "cara membuat halaman di word"
    },
    {
      "text": "cara membuat daftar pustaka"
    },
    {
      "text": "cara membuat google drive"
    },
    {
      "text": "cara membuat daftar isi"
    },
    {
      "text": "cara membuat barcode"
    }
  ],
  "query": "cara membuat",
  "provider": "yahoo"
}

Code

Autocomplete
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

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

const data = await client.run("autocomplete:yahoo-autocomplete", "autocomplete", {
  "q": "cara membuat",
  "count": 10
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

2 endpoints · plain text
GET
Autocomplete/v1/autocomplete:yahoo-autocomplete/autocomplete
2 params

Completions 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.zapi.ink/v1/autocomplete:yahoo-autocomplete/autocomplete?q=cara+membuat&count=10" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 10,
  "items": [
    {
      "text": "cara membuat daftar isi secara otomatis"
    },
    {
      "text": "cara membuat google form"
    },
    {
      "text": "cara membuat npwp pribadi secara online"
    },
    {
      "text": "cara membuat halaman di word"
    },
    {
      "text": "cara membuat daftar pustaka"
    },
    {
      "text": "cara membuat google drive"
    },
    {
      "text": "cara membuat daftar isi"
    },
    {
      "text": "cara membuat barcode"
    }
  ],
  "query": "cara membuat",
  "provider": "yahoo"
}
GET
Expand/v1/autocomplete:yahoo-autocomplete/expand
4 params

Expand 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 id Values: id, en.
countnumberoptional
Cap the returned list. Default: every unique result found

Request

curl -X GET "https://api.zapi.ink/v1/autocomplete:yahoo-autocomplete/expand?q=cara+membuat&modifiers=all&lang=id&count=200" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "seed": "cara membuat",
  "count": 54,
  "items": [
    {
      "via": "seed",
      "text": "cara membuat daftar isi secara otomatis"
    },
    {
      "via": "seed",
      "text": "cara membuat google form"
    },
    {
      "via": "seed",
      "text": "cara membuat npwp pribadi secara online"
    },
    {
      "via": "seed",
      "text": "cara membuat halaman di word"
    },
    {
      "via": "seed",
      "text": "cara membuat daftar pustaka"
    },
    {
      "via": "seed",
      "text": "cara membuat google drive"
    },
    {
      "via": "seed",
      "text": "cara membuat daftar isi"
    },
    {
      "via": "seed",
      "text": "cara membuat barcode"
    }
  ],
  "locale": "id",
  "provider": "yahoo",
  "modifiers": "questions",
  "truncated": false,
  "variantsTried": 10,
  "variantsFailed": 0
}

Related APIs

More in autocomplete

Google Autocomplete

autocompletegoogle

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

1.8K1.8K calls so far30mResponses cached for 30m
Busy: 10+ calls so far

Yandex Autocomplete

autocompleteyandex

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

162162 calls so far30mResponses cached for 30m
Busy: 10+ calls so far

IMDb Autocomplete

autocompleteimdb-autocomplete

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

113113 calls so far30mResponses cached for 30m
Busy: 10+ calls so far
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.