# Wikipedia Spanish Pageviews Scraper

**Use case:** 

Track monthly Spanish Wikipedia pageviews for top topics. Export traffic time-series to analyze popularity trends in Spanish-language articles.

## Input

```json
{
  "maxItems": 3,
  "articles": [
    "Elon_Musk",
    "Bitcoin",
    "Barack_Obama"
  ],
  "project": "es.wikipedia.org",
  "granularity": "monthly",
  "access": "all-access",
  "agent": "all-agents"
}
```

## Output

```json
{
  "project": {
    "label": "Project",
    "format": "text"
  },
  "article": {
    "label": "Article",
    "format": "text"
  },
  "granularity": {
    "label": "Granularity",
    "format": "text"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "number"
  },
  "access": {
    "label": "Access",
    "format": "text"
  },
  "agent": {
    "label": "Agent",
    "format": "text"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Wikipedia Pageviews Scraper](https://apify.com/parseforge/wikipedia-pageviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/wikipedia-pageviews-scraper) to learn more, explore other use cases, and run it yourself.