# Peppol Participant ID Verifier

**Use case:** 

Verify a Peppol participant ID and export official directory details, contacts, and document capabilities.

## Input

```json
{
  "queries": [
    "Austrian Government"
  ],
  "countries": [
    "BE"
  ],
  "participantIds": [
    "9915:b"
  ],
  "maxItems": 10,
  "includeDocumentTypes": true,
  "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.