# Slovakia RPO Companies Data Export

**Use case:** 

Data Export of Slovakia RPO Companies. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "fullName": "Eset",
  "onlyActive": true,
  "maxItems": 100
}
```

## Output

```json
{
  "fullName": {
    "label": "📌 Company Name",
    "format": "text"
  },
  "ico": {
    "label": "🆔 ICO",
    "format": "text"
  },
  "status": {
    "label": "📊 Status",
    "format": "text"
  },
  "legalForm": {
    "label": "⚖️ Legal Form",
    "format": "text"
  },
  "mainActivity": {
    "label": "🏭 Main Activity",
    "format": "text"
  },
  "addressFull": {
    "label": "📍 Address",
    "format": "text"
  },
  "establishment": {
    "label": "📅 Established",
    "format": "text"
  },
  "termination": {
    "label": "🛑 Terminated",
    "format": "text"
  },
  "sourceUrl": {
    "label": "🔗 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Slovakia RPO Companies Scraper](https://apify.com/parseforge/slovakia-rpo-companies-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/slovakia-rpo-companies-scraper) to learn more, explore other use cases, and run it yourself.