# MOL Group annual & assurance PDFs — procurement docs

**Use case:** 

Discover and extract MOL Group public annual and assurance PDF reports: document type flags, page count, and text excerpt. Demo capped at 3 PDFs for a fast run.

## Input

```json
{
  "websites": [
    "https://www.molgroup.info/en/investor-relations/annual-reports"
  ],
  "maxDocuments": 3,
  "maxPagesPerSite": 3,
  "extractText": true,
  "maxTextChars": 3000,
  "maxPdfBytes": 2621440,
  "requestTimeoutSecs": 30,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "fileName": {
    "label": "File"
  },
  "documentType": {
    "label": "Type"
  },
  "isCertificate": {
    "label": "Cert"
  },
  "isAnnualReport": {
    "label": "Annual"
  },
  "isoHints": {
    "label": "ISO"
  },
  "pdfUrl": {
    "label": "URL"
  },
  "pageCount": {
    "label": "Pages"
  },
  "byteSize": {
    "label": "Bytes"
  }
}
```

## About this Actor

This example demonstrates how to use [PDF Procurement Document Extractor](https://apify.com/kondasviktor/pdf-procurement-document-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kondasviktor/pdf-procurement-document-extractor) to learn more, explore other use cases, and run it yourself.