# Spanish Wikiquote Quotations

**Use case:** 

Extract Wikiquote Quotations data filtered by Spanish. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "pageTitles": [
    "Albert Einstein",
    "Mark Twain"
  ],
  "language": "es",
  "maxItems": 10
}
```

## Output

```json
{
  "pageTitle": {
    "label": "📄 Page",
    "format": "text"
  },
  "quote": {
    "label": "💬 Quote",
    "format": "text"
  },
  "attribution": {
    "label": "✍ Attribution",
    "format": "text"
  },
  "section": {
    "label": "🗂 Section",
    "format": "text"
  },
  "language": {
    "label": "🌐 Lang",
    "format": "text"
  },
  "sourceUrl": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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