zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Finance/Wikimedia Pageviews
Logo Wikimedia Pageviews

Wikimedia Pageviews

Kunjungan harian artikel Wikipedia — proksi perhatian publik terhadap satu perusahaan atau tema.

1 endpoint1 endpoint on this scraper5 calls5 calls so farupdated last monthLast updated 8/8/2026, 10:10:25 AMllms.txt
Endpoints1

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

Pageviews

Deret kunjungan harian satu artikel, plus total dan rata-ratanya. Ini data alternatif, bukan data pasar.

GET/v1/finance:wikimedia/pageviews6h cache4 paramschecking key…
Parameters
articlestringrequired

Wikipedia article title. Required.

projectstring

Wikipedia project. Default en.wikipedia.

fromstring

Start date (YYYY-MM-DD). Default 30 days back.

tostring

End date (YYYY-MM-DD). Default today.

·
Response
EXAMPLE
{
  "to": "2026-08-01",
  "from": "2026-07-25",
  "count": 8,
  "items": [
    {
      "date": "2026-08-01",
      "views": 5141
    },
    {
      "date": "2026-07-31",
      "views": 5937
    },
    {
      "date": "2026-07-30",
      "views": 5838
    },
    {
      "date": "2026-07-29",
      "views": 5933
    },
    {
      "date": "2026-07-28",
      "views": 6275
    },
    {
      "date": "2026-07-27",
      "views": 5760
    },
    {
      "date": "2026-07-26",
      "views": 5092
    },
    {
      "date": "2026-07-25",
      "views": 4952
    }
  ],
  "source": "wikimedia",
  "article": "Apple_Inc.",
  "project": "en.wikipedia",
  "totalViews": 44928,
  "averageViews": 5616
}

Code

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

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

const data = await client.run("finance:wikimedia", "pageviews", {
  "article": "Apple Inc.",
  "project": "en.wikipedia",
  "from": "2026-07-01",
  "to": "2026-08-01"
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Pageviews/v1/finance:wikimedia/pageviews
4 params

Parameters

articlestringrequired
Wikipedia article title. Required.
projectstringoptional
Wikipedia project. Default en.wikipedia.
fromstringoptional
Start date (YYYY-MM-DD). Default 30 days back.
tostringoptional
End date (YYYY-MM-DD). Default today.

Request

curl -X GET "https://api.zpi.web.id/v1/finance:wikimedia/pageviews?article=Apple+Inc.&project=en.wikipedia&from=2026-07-01&to=2026-08-01" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "to": "2026-08-01",
  "from": "2026-07-25",
  "count": 8,
  "items": [
    {
      "date": "2026-08-01",
      "views": 5141
    },
    {
      "date": "2026-07-31",
      "views": 5937
    },
    {
      "date": "2026-07-30",
      "views": 5838
    },
    {
      "date": "2026-07-29",
      "views": 5933
    },
    {
      "date": "2026-07-28",
      "views": 6275
    },
    {
      "date": "2026-07-27",
      "views": 5760
    },
    {
      "date": "2026-07-26",
      "views": 5092
    },
    {
      "date": "2026-07-25",
      "views": 4952
    }
  ],
  "source": "wikimedia",
  "article": "Apple_Inc.",
  "project": "en.wikipedia",
  "totalViews": 44928,
  "averageViews": 5616
}

Related APIs

More in finance

Pluang

financepluang

Data pasar Pluang lintas aset: order book, running trade, tradebook dan ringkasan broker per saham IDX, plus saham Amerika, emas, kripto, sinyal analis dan berita.

1.3M1.3M calls so far1dResponses cached for 1d
Busy: 10+ calls so far

IDX (Bursa Efek Indonesia)

financeidx

Data Bursa Efek Indonesia: ringkasan saham & indeks, top movers, broker, emiten, laporan keuangan, berita, dan passthrough ke ratusan endpoint /primary/.

565.5K565.5K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

TradingView

financetradingview

Screener, charts, technical indicators, fundamentals, news and the macro calendar across 16 markets — Indonesian equities, US equities, crypto, forex and futures.

222.2K222.2K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

Stockbit

financestockbit

Data saham IDX dari Stockbit: harga, chart intraday, profil emiten, diskusi komunitas, dan kamus investasi.

106.5K106.5K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

Binance Futures

financebinance-futures

USD-M perpetual futures market data: funding, premium index, open interest, long/short ratios, candles and depth.

40.3K40.3K calls so far10mResponses cached for 10m
Busy: 10+ calls so far

Bybit

financebybit

Bybit v5 market data: candles, 5-minute open interest and account ratios with cursor pagination, funding history and instrument specs.

22.3K22.3K calls so far10mResponses cached for 10m
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
SupportStatusReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.