zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Search Tools/Wikipedia
Logo Wikipedia

Wikipedia

Wikipedia search — pencarian artikel ensiklopedia multi-bahasa (en/id) dengan title, snippet, URL halaman.

1 endpoint1 endpoint on this scraper54 calls54 calls so farupdated 2 months agoLast updated 8/2/2026, 8:27:15 AMBusy: 10+ calls so farllms.txt
Endpoints1

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

Search

Cari hasil pencarian berdasarkan keyword dengan pagination.

GET/v1/search-tools:wikipedia/search3m cache3 paramschecking key…
Parameters
querystringrequired

Search keyword

pagenumber

Result page (default 1, max 50)

langenum

Language code (en/id). Default en

·
Response
EXAMPLE
{
  "page": 1,
  "count": 10,
  "items": [
    {
      "url": "https://en.wikipedia.org/wiki/Kuching",
      "title": "Kuching",
      "pageId": 153216,
      "source": "wikipedia.org",
      "summary": "the name \"Kuching\". It was perhaps derived from the Malay word for cat, \" kucing \", or from Cochin, an Indian trading port on the Malabar Coast and a generic"
    },
    {
      "url": "https://en.wikipedia.org/wiki/Orthosiphon_aristatus",
      "title": "Orthosiphon aristatus",
      "pageId": 7979179,
      "source": "wikipedia.org",
      "summary": "microorganisms and fighting anorexia. It is known as kumis kucing in Indonesia and misai kucing in Malaysia, both of which translate to cat's whiskers. Orthosiphon"
    },
    {
      "url": "https://en.wikipedia.org/wiki/Nasi_kucing",
      "title": "Nasi kucing",
      "pageId": 32345146,
      "source": "wikipedia.org",
      "summary": "Nasi kucing (from Javanese ꦤꦱꦶ​ꦏꦸꦕꦶꦁ 'nasi kucing '; Javanese: [ˈnasi ˈkutʃɪŋ], lit. 'small-portioned dish') is an Indonesian rice dish that originated"
    },
    {
      "url": "https://en.wikipedia.org/wiki/Cat_tongue",
      "title": "Cat tongue",
      "pageId": 33131317,
      "source": "wikipedia.org",
      "summary": "(Spanish), macskanyelv (Hungarian), limbă de pisică (Romanian) or lidah kucing (Indonesian). Cat's tongue cookies are sweet, thin, and crunchy. The original"
    },
    {
      "url": "https://en.wikipedia.org/wiki/Kuce",
      "title": "Kuce",
      "pageId": 21823541,
      "source": "wikipedia.org",
      "summary": "Kuce [ˈkut͡sɛ] is a village in the administrative district of Gmina Janowiec Kościelny, within Nidzica County, Warmian-Masurian Voivodeship, in northern"
    },
    {
      "url": "https://en.wikipedia.org/wiki/Raas_cat",
      "title": "Raas cat",
      "pageId": 74928307,
      "source": "wikipedia.org",
      "summary": "Retrieved 9 February 2026. Ras Kucing Asli Indonesia. kucingkita.com. Accessed 15 August 2014. Mengenal Kucing Busok: Kucing Asli Pulau Raas. portalmadura"
    },
    {
      "url": "https://en.wikipedia.org/wiki/Kue_lidah_kucing",
      "title": "Kue lidah kucing",
      "pageId": 64138534,
      "source": "wikipedia.org",
      "summary": "related to Kue lidah kucing . \"Resep Kue Lidah Kucing yang Bisa Dibikin Sambil Ngabuburit #dirumahaja\". kumparan. \"Kue Lidah Kucing , Si Gurih Warisan Belanda\""
    },
    {
      "url": "https://en.wikipedia.org/wiki/List_of_experimental_cat_breeds",
      "title": "List of experimental cat breeds",
      "pageId": 28660394,
      "source": "wikipedia.org",
      "summary": "is recognised by the Rare and Exotic Feline Registry. The Kucing Malaysia, or Piawaian Kucing Malaysia, is the first indigenous Malaysian cat breed. It"
    }
  ],
  "total": 929,
  "hasMore": true,
  "nextPage": 2
}

Code

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

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

