OrbTop

CONMEBOL Copa Libertadores & Sudamericana Fixtures Scraper

SPORTSAI

CONMEBOL Copa Libertadores & Sudamericana Fixtures Scraper

Scrapes official CONMEBOL match fixtures, results, and scores for the Copa Libertadores and Copa Sudamericana directly from gol.conmebol.com — the official tournament portal.

What it does

For each match in the selected tournament and season, the actor returns:

  • Teams (home and away)
  • Scores (for played matches)
  • Match stage (Group Stage, Round of 16, Quarter-final, Semi-final, Final)
  • Venue / stadium
  • Kickoff date
  • Match status (Played / Fixture / Playing)
  • CONMEBOL fixture ID for cross-referencing

Input

Field Type Default Description
tournament string libertadores Tournament to scrape: libertadores, sudamericana, or both
season integer 2026 Season year (e.g. 2026)
maxItems integer 0 Max fixtures to return. Set to 0 for unlimited.

Output

{
  "tournament_name": "Copa Libertadores",
  "season": 2026,
  "stage": "Group Stage",
  "group_letter": "",
  "matchday": "",
  "kickoff_local": "26 Mayo",
  "home_team": "LDU Quito",
  "away_team": "Always Ready",
  "home_score": 3,
  "away_score": 2,
  "venue": "Estadio Rodrigo Paz Delgado",
  "match_status": "Played",
  "fixture_id": 731,
  "source_url": "https://gol.conmebol.com/libertadores/es/fixture/view/731",
  "scrapedAt": "2026-06-24T00:58:03.722Z"
}

Notes

  • Data source: gol.conmebol.com — the official CONMEBOL tournament portal (Drupal + Opta integration)
  • Current matchday: The actor seeds from the tournament home page, which displays the current matchday's fixtures. This covers the full active fixture list for both played and upcoming matches.
  • Group letter / matchday: Not available from the static HTML (loaded via Opta widget JS). These fields return empty strings in the current version.
  • No proxy required: The site serves open HTML without any rate-limiting or geo-restriction.
  • Season filter: The actor filters fixtures by the year parsed from the kickoff timestamp, so only the requested season's data is returned.

Use cases

  • Live football data for AI/LLM training and content generation
  • Match result tracking for LATAM football audiences
  • Sports betting and fantasy league data pipelines
  • Journalism and editorial dashboards covering Copa Libertadores/Sudamericana
  • Historical fixture archives for coaching analytics