{
  "openapi": "3.0.1",
  "info": {
    "title": "🎾 Flashscore Tennis Scores API",
    "description": "Scrape Flashscore tennis fixtures, live score states, and results into clean JSON snapshots or NEW, UPDATED, and RESULT events with stable IDs and resume.",
    "version": "0.1",
    "x-build-id": "B7UxyfEwLdV5BtXIa"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/kazkn~tennis-match-delta-feed/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-kazkn-tennis-match-delta-feed",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/kazkn~tennis-match-delta-feed/runs": {
      "post": {
        "operationId": "runs-sync-kazkn-tennis-match-delta-feed",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/kazkn~tennis-match-delta-feed/run-sync": {
      "post": {
        "operationId": "run-sync-kazkn-tennis-match-delta-feed",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "preset",
          "monitorId",
          "dayOffsets",
          "matchStatuses",
          "tours",
          "tournaments",
          "startUrls",
          "maxItems"
        ],
        "properties": {
          "preset": {
            "title": "🎯 What do you want to export?",
            "enum": [
              "snapshot",
              "delta"
            ],
            "type": "string",
            "description": "Choose every current match in scope or only match changes since the last successful run of this saved feed.",
            "default": "delta"
          },
          "monitorId": {
            "title": "🧭 Saved feed name",
            "pattern": "^[A-Za-z0-9][A-Za-z0-9._-]{2,63}$",
            "type": "string",
            "description": "Keep the same name on later Match changes runs. Use another name for a separate tournament, day range, or downstream workflow.",
            "default": "my-tennis-feed"
          },
          "dayOffsets": {
            "title": "📅 Match days",
            "minItems": 1,
            "maxItems": 15,
            "uniqueItems": true,
            "type": "array",
            "description": "Select one or more days relative to UTC today. If Flashscore does not expose an authoritative date for a row, it remains included with matchDate null instead of receiving an invented date.",
            "items": {
              "type": "string",
              "enum": [
                "-7",
                "-6",
                "-5",
                "-4",
                "-3",
                "-2",
                "-1",
                "0",
                "1",
                "2",
                "3",
                "4",
                "5",
                "6",
                "7"
              ],
              "enumTitles": [
                "7 days ago (-7)",
                "6 days ago (-6)",
                "5 days ago (-5)",
                "4 days ago (-4)",
                "3 days ago (-3)",
                "2 days ago (-2)",
                "Yesterday (-1)",
                "Today (0)",
                "Tomorrow (+1)",
                "In 2 days (+2)",
                "In 3 days (+3)",
                "In 4 days (+4)",
                "In 5 days (+5)",
                "In 6 days (+6)",
                "In 7 days (+7)"
              ]
            },
            "default": [
              "0"
            ]
          },
          "matchStatuses": {
            "title": "🎾 Match status",
            "minItems": 1,
            "maxItems": 4,
            "uniqueItems": true,
            "type": "array",
            "description": "Keep all matches or focus on scheduled, live, or finished matches.",
            "items": {
              "type": "string",
              "enum": [
                "all",
                "scheduled",
                "live",
                "finished"
              ],
              "enumTitles": [
                "🌐 All matches",
                "🗓 Scheduled",
                "🔴 Live now",
                "✅ Finished"
              ]
            },
            "default": [
              "all"
            ]
          },
          "tours": {
            "title": "🏆 Tennis tours",
            "maxItems": 4,
            "uniqueItems": true,
            "type": "array",
            "description": "Filter to ATP, WTA, ITF, or Challenger matches. Leave empty to include every supported tour label found in the selected pages.",
            "items": {
              "type": "string",
              "enum": [
                "atp",
                "wta",
                "itf",
                "challenger"
              ],
              "enumTitles": [
                "ATP",
                "WTA",
                "ITF",
                "Challenger"
              ]
            },
            "default": []
          },
          "tournaments": {
            "title": "🔎 Tournament names",
            "maxItems": 25,
            "uniqueItems": true,
            "type": "array",
            "description": "Optionally add case-insensitive tournament-name filters such as Wimbledon or Roland Garros.",
            "items": {
              "type": "string",
              "minLength": 1,
              "maxLength": 120
            },
            "default": []
          },
          "startUrls": {
            "title": "🔗 Tournament pages",
            "maxItems": 10,
            "type": "array",
            "description": "Optional Flashscore tennis tournament URLs. Leave empty to use the main Flashscore tennis page. Non-HTTPS or non-Flashscore URLs are rejected.",
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "additionalProperties": false,
              "properties": {
                "url": {
                  "title": "Flashscore tournament URL",
                  "description": "HTTPS URL on flashscore.com for one tennis tournament scope.",
                  "type": "string",
                  "maxLength": 2048
                }
              }
            },
            "default": []
          },
          "maxItems": {
            "title": "📦 Maximum matches",
            "minimum": 1,
            "maximum": 1000,
            "type": "integer",
            "description": "Stop after this many normalized snapshot or delta rows across the whole run.",
            "default": 100
          },
          "sourceMode": {
            "title": "Private source mode",
            "type": "string",
            "description": "Internal source selector. Hidden from the conversion form; fixture mode is reserved for private canaries.",
            "default": "live"
          },
          "fixtureScenario": {
            "title": "Private fixture scenario",
            "type": "string",
            "description": "Internal deterministic fixture scenario for private canaries.",
            "default": "baseline"
          },
          "fixtureMatches": {
            "title": "Private fixture matches",
            "maxItems": 1000,
            "type": "array",
            "description": "Internal fake-backed match records for private verification.",
            "items": {
              "type": "object"
            }
          },
          "resumeCursor": {
            "title": "Private resume cursor",
            "maxLength": 512,
            "type": "string",
            "description": "Internal continuation cursor."
          },
          "requestId": {
            "title": "Private request ID",
            "maxLength": 200,
            "type": "string",
            "description": "Internal request correlation identifier."
          },
          "parserVersion": {
            "title": "Private parser version",
            "maxLength": 100,
            "type": "string",
            "description": "Internal source parser version."
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}