Wikipedia pageviews trend for reading topic interest over time straight from real traffic data.
Wikipedia pageviews trend for reading topic interest over time straight from real traffic data. Send an article title and get back a daily or monthly pageview timeseries, total views across the window, and a trend percentage comparing the first half of the window to the second half, backed by the Wikimedia Pageviews REST API. Pageviews trend, topic interest over time, wikipedia traffic, trend signal, search interest proxy. Use it as a trend-detection API, a topic-interest tracker, or a traffic-signal tool for research, content, and market-scouting agents.
| Method | Endpoint | Price | Description |
|---|---|---|---|
POST | /v1/marketplace/api/wikipedia-pageviews | $0.0092 | Invoke Wikipedia Pageviews (Search) and return the upstream response. |
Requests are paid per call over the x402 protocol. Call the endpoint, receive a 402 Payment Required quote, then repeat the request with the signed payment header. The SDKs do both steps for you.
# 1. Ask for a quote
curl -i -X POST https://api.jarvisclaw.ai/v1/marketplace/api/wikipedia-pageviews \
-H 'Content-Type: application/json' \
-d '{}'
# 2. Pay it (the SDK signs and retries for you)
curl -X POST https://api.jarvisclaw.ai/v1/marketplace/api/wikipedia-pageviews \
-H 'Content-Type: application/json' \
-H 'X-PAYMENT: <signed-payload>' \
-d '{}'
Open in the marketplace
Docs: Getting started · x402 payments · x402 discovery · All APIs