# 1 Spain BOE Gazette

**Use case:** 

Extract Spain BOE Gazette data filtered by 1. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "date": "20240102",
  "sections": [
    "1"
  ],
  "maxItems": 10
}
```

## Output

```json
{
  "identifier": {
    "label": "🆔 Identifier",
    "format": "text"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "sectionName": {
    "label": "📂 Section",
    "format": "text"
  },
  "departmentName": {
    "label": "🏛 Department",
    "format": "text"
  },
  "publicationDate": {
    "label": "📅 Published",
    "format": "text"
  },
  "pdfUrl": {
    "label": "📄 PDF",
    "format": "link"
  },
  "htmlUrl": {
    "label": "🔗 HTML",
    "format": "link"
  },
  "xmlUrl": {
    "label": "🧾 XML",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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