# Upcoming Czech Portál Dražeb auctions sample

**Use case:** 

Scrape upcoming Portál Dražeb Czech public auctions. Get CZK prices, dates, city, district, category and listing URLs. Export CSV or JSON via Apify API.

## Input

```json
{
  "status": "pripravovane",
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "auctionNumber": {
    "label": "Auction number",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "district": {
    "label": "District",
    "format": "string"
  },
  "estimatedPriceCzk": {
    "label": "Estimated price (CZK)",
    "format": "string"
  },
  "itemPriceCzk": {
    "label": "Item price (CZK)",
    "format": "string"
  },
  "minimalBidCzk": {
    "label": "Minimal bid (CZK)",
    "format": "string"
  },
  "currentPriceCzk": {
    "label": "Current price (CZK)",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "startAt": {
    "label": "Start at",
    "format": "string"
  },
  "endAt": {
    "label": "End at",
    "format": "string"
  },
  "online": {
    "label": "Online",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Portál Dražeb Czech Public Auctions](https://apify.com/bakos_bence/portal-drazeb.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/bakos_bence/portal-drazeb.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/bakos_bence/portal-drazeb.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`).
