# Greek Diavgeia Expense Scraper

**Use case:** 

Scrape Greek public expenditure decisions from Diavgeia. Export decision metadata, organization, dates and document references.

## Input

```json
{
  "maxItems": 25,
  "decisionType": "Δ.1"
}
```

## Output

```json
{
  "ada": {
    "label": "🆔 ADA",
    "format": "text"
  },
  "subject": {
    "label": "📌 Subject",
    "format": "text"
  },
  "decisionTypeId": {
    "label": "🏷 Type",
    "format": "text"
  },
  "organizationId": {
    "label": "🏛 Org ID",
    "format": "text"
  },
  "organizationName": {
    "label": "🏢 Organization",
    "format": "text"
  },
  "issueDate": {
    "label": "📅 Issue Date",
    "format": "text"
  },
  "protocolNumber": {
    "label": "🔢 Protocol",
    "format": "text"
  },
  "documentUrl": {
    "label": "🔗 Document",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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