{"name":"wikipedia-pageviews","description":"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.","price":"$0.008","method":"POST","input_schema":{"properties":{"title":{"type":"string","description":"Wikipedia article title, e.g. 'Artificial intelligence'. Required, max 300 chars."},"start":{"type":"string","description":"Optional window start date, ISO8601 'YYYY-MM-DD' or 'YYYYMMDD'. Defaults to 30 days before end."},"end":{"type":"string","description":"Optional window end date, ISO8601 'YYYY-MM-DD' or 'YYYYMMDD'. Defaults to 2 days ago (pageview data lags)."},"granularity":{"type":"string","description":"Either 'daily' or 'monthly'. Default 'daily'."}},"required":["title"]},"input_example":{"title":"Artificial intelligence","granularity":"daily"},"output_example":{"title":"Artificial intelligence","granularity":"daily","start":"20260601","end":"20260607","timeseries":[{"date":"2026-06-01","views":38866},{"date":"2026-06-02","views":41178}],"total":229704,"trend_pct":-12.4,"source":"Wikimedia Pageviews REST API"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}