const data = await client.run("search-tools:wikipedia", "search", {
  "query": "pizza",
  "page": 1,
  "lang": "en"
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Search/v1/search-tools:wikipedia/search
3 params

Parameters

querystringrequired
Search keyword
pagenumberoptional
Result page (default 1, max 50)
langenumoptional
Language code (en/id). Default en Values: en, id.

Request

curl -X GET "https://api.zapi.ink/v1/search-tools:wikipedia/search?query=pizza&page=1&lang=en" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "count": 10,
  "items": [
    {
      "url": "https://en.wikipedia.org/wiki/Kuching",
      "title": "Kuching",
      "pageId": 153216,
      "source": "wikipedia.org",
      "summary": "the name \"Kuching\". It was perhaps derived from the Malay word for cat, \" kucing \", or from Cochin, an Indian trading port on the Malabar Coast and a generic"
    },
    {
      "url": "https://en.wikipedia.org/wiki/Orthosiphon_aristatus",
      "title": "Orthosiphon aristatus",
      "pageId": 7979179,
      "source": "wikipedia.org",
      "summary": "microorganisms and fighting anorexia. It is known as kumis kucing in Indonesia and misai kucing in Malaysia, both of which translate to cat's whiskers. Orthosiphon"
    },
    {
      "url": "https://en.wikipedia.org/wiki/Nasi_kucing",
      "title": "Nasi kucing",
      "pageId": 32345146,
      "source": "wikipedia.org",
      "summary": "Nasi kucing (from Javanese ꦤꦱꦶ​ꦏꦸꦕꦶꦁ 'nasi kucing '; Javanese: [ˈnasi ˈkutʃɪŋ], lit. 'small-portioned dish') is an Indonesian rice dish that originated"
    },
    {
      "url": "https://en.wikipedia.org/wiki/Cat_tongue",
      "title": "Cat tongue",
      "pageId": 33131317,
      "source": "wikipedia.org",
      "summary": "(Spanish), macskanyelv (Hungarian), limbă de pisică (Romanian) or lidah kucing (Indonesian). Cat's tongue cookies are sweet, thin, and crunchy. The original"
    },
    {
      "url": "https://en.wikipedia.org/wiki/Kuce",
      "title": "Kuce",
      "pageId": 21823541,
      "source": "wikipedia.org",
      "summary": "Kuce [ˈkut͡sɛ] is a village in the administrative district of Gmina Janowiec Kościelny, within Nidzica County, Warmian-Masurian Voivodeship, in northern"
    },
    {
      "url": "https://en.wikipedia.org/wiki/Raas_cat",
      "title": "Raas cat",
      "pageId": 74928307,
      "source": "wikipedia.org",
      "summary": "Retrieved 9 February 2026. Ras Kucing Asli Indonesia. kucingkita.com. Accessed 15 August 2014. Mengenal Kucing Busok: Kucing Asli Pulau Raas. portalmadura"
    },
    {
      "url": "https://en.wikipedia.org/wiki/Kue_lidah_kucing",
      "title": "Kue lidah kucing",
      "pageId": 64138534,
      "source": "wikipedia.org",
      "summary": "related to Kue lidah kucing . \"Resep Kue Lidah Kucing yang Bisa Dibikin Sambil Ngabuburit #dirumahaja\". kumparan. \"Kue Lidah Kucing , Si Gurih Warisan Belanda\""
    },
    {
      "url": "https://en.wikipedia.org/wiki/List_of_experimental_cat_breeds",
      "title": "List of experimental cat breeds",
      "pageId": 28660394,
      "source": "wikipedia.org",
      "summary": "is recognised by the Rare and Exotic Feline Registry. The Kucing Malaysia, or Piawaian Kucing Malaysia, is the first indigenous Malaysian cat breed. It"
    }
  ],
  "total": 929,
  "hasMore": true,
  "nextPage": 2
}

Related APIs

More in search-tools

Brave Search

search-toolsbrave

Web search via Brave — datacenter-friendly, no captcha, real-time dengan title/URL/snippet.

6.8K6.8K calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Bing Search

search-toolsbing

Bing Search. pencarian web lengkap, snippet, link, multi-bahasa dan region

7.5K7.5K calls so far1hResponses cached for 1h
Busy: 10+ calls so far

DuckDuckGo

search-toolsduckduckgo

DuckDuckGo web search — privacy-focused search engine, no tracking, hasil pencarian web umum dengan title, URL, snippet.

1.1K1.1K calls so far15mResponses cached for 15m
Busy: 10+ calls so far

GitHub Search

search-toolsgithub-code

Searches public code and repositories and returns matching file or repo metadata.

6161 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Stack Overflow

search-toolsstackoverflow

Stack Overflow & Stack Exchange search — Q&A programming dengan tags, score, view count. Support stackoverflow/superuser/serverfault/askubuntu.

3737 calls so far3mResponses cached for 3m
Busy: 10+ calls so far

Hacker News

search-toolshackernews

Hacker News search via Algolia API — pencarian post & komentar tech/startup community dengan points, comments, author.

4848 calls so far3mResponses cached for 3m
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.