# Superbet Odds Scraper: Poland, Romania, Serbia & Croatia (`mrdoe/superbet-odds-scraper`) Actor

Superbet pre-match and live odds for football, basketball, tennis, ice hockey and more across the Polish, Romanian, Serbian and Croatian markets: teams, start time, Betradar ID and decimal match odds, no login.

- **URL**: https://apify.com/mrdoe/superbet-odds-scraper.md
- **Developed by:** [MrDoe](https://apify.com/mrdoe) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

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 examples already wired to this Actor's own input schema, see the [API](#api) section below.

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`).

# README

![Superbet Odds Scraper: Poland, Romania, Serbia & Croatia - Superbet odds for four European markets with Betradar IDs, ready to join to your other bookmaker data.](https://api.apify.com/v2/key-value-stores/kE36venAoVchGsE6b/records/superbet-odds-scraper--hero.png)

### What does Superbet Odds Scraper: Poland, Romania, Serbia & Croatia do?

Superbet Odds Scraper collects the current odds from Superbet in Poland, Romania, Serbia and Croatia and returns one clean row per match: the teams, sport, start time, live status, the number of markets on offer, and the main match odds as decimal prices (home, draw and away where the sport has a draw). Every match carries its Betradar ID, which lets you join Superbet prices to other bookmakers and data feeds. Choose pre-match for any number of days or the live board, and filter by sport.

### Why use Superbet Odds Scraper: Poland, Romania, Serbia & Croatia?

- Four Superbet markets in one Actor.
- Betradar ID on matches to join other bookmakers.
- Football, basketball, tennis, hockey, baseball and more.
- Pre-match for any day range, or live.
- Fast: hundreds of matches in seconds.

### What makes this different

Superbet is a major Central and Eastern European bookmaker that most odds tools skip. This Actor returns its full daily board in decimal odds with the Betradar match ID attached, so it plugs straight into odds comparison, value-bet and arbitrage work alongside the other bookmakers.

### How it works

![Superbet Odds Scraper: Poland, Romania, Serbia & Croatia workflow: your input, collection, output](https://api.apify.com/v2/key-value-stores/kE36venAoVchGsE6b/records/superbet-odds-scraper--how-it-works.png)

1. **Your input** — choose the regions, sports and dates, or the live feed.
2. **The Actor collects it** — the Actor reads the current Superbet board.
3. **Your output** — you get one row per match with decimal odds.

### What data can you extract?

The dataset has 17 fields per row:

| Field | Type | Description |
|---|---|---|
| `matchId` | string | Superbet event ID. |
| `betradarId` | string | Betradar match ID, a join key to many other bookmakers and data feeds. |
| `bookmaker` | string | Always Superbet. |
| `region` | string | Superbet market the odds come from. |
| `sportId` | integer | Superbet sport ID. |
| `sport` | string | Sport name for the common sports. |
| `tournamentId` | integer | Competition ID. |
| `categoryId` | integer | Country or category ID. |
| `home` | string | Home team or player. |
| `away` | string | Away team or player. |
| `startTime` | string | Start time (ISO 8601, UTC). |
| `status` | string | scheduled or live. |
| `isLive` | boolean | True for in-play matches. |
| `marketCount` | integer | How many markets Superbet offers on the match. |
| `marketName` | string | Name of the market the listed odds belong to. |
| `odds` | object | Main market as decimal prices: moneyline with home, draw (when the sport has one) and away. |
| `scrapedAt` | string | ISO timestamp of collection. |

### How to use Superbet Odds Scraper: Poland, Romania, Serbia & Croatia

![Superbet Odds Scraper: Poland, Romania, Serbia & Croatia input form](https://api.apify.com/v2/key-value-stores/kE36venAoVchGsE6b/records/superbet-odds-scraper--input.png)

1. Open the Actor and go to the **Input** tab.
2. Pick a **Region** and **Sports**, choose **Pre-match** or **Live**, set the days and **Max matches** (0 for everything) and press Start.
3. Optionally set filters and a **Max results** limit.
4. Click **Start**. A default run finishes in under a minute.
5. Open the **Output** tab, then download the dataset or connect it to your tools.

### Input Parameters

| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| `mode` | string | No | `"prematch"` | Pre-match odds for the chosen days, or the live in-play board. |
| `regions` | array | No | `["pl"]` | Which Superbet market to read: pl (Poland), ro (Romania), rs (Serbia), hr (Croatia). |
| `sports` | array | No | `[]` | Only these sports, by name (Football, Basketball, Tennis, Ice Hockey, Baseball, Table Tennis) or numeric sport ID. Leave empty for all. |
| `startDate` | string | No | — | First day to collect, YYYY-MM-DD (UTC). Leave empty for today. Pre-match only. |
| `daysAhead` | integer | No | `0` | How many days after the first day to also collect. Pre-match only. |
| `maxMatches` | integer | No | `5` | Maximum number of matches returned. Default is 5 for a quick test; set 0 to return everything available. |
| `proxyConfiguration` | object | No | `{"useApifyProxy":false}` | Optional. The data is public and works without a proxy. |

### Output Data

![Superbet Odds Scraper: Poland, Romania, Serbia & Croatia dataset table](https://api.apify.com/v2/key-value-stores/kE36venAoVchGsE6b/records/superbet-odds-scraper--output.png)

`odds.moneyline` holds decimal prices for `home`, `draw` and `away` (draw is empty for two-way sports). `betradarId` is the join key to other bookmakers, `marketCount` shows how many markets Superbet offers on the match, and `region` says which Superbet market the price is from.

![Superbet Odds Scraper: Poland, Romania, Serbia & Croatia field map of one record](https://api.apify.com/v2/key-value-stores/kE36venAoVchGsE6b/records/superbet-odds-scraper--fields.png)

A real dataset item:

```json
{
  "matchId": "14567681",
  "betradarId": "72636216",
  "bookmaker": "Superbet",
  "region": "Poland",
  "sportId": 5,
  "sport": "Football",
  "tournamentId": 23813,
  "categoryId": 166,
  "home": "Bogota",
  "away": "Barranquilla FC",
  "startTime": "2026-09-21T20:30:00.000Z",
  "status": "scheduled",
  "isLive": false,
  "marketCount": 78,
  "marketName": "Mecz",
  "odds": {
    "moneyline": {
      "home": 1.61,
      "draw": 3.75,
      "away": 4.85
    }
  },
  "scrapedAt": "2026-09-21T19:52:45.092Z"
}
```

### Usage Examples

#### Today's football odds in Poland

```json
{
  "regions": [
    "pl"
  ],
  "sports": [
    "Football"
  ],
  "maxMatches": 0
}
```

#### A week of tennis in Romania

```json
{
  "regions": [
    "ro"
  ],
  "sports": [
    "Tennis"
  ],
  "daysAhead": 6,
  "maxMatches": 0
}
```

#### Live board, all regions

```json
{
  "mode": "live",
  "regions": [
    "pl",
    "ro",
    "rs",
    "hr"
  ],
  "maxMatches": 0
}
```

### Tips for Best Results

- Default is 5 results for a fast test. Set the max to 0 to return everything available.

### Known Limitations

- Only the main match market is included; deeper markets such as totals and handicaps are not.
- Competition names are not included, only the competition and category IDs.
- Sport names are given for the common sports; others show only the sport ID.
- Odds move constantly; a row is a snapshot at collection time.

### Integrations

Run it from the Apify API, on a schedule, or from a webhook. Send results straight to Google Sheets, Make, Zapier, Slack or your own database with Apify's built-in integrations.

### Export Formats

Download the dataset as JSON, CSV, Excel, XML, HTML table or RSS from the **Output** tab or the API.

### Frequently Asked Questions

#### Does it need an account or API key?

No. The Actor reads public data and needs no account or key.

#### Am I charged for failed results?

No. You are only charged for results that are written to the dataset.

#### Do I need an account or login?

No. The Actor reads public data and needs no account or key.

#### Am I charged for failed runs or empty results?

You are only charged for results that are actually written to the dataset.

#### Can I run it on a schedule?

Yes. Create a Task with your input and add a schedule in Apify Console. With monitor mode on, each scheduled run returns only what changed since the previous one.

### Support

Questions or a missing field? Open an issue from the **Issues** tab on this Actor's page and it will be looked at.

### Legal / Responsible Use

You are responsible for using the data in line with the source's terms and applicable law. The Actor collects publicly available data only and is not affiliated with the source.

# Actor input Schema

## `mode` (type: `string`):

Pre-match odds for the chosen days, or the live in-play board.

## `regions` (type: `array`):

Which Superbet market to read: pl (Poland), ro (Romania), rs (Serbia), hr (Croatia).

## `sports` (type: `array`):

Only these sports, by name (Football, Basketball, Tennis, Ice Hockey, Baseball, Table Tennis) or numeric sport ID. Leave empty for all.

## `startDate` (type: `string`):

First day to collect, YYYY-MM-DD (UTC). Leave empty for today. Pre-match only.

## `daysAhead` (type: `integer`):

How many days after the first day to also collect. Pre-match only.

## `maxMatches` (type: `integer`):

Maximum number of matches returned. Default is 5 for a quick test; set 0 to return everything available.

## `proxyConfiguration` (type: `object`):

Optional. The data is public and works without a proxy.

## Actor input object example

```json
{
  "mode": "prematch",
  "regions": [
    "pl"
  ],
  "sports": [
    "Football"
  ],
  "daysAhead": 0,
  "maxMatches": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "regions": [
        "pl"
    ],
    "sports": [
        "Football"
    ],
    "maxMatches": 5
};

// Run the Actor and wait for it to finish
const run = await client.actor("mrdoe/superbet-odds-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "regions": ["pl"],
    "sports": ["Football"],
    "maxMatches": 5,
}

# Run the Actor and wait for it to finish
run = client.actor("mrdoe/superbet-odds-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "regions": [
    "pl"
  ],
  "sports": [
    "Football"
  ],
  "maxMatches": 5
}' |
apify call mrdoe/superbet-odds-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,mrdoe/superbet-odds-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/gJBLvDA5ea7nix262/builds/zfVQrXUwydNqxe8d2/openapi.json
