{
  "openapi": "3.0.1",
  "info": {
    "title": "Followscores Scraper",
    "description": "Football data scraper for FollowScores — extract live fixtures, results & team profiles as clean JSON/CSV. Fast, no-code Apify actor for sports apps, betting models & dashboards. Start scraping in minutes.",
    "version": "0.0",
    "x-build-id": "Sbqp3Chvkj3h4ZbgO"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/batscrape~followscores-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-batscrape-followscores-scraper",
        "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/batscrape~followscores-scraper/runs": {
      "post": {
        "operationId": "runs-sync-batscrape-followscores-scraper",
        "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/batscrape~followscores-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-batscrape-followscores-scraper",
        "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",
        "properties": {
          "option": {
            "title": "What do you want to fetch?",
            "enum": [
              "todayMatches",
              "dateRange",
              "teamInfo"
            ],
            "type": "string",
            "description": "Pick exactly one. Only the fields under your chosen option (below) are used — everything else is ignored.",
            "default": "todayMatches"
          },
          "todayLeagues": {
            "title": "League filter (optional)",
            "type": "array",
            "description": "Only include these leagues. Leave empty for all leagues.",
            "items": {
              "type": "string",
              "enum": [
                "52",
                "98",
                "17",
                "18",
                "8",
                "23",
                "35",
                "34",
                "37",
                "238",
                "679"
              ],
              "enumTitles": [
                "Süper Lig (Turkey)",
                "1. Lig (Turkey)",
                "Premier League (England)",
                "Championship (England)",
                "LaLiga (Spain)",
                "Serie A (Italy)",
                "Bundesliga (Germany)",
                "Ligue 1 (France)",
                "Eredivisie (Netherlands)",
                "Liga Portugal (Portugal)",
                "UEFA Europa League (Europe)"
              ]
            }
          },
          "dateRangeFrom": {
            "title": "From date",
            "type": "string",
            "description": "Start date. Both dates are required."
          },
          "dateRangeTo": {
            "title": "To date",
            "type": "string",
            "description": "End date. Both dates are required."
          },
          "dateRangeLeagues": {
            "title": "League filter (optional)",
            "type": "array",
            "description": "Only include these leagues in the date-range results. Leave empty for all leagues.",
            "items": {
              "type": "string",
              "enum": [
                "52",
                "98",
                "17",
                "18",
                "8",
                "23",
                "35",
                "34",
                "37",
                "238",
                "679"
              ],
              "enumTitles": [
                "Süper Lig (Turkey)",
                "1. Lig (Turkey)",
                "Premier League (England)",
                "Championship (England)",
                "LaLiga (Spain)",
                "Serie A (Italy)",
                "Bundesliga (Germany)",
                "Ligue 1 (France)",
                "Eredivisie (Netherlands)",
                "Liga Portugal (Portugal)",
                "UEFA Europa League (Europe)"
              ]
            }
          },
          "dateRangeTeams": {
            "title": "Team filter (optional)",
            "type": "array",
            "description": "Only include matches involving these teams in the date-range results. Leave empty for all teams.",
            "items": {
              "type": "string",
              "enum": [
                "6362",
                "225940",
                "3086",
                "3050",
                "77629",
                "55603",
                "7040",
                "3052",
                "3061",
                "5138",
                "7802",
                "3054",
                "6063",
                "3065",
                "3085",
                "3064",
                "3053",
                "3051",
                "3056",
                "44320",
                "3099",
                "216876",
                "6414",
                "3055",
                "365676",
                "3088",
                "3066",
                "4954",
                "3072",
                "6366",
                "216878",
                "497134",
                "7034",
                "7032",
                "4952",
                "3076",
                "55625",
                "24750",
                "42",
                "40",
                "60",
                "50",
                "30",
                "38",
                "11",
                "7",
                "48",
                "43",
                "96",
                "32",
                "34",
                "44",
                "17",
                "35",
                "39",
                "14",
                "41",
                "33",
                "9",
                "46",
                "5",
                "58",
                "6",
                "61",
                "47",
                "27",
                "92",
                "36",
                "25",
                "263",
                "2",
                "21",
                "1",
                "15",
                "45",
                "29",
                "74",
                "24",
                "8",
                "37",
                "3",
                "64",
                "2885",
                "2825",
                "2836",
                "2817",
                "2821",
                "2832",
                "2846",
                "2814",
                "2859",
                "2849",
                "2830",
                "2820",
                "2835",
                "2818",
                "2816",
                "2829",
                "2824",
                "2833",
                "2828",
                "2819",
                "2692",
                "2686",
                "2685",
                "2719",
                "2704",
                "2693",
                "2801",
                "2713",
                "2697",
                "2687",
                "2699",
                "2689",
                "2729",
                "2714",
                "2690",
                "2702",
                "2793",
                "2696",
                "2695",
                "2688",
                "2600",
                "2672",
                "2673",
                "2598",
                "2671",
                "2674",
                "2538",
                "2676",
                "2569",
                "36360",
                "2681",
                "2527",
                "2556",
                "2561",
                "2530",
                "2677",
                "2547",
                "2534",
                "1684",
                "1646",
                "1715",
                "1662",
                "1672",
                "1648",
                "1643",
                "1656",
                "1649",
                "1641",
                "1653",
                "1661",
                "1644",
                "6070",
                "1658",
                "1659",
                "1681",
                "1652",
                "2966",
                "2950",
                "2953",
                "2970",
                "2967",
                "2959",
                "2957",
                "2979",
                "2951",
                "2964",
                "2962",
                "2952",
                "2960",
                "2972",
                "2955",
                "2948",
                "2961",
                "2971",
                "3022",
                "3012",
                "25777",
                "3006",
                "2999",
                "36365",
                "4500",
                "744135",
                "49531",
                "3010",
                "3007",
                "3014",
                "3013",
                "3002",
                "3036",
                "3011",
                "3001",
                "3009",
                "2900",
                "364472",
                "2413",
                "2352",
                "2032",
                "1925",
                "5202",
                "7691",
                "3121",
                "3273",
                "664",
                "3241",
                "3245",
                "3395",
                "2046",
                "2218",
                "2051",
                "25787",
                "4860",
                "4502"
              ],
              "enumTitles": [
                "Süper Lig — Alanyaspor",
                "Süper Lig — Amedspor",
                "Süper Lig — Basaksehir",
                "Süper Lig — Besiktas",
                "Süper Lig — Corum",
                "Süper Lig — Erzurumspor",
                "Süper Lig — Eyupspor",
                "Süper Lig — Fenerbahce",
                "Süper Lig — Galatasaray",
                "Süper Lig — Gaziantep",
                "Süper Lig — Genclerbirligi",
                "Süper Lig — Goztepe",
                "Süper Lig — Kasimpasa",
                "Süper Lig — Kocaelispor",
                "Süper Lig — Konyaspor",
                "Süper Lig — Rizespor",
                "Süper Lig — Samsunspor",
                "Süper Lig — Trabzonspor",
                "1. Lig — Antalyaspor",
                "1. Lig — Bandirmaspor",
                "1. Lig — Batman Petrolspor",
                "1. Lig — Bodrum",
                "1. Lig — Boluspor",
                "1. Lig — Bursaspor",
                "1. Lig — Erokspor",
                "1. Lig — Igdir",
                "1. Lig — Istanbulspor",
                "1. Lig — Karagumruk",
                "1. Lig — Kayserispor",
                "1. Lig — Keçiörengücü",
                "1. Lig — Manisa FK",
                "1. Lig — Mardin 1969 Spor",
                "1. Lig — Muglaspor",
                "1. Lig — Pendikspor",
                "1. Lig — Sariyer",
                "1. Lig — Sivasspor",
                "1. Lig — Umraniyespor",
                "1. Lig — Vanspor FK",
                "Premier League — Arsenal",
                "Premier League — Aston Villa",
                "Premier League — Bournemouth",
                "Premier League — Brentford",
                "Premier League — Brighton",
                "Premier League — Chelsea",
                "Premier League — Coventry",
                "Premier League — Crystal Palace",
                "Premier League — Everton",
                "Premier League — Fulham",
                "Premier League — Hull",
                "Premier League — Ipswich",
                "Premier League — Leeds",
                "Premier League — Liverpool",
                "Premier League — Man City",
                "Premier League — Man United",
                "Premier League — Newcastle",
                "Premier League — Nottingham Forest",
                "Premier League — Sunderland",
                "Premier League — Tottenham",
                "Championship — Birmingham",
                "Championship — Blackburn",
                "Championship — Bolton",
                "Championship — Bristol City",
                "Championship — Burnley",
                "Championship — Cardiff",
                "Championship — Charlton",
                "Championship — Derby",
                "Championship — Lincoln City",
                "Championship — Middlesbrough",
                "Championship — Millwall",
                "Championship — Norwich",
                "Championship — Portsmouth",
                "Championship — Preston",
                "Championship — QPR",
                "Championship — Sheff Utd",
                "Championship — Southampton",
                "Championship — Stoke City",
                "Championship — Swansea",
                "Championship — Watford",
                "Championship — West Brom",
                "Championship — West Ham",
                "Championship — Wolves",
                "Championship — Wrexham",
                "LaLiga — Alaves",
                "LaLiga — Athletic Bilbao",
                "LaLiga — Atletico Madrid",
                "LaLiga — Barcelona",
                "LaLiga — Celta Vigo",
                "LaLiga — Deportivo",
                "LaLiga — Elche",
                "LaLiga — Espanyol",
                "LaLiga — Getafe",
                "LaLiga — Levante",
                "LaLiga — Malaga",
                "LaLiga — Osasuna",
                "LaLiga — Racing Santander",
                "LaLiga — Rayo Vallecano",
                "LaLiga — Real Betis",
                "LaLiga — Real Madrid",
                "LaLiga — Real Sociedad",
                "LaLiga — Sevilla",
                "LaLiga — Valencia",
                "LaLiga — Villarreal",
                "Serie A — AC Milan",
                "Serie A — Atalanta",
                "Serie A — Bologna",
                "Serie A — Cagliari",
                "Serie A — Como",
                "Serie A — Fiorentina",
                "Serie A — Frosinone",
                "Serie A — Genoa",
                "Serie A — Inter",
                "Serie A — Juventus",
                "Serie A — Lazio",
                "Serie A — Lecce",
                "Serie A — Monza",
                "Serie A — Napoli",
                "Serie A — Parma",
                "Serie A — Roma",
                "Serie A — Sassuolo",
                "Serie A — Torino",
                "Serie A — Udinese",
                "Serie A — Venezia",
                "Bundesliga — Augsburg",
                "Bundesliga — Bayern Munich",
                "Bundesliga — Borussia Dortmund",
                "Bundesliga — Elversberg",
                "Bundesliga — FC Koln",
                "Bundesliga — Frankfurt",
                "Bundesliga — Freiburg",
                "Bundesliga — HSV",
                "Bundesliga — Hoffenheim",
                "Bundesliga — Leipzig",
                "Bundesliga — Leverkusen",
                "Bundesliga — M'gladbach",
                "Bundesliga — Mainz",
                "Bundesliga — Paderborn 07",
                "Bundesliga — Schalke",
                "Bundesliga — Stuttgart",
                "Bundesliga — Union Berlin",
                "Bundesliga — Werder Bremen",
                "Ligue 1 — Angers",
                "Ligue 1 — Auxerre",
                "Ligue 1 — Brest",
                "Ligue 1 — Le Havre",
                "Ligue 1 — Le Mans",
                "Ligue 1 — Lens",
                "Ligue 1 — Lille",
                "Ligue 1 — Lorient",
                "Ligue 1 — Lyon",
                "Ligue 1 — Marseille",
                "Ligue 1 — Monaco",
                "Ligue 1 — Nice",
                "Ligue 1 — PSG",
                "Ligue 1 — Paris",
                "Ligue 1 — Rennes",
                "Ligue 1 — Strasbourg",
                "Ligue 1 — Toulouse",
                "Ligue 1 — Troyes",
                "Eredivisie — ADO",
                "Eredivisie — AZ Alkmaar",
                "Eredivisie — Ajax",
                "Eredivisie — Cambuur",
                "Eredivisie — Excelsior",
                "Eredivisie — Feyenoord",
                "Eredivisie — Fortuna Sittard",
                "Eredivisie — GA Eagles",
                "Eredivisie — Groningen",
                "Eredivisie — Heerenveen",
                "Eredivisie — NEC Nijmegen",
                "Eredivisie — PSV",
                "Eredivisie — Sparta Rotterdam",
                "Eredivisie — Telstar",
                "Eredivisie — Twente",
                "Eredivisie — Utrecht",
                "Eredivisie — Willem II",
                "Eredivisie — Zwolle",
                "Liga Portugal — Academico Viseu",
                "Liga Portugal — Alverca",
                "Liga Portugal — Arouca",
                "Liga Portugal — Benfica",
                "Liga Portugal — Braga",
                "Liga Portugal — Casa Pia",
                "Liga Portugal — Estoril",
                "Liga Portugal — Estrela",
                "Liga Portugal — Famalicao",
                "Liga Portugal — Gil Vicente",
                "Liga Portugal — Maritimo",
                "Liga Portugal — Moreirense",
                "Liga Portugal — Nacional",
                "Liga Portugal — Porto",
                "Liga Portugal — Rio Ave",
                "Liga Portugal — Santa Clara",
                "Liga Portugal — Sporting CP",
                "Liga Portugal — Vitoria SC",
                "UEFA Europa League — Anderlecht",
                "UEFA Europa League — Ararat-Armenia",
                "UEFA Europa League — Celje",
                "UEFA Europa League — Celtic",
                "UEFA Europa League — Dinamo Zagreb",
                "UEFA Europa League — Ferencvarosi",
                "UEFA Europa League — H. Be'er Sheva",
                "UEFA Europa League — Jagiellonia Bialystok",
                "UEFA Europa League — Lech Poznan",
                "UEFA Europa League — Levski Sofia",
                "UEFA Europa League — Lillestrom",
                "UEFA Europa League — OFI",
                "UEFA Europa League — Olympiacos",
                "UEFA Europa League — Omonia",
                "UEFA Europa League — Salzburg",
                "UEFA Europa League — Sparta Praha",
                "UEFA Europa League — Sturm Graz",
                "UEFA Europa League — Torreense",
                "UEFA Europa League — USG",
                "UEFA Europa League — Viktoria Plzen"
              ]
            }
          },
          "teams": {
            "title": "Teams",
            "type": "array",
            "description": "Pick one or more teams. For each one, this returns its full profile: summary, squad, past results and upcoming fixtures — no separate options to configure.",
            "items": {
              "type": "string",
              "enum": [
                "6362",
                "225940",
                "3086",
                "3050",
                "77629",
                "55603",
                "7040",
                "3052",
                "3061",
                "5138",
                "7802",
                "3054",
                "6063",
                "3065",
                "3085",
                "3064",
                "3053",
                "3051",
                "3056",
                "44320",
                "3099",
                "216876",
                "6414",
                "3055",
                "365676",
                "3088",
                "3066",
                "4954",
                "3072",
                "6366",
                "216878",
                "497134",
                "7034",
                "7032",
                "4952",
                "3076",
                "55625",
                "24750",
                "42",
                "40",
                "60",
                "50",
                "30",
                "38",
                "11",
                "7",
                "48",
                "43",
                "96",
                "32",
                "34",
                "44",
                "17",
                "35",
                "39",
                "14",
                "41",
                "33",
                "9",
                "46",
                "5",
                "58",
                "6",
                "61",
                "47",
                "27",
                "92",
                "36",
                "25",
                "263",
                "2",
                "21",
                "1",
                "15",
                "45",
                "29",
                "74",
                "24",
                "8",
                "37",
                "3",
                "64",
                "2885",
                "2825",
                "2836",
                "2817",
                "2821",
                "2832",
                "2846",
                "2814",
                "2859",
                "2849",
                "2830",
                "2820",
                "2835",
                "2818",
                "2816",
                "2829",
                "2824",
                "2833",
                "2828",
                "2819",
                "2692",
                "2686",
                "2685",
                "2719",
                "2704",
                "2693",
                "2801",
                "2713",
                "2697",
                "2687",
                "2699",
                "2689",
                "2729",
                "2714",
                "2690",
                "2702",
                "2793",
                "2696",
                "2695",
                "2688",
                "2600",
                "2672",
                "2673",
                "2598",
                "2671",
                "2674",
                "2538",
                "2676",
                "2569",
                "36360",
                "2681",
                "2527",
                "2556",
                "2561",
                "2530",
                "2677",
                "2547",
                "2534",
                "1684",
                "1646",
                "1715",
                "1662",
                "1672",
                "1648",
                "1643",
                "1656",
                "1649",
                "1641",
                "1653",
                "1661",
                "1644",
                "6070",
                "1658",
                "1659",
                "1681",
                "1652",
                "2966",
                "2950",
                "2953",
                "2970",
                "2967",
                "2959",
                "2957",
                "2979",
                "2951",
                "2964",
                "2962",
                "2952",
                "2960",
                "2972",
                "2955",
                "2948",
                "2961",
                "2971",
                "3022",
                "3012",
                "25777",
                "3006",
                "2999",
                "36365",
                "4500",
                "744135",
                "49531",
                "3010",
                "3007",
                "3014",
                "3013",
                "3002",
                "3036",
                "3011",
                "3001",
                "3009",
                "2900",
                "364472",
                "2413",
                "2352",
                "2032",
                "1925",
                "5202",
                "7691",
                "3121",
                "3273",
                "664",
                "3241",
                "3245",
                "3395",
                "2046",
                "2218",
                "2051",
                "25787",
                "4860",
                "4502"
              ],
              "enumTitles": [
                "Süper Lig — Alanyaspor",
                "Süper Lig — Amedspor",
                "Süper Lig — Basaksehir",
                "Süper Lig — Besiktas",
                "Süper Lig — Corum",
                "Süper Lig — Erzurumspor",
                "Süper Lig — Eyupspor",
                "Süper Lig — Fenerbahce",
                "Süper Lig — Galatasaray",
                "Süper Lig — Gaziantep",
                "Süper Lig — Genclerbirligi",
                "Süper Lig — Goztepe",
                "Süper Lig — Kasimpasa",
                "Süper Lig — Kocaelispor",
                "Süper Lig — Konyaspor",
                "Süper Lig — Rizespor",
                "Süper Lig — Samsunspor",
                "Süper Lig — Trabzonspor",
                "1. Lig — Antalyaspor",
                "1. Lig — Bandirmaspor",
                "1. Lig — Batman Petrolspor",
                "1. Lig — Bodrum",
                "1. Lig — Boluspor",
                "1. Lig — Bursaspor",
                "1. Lig — Erokspor",
                "1. Lig — Igdir",
                "1. Lig — Istanbulspor",
                "1. Lig — Karagumruk",
                "1. Lig — Kayserispor",
                "1. Lig — Keçiörengücü",
                "1. Lig — Manisa FK",
                "1. Lig — Mardin 1969 Spor",
                "1. Lig — Muglaspor",
                "1. Lig — Pendikspor",
                "1. Lig — Sariyer",
                "1. Lig — Sivasspor",
                "1. Lig — Umraniyespor",
                "1. Lig — Vanspor FK",
                "Premier League — Arsenal",
                "Premier League — Aston Villa",
                "Premier League — Bournemouth",
                "Premier League — Brentford",
                "Premier League — Brighton",
                "Premier League — Chelsea",
                "Premier League — Coventry",
                "Premier League — Crystal Palace",
                "Premier League — Everton",
                "Premier League — Fulham",
                "Premier League — Hull",
                "Premier League — Ipswich",
                "Premier League — Leeds",
                "Premier League — Liverpool",
                "Premier League — Man City",
                "Premier League — Man United",
                "Premier League — Newcastle",
                "Premier League — Nottingham Forest",
                "Premier League — Sunderland",
                "Premier League — Tottenham",
                "Championship — Birmingham",
                "Championship — Blackburn",
                "Championship — Bolton",
                "Championship — Bristol City",
                "Championship — Burnley",
                "Championship — Cardiff",
                "Championship — Charlton",
                "Championship — Derby",
                "Championship — Lincoln City",
                "Championship — Middlesbrough",
                "Championship — Millwall",
                "Championship — Norwich",
                "Championship — Portsmouth",
                "Championship — Preston",
                "Championship — QPR",
                "Championship — Sheff Utd",
                "Championship — Southampton",
                "Championship — Stoke City",
                "Championship — Swansea",
                "Championship — Watford",
                "Championship — West Brom",
                "Championship — West Ham",
                "Championship — Wolves",
                "Championship — Wrexham",
                "LaLiga — Alaves",
                "LaLiga — Athletic Bilbao",
                "LaLiga — Atletico Madrid",
                "LaLiga — Barcelona",
                "LaLiga — Celta Vigo",
                "LaLiga — Deportivo",
                "LaLiga — Elche",
                "LaLiga — Espanyol",
                "LaLiga — Getafe",
                "LaLiga — Levante",
                "LaLiga — Malaga",
                "LaLiga — Osasuna",
                "LaLiga — Racing Santander",
                "LaLiga — Rayo Vallecano",
                "LaLiga — Real Betis",
                "LaLiga — Real Madrid",
                "LaLiga — Real Sociedad",
                "LaLiga — Sevilla",
                "LaLiga — Valencia",
                "LaLiga — Villarreal",
                "Serie A — AC Milan",
                "Serie A — Atalanta",
                "Serie A — Bologna",
                "Serie A — Cagliari",
                "Serie A — Como",
                "Serie A — Fiorentina",
                "Serie A — Frosinone",
                "Serie A — Genoa",
                "Serie A — Inter",
                "Serie A — Juventus",
                "Serie A — Lazio",
                "Serie A — Lecce",
                "Serie A — Monza",
                "Serie A — Napoli",
                "Serie A — Parma",
                "Serie A — Roma",
                "Serie A — Sassuolo",
                "Serie A — Torino",
                "Serie A — Udinese",
                "Serie A — Venezia",
                "Bundesliga — Augsburg",
                "Bundesliga — Bayern Munich",
                "Bundesliga — Borussia Dortmund",
                "Bundesliga — Elversberg",
                "Bundesliga — FC Koln",
                "Bundesliga — Frankfurt",
                "Bundesliga — Freiburg",
                "Bundesliga — HSV",
                "Bundesliga — Hoffenheim",
                "Bundesliga — Leipzig",
                "Bundesliga — Leverkusen",
                "Bundesliga — M'gladbach",
                "Bundesliga — Mainz",
                "Bundesliga — Paderborn 07",
                "Bundesliga — Schalke",
                "Bundesliga — Stuttgart",
                "Bundesliga — Union Berlin",
                "Bundesliga — Werder Bremen",
                "Ligue 1 — Angers",
                "Ligue 1 — Auxerre",
                "Ligue 1 — Brest",
                "Ligue 1 — Le Havre",
                "Ligue 1 — Le Mans",
                "Ligue 1 — Lens",
                "Ligue 1 — Lille",
                "Ligue 1 — Lorient",
                "Ligue 1 — Lyon",
                "Ligue 1 — Marseille",
                "Ligue 1 — Monaco",
                "Ligue 1 — Nice",
                "Ligue 1 — PSG",
                "Ligue 1 — Paris",
                "Ligue 1 — Rennes",
                "Ligue 1 — Strasbourg",
                "Ligue 1 — Toulouse",
                "Ligue 1 — Troyes",
                "Eredivisie — ADO",
                "Eredivisie — AZ Alkmaar",
                "Eredivisie — Ajax",
                "Eredivisie — Cambuur",
                "Eredivisie — Excelsior",
                "Eredivisie — Feyenoord",
                "Eredivisie — Fortuna Sittard",
                "Eredivisie — GA Eagles",
                "Eredivisie — Groningen",
                "Eredivisie — Heerenveen",
                "Eredivisie — NEC Nijmegen",
                "Eredivisie — PSV",
                "Eredivisie — Sparta Rotterdam",
                "Eredivisie — Telstar",
                "Eredivisie — Twente",
                "Eredivisie — Utrecht",
                "Eredivisie — Willem II",
                "Eredivisie — Zwolle",
                "Liga Portugal — Academico Viseu",
                "Liga Portugal — Alverca",
                "Liga Portugal — Arouca",
                "Liga Portugal — Benfica",
                "Liga Portugal — Braga",
                "Liga Portugal — Casa Pia",
                "Liga Portugal — Estoril",
                "Liga Portugal — Estrela",
                "Liga Portugal — Famalicao",
                "Liga Portugal — Gil Vicente",
                "Liga Portugal — Maritimo",
                "Liga Portugal — Moreirense",
                "Liga Portugal — Nacional",
                "Liga Portugal — Porto",
                "Liga Portugal — Rio Ave",
                "Liga Portugal — Santa Clara",
                "Liga Portugal — Sporting CP",
                "Liga Portugal — Vitoria SC",
                "UEFA Europa League — Anderlecht",
                "UEFA Europa League — Ararat-Armenia",
                "UEFA Europa League — Celje",
                "UEFA Europa League — Celtic",
                "UEFA Europa League — Dinamo Zagreb",
                "UEFA Europa League — Ferencvarosi",
                "UEFA Europa League — H. Be'er Sheva",
                "UEFA Europa League — Jagiellonia Bialystok",
                "UEFA Europa League — Lech Poznan",
                "UEFA Europa League — Levski Sofia",
                "UEFA Europa League — Lillestrom",
                "UEFA Europa League — OFI",
                "UEFA Europa League — Olympiacos",
                "UEFA Europa League — Omonia",
                "UEFA Europa League — Salzburg",
                "UEFA Europa League — Sparta Praha",
                "UEFA Europa League — Sturm Graz",
                "UEFA Europa League — Torreense",
                "UEFA Europa League — USG",
                "UEFA Europa League — Viktoria Plzen"
              ]
            }
          },
          "maxItems": {
            "title": "Max items",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum number of dataset items to store across the whole run. 0 or empty means unlimited."
          },
          "customMapFunction": {
            "title": "Custom map function",
            "type": "string",
            "description": "A function that takes each output object and returns a transformed object. MUST NOT be used for filtering. Leave empty to store items unchanged."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}