# Poland Dane Gov Scraper sample

**Use case:** 

Sample use-case Task for poland-dane-gov-scraper: run with bounded defaults and export real results as JSON/CSV on Apify.

## Input

```json
{
  "query": "",
  "maxResults": 3
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "category_id": {
    "label": "Category Id",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "category_title": {
    "label": "Category Title",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "self": {
    "label": "Self",
    "format": "text"
  },
  "notes": {
    "label": "Notes",
    "format": "text"
  },
  "types": {
    "label": "Types",
    "format": "text"
  },
  "created": {
    "label": "Created",
    "format": "text"
  },
  "formats": {
    "label": "Formats",
    "format": "text"
  },
  "keywords": {
    "label": "Keywords",
    "format": "text"
  },
  "modified": {
    "label": "Modified",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Poland Dane Gov Scraper](https://apify.com/benthepythondev/poland-dane-gov-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/poland-dane-gov-scraper) to learn more, explore other use cases, and run it yourself.