# Peppol Government Directory Extractor

**Use case:** 

Find government-related Peppol Directory participants and export structured compliance-ready records.

## Input

```json
{
  "queries": [
    "Government"
  ],
  "countries": [
    "BE"
  ],
  "maxItems": 100,
  "includeDocumentTypes": false,
  "includeContacts": true
}
```

## Output

```json
{
  "participantId": {
    "label": "Participant ID"
  },
  "businessName": {
    "label": "Business name"
  },
  "countryCode": {
    "label": "Country"
  },
  "registrationDate": {
    "label": "Registration date"
  },
  "websites": {
    "label": "Websites"
  },
  "documentTypeCount": {
    "label": "Document types"
  },
  "searchType": {
    "label": "Search type"
  },
  "searchValue": {
    "label": "Search value"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Peppol Directory Participants Scraper](https://apify.com/automation-lab/peppol-directory-participants-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/peppol-directory-participants-scraper) to learn more, explore other use cases, and run it yourself.