Wikipedia search — pencarian artikel ensiklopedia multi-bahasa (en/id) dengan title, snippet, URL halaman.
searchpassing, 1.1s/v1/search-tools:wikipedia/search3m cache3 paramschecking key…// 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);curl -X GET "https://api.zpi.web.id/v1/search-tools:wikipedia/search?query=pizza&page=1&lang=en" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"/v1/search-tools:wikipedia/searchCari hasil pencarian berdasarkan keyword dengan pagination.querystringrequiredpagenumberoptionallangenumoptionalcurl -X GET "https://api.zpi.web.id/v1/search-tools:wikipedia/search?query=pizza&page=1&lang=en" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"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
}