Yahoo Search scraper — hasil pencarian, snippet, related searches.
searchnot measured/v1/search-tools:yahoo/search15m 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:yahoo", "search", {
"query": "pizza",
"count": 10,
"page": 1
});
console.log(data);curl -X GET "https://api.zpi.web.id/v1/search-tools:yahoo/search?query=pizza&count=10&page=1" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"/v1/search-tools:yahoo/searchYahoo Search scraper — hasil pencarian, snippet, related searches.querystringrequiredcountnumberoptionalpagenumberoptionalcurl -X GET "https://api.zpi.web.id/v1/search-tools:yahoo/search?query=pizza&count=10&page=1" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"count": 3,
"query": "ihsg",
"results": [
{
"link": "https://www.idx.id/en/products/index/",
"title": "Index [www.idx.id]",
"snippet": "22 hours ago · Stock Index The Indonesia Stock Exchange (IDX) actively continues to innovate in the development through providing stock indices that can be used by all participants in Indonesia capital market. The index book \"IDX Stock Index Handbook\" contains a concise overview of the indices provided by the IDX.",
"position": 1,
"displayLink": "www.idx.id"
},
{
"link": "https://en.wikipedia.org/wiki/IDX_Composite",
"title": "IDX Composite - Wikipedia",
"snippet": "'Combined Stock Prices Index', IHSG) is a stock index of all stocks listed on the Indonesia Stock Exchange, IDX (formerly known as Jakarta Stock Exchange, JSX).",
"position": 2,
"displayLink": "en.wikipedia.org"
},
{
"link": "https://www.idxchannel.com/stocks?index=IHSG&indexdetail=mainidxindices",
"title": "IDX Channel - Real Time Data Market & Chart Saham IHSG",
"snippet": "Real-time Data Market, Chart, Data Historis, Analisis Dan Berita Saham Terkini Hari Ini | Market Stock - IDX Channel IHSG",
"position": 3,
"displayLink": "www.idxchannel.com"
}
],
"relatedSearches": []
}