Wmcloud: Get Pageviews
Wmcloud via Parse · Other
Fetch pageview counts for one or more Wikipedia pages over a date range, including daily breakdown, totals, and optional metadata (edits, editors, page size, protection status). Returns a map keyed by page title. API for accessing Wikipedia pageview analytics, including per-article metrics, top views, language cross-references, site-wide aggregates, mass analysis of categories or links, redirect traffic, user contributions, and media request counts. Fulfilled by Parse from pageviews.wmcloud.org.
- developer-tools
- news-media
- other
- pageviews-wmcloud-org
- parse
- platform-key
- wmcloud
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Other
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/4eaf5e1c-c6ac-422b-aa37-c07fdb5555ee/get_pageviews
- Interface artifact
- sha256:0e7c6061d2984ab6b466551d03cf1e9a08421ffa0f8122b4833381a689489a43
- Manifest digest
- sha256:d266f5365a905a10dc1b7f76e4c4c17000df5993c7c134c557650b53141370e2
Request fields
- end (string): End date in YYYY-MM-DD format. Must be used together with start.
- agent (string): Agent type filter.: Allowed values: all-agents, user, spider, automated
- pages (string, required): Pipe-separated list of page titles (e.g. 'Cat|Dog').
- range (string): Date range preset. Ignored if start and end are provided.: Allowed values: latest-30, this-month, last-month
- start (string): Start date in YYYY-MM-DD format. Must be used together with end.
- project (string): Wikipedia project domain (e.g. en.wikipedia.org, de.wikipedia.org).
- platform (string): Platform filter.: Allowed values: all-access, desktop, mobile-app, mobile-web
Example queries
- {"end":"2026-06-10","agent":"all-agents","pages":"Cat|Dog","range":"latest-30","start":"2026-05-12","project":"en.wikipedia.org","platform":"all-access"}