# Export RÚZ Filing Changes Since a Date

**Use case:** 

Export a bounded page from the Slovak RÚZ global filing-change feed. Replace the sample UTC start date and choose entity types. Results describe changed or explicitly deleted records, not only new filings. Continue an incomplete feed with its RUN_SUMMARY nextCursor; the start date is inclusive and does not advance automatically.

## Input

```json
{
  "mode": "changes",
  "icos": [],
  "includeFinancialReports": true,
  "includeAnnualReports": false,
  "changedSince": "2026-09-01T00:00:00Z",
  "entityTypes": [
    "accountingStatements"
  ],
  "maxResults": 25,
  "continuationCursors": {},
  "includeRaw": false
}
```

## Output

```json
{
  "recordType": {
    "label": "Record",
    "format": "string"
  },
  "checkStatus": {
    "label": "Status",
    "format": "string"
  },
  "outcome": {
    "label": "Monitor outcome",
    "format": "string"
  },
  "ico": {
    "label": "IČO",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "eventType": {
    "label": "Event",
    "format": "string"
  },
  "entityType": {
    "label": "Entity",
    "format": "string"
  },
  "entityId": {
    "label": "Entity ID",
    "format": "integer"
  },
  "statements": {
    "label": "Statements",
    "format": "array"
  },
  "detectedAt": {
    "label": "Detected",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Slovakia Financial Statements API & Filing Monitor](https://apify.com/automa-flow/slovakia-financial-statements-api-filing-monitor.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automa-flow/slovakia-financial-statements-api-filing-monitor.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/automa-flow/slovakia-financial-statements-api-filing-monitor.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
