Fedeciclismo Colombia - Calendar & Ligas Scraper
SPORTS
Fedeciclismo Colombia - Calendar & Ligas Scraper
Extracts race calendar data and departmental liga contact information from the Colombian Cycling Federation (Federación Colombiana de Ciclismo — Fedeciclismo).
What it scrapes
The actor collects two types of records from federacioncolombianadeciclismo.com:
Calendar records (record_type: "calendar")
One record per discipline, containing the page title, the direct PDF download link for the race schedule, the cycling discipline, and the calendar year. Disciplines covered:
- Ruta (road), Pista (track), BMX Racing, BMX Freestyle, MTB, Paracycling, Nacional, Internacional
Liga records (record_type: "liga")
One record per departmental cycling liga, containing contact details for the federation-affiliated organisation in each Colombian department.
Output fields
| Field | Type | Description |
|---|---|---|
record_type |
string | "calendar" or "liga" |
race_id |
string | Composite ID for calendar records (e.g. ruta-2025) |
race_name |
string | Page title of the calendar page |
race_url |
string | Direct PDF link for the discipline calendar |
discipline |
string | Cycling discipline |
federation_sanctioned |
boolean | Always true for calendar records |
calendar_year |
integer | Year the calendar belongs to |
liga_id |
string | Liga identifier (e.g. liga1) |
liga_name |
string | Full league name |
liga_department |
string | Colombian department the liga represents |
liga_url |
string | Liga external URL (Facebook page) |
liga_president |
string | President name |
liga_email |
string | Contact email |
liga_phone |
string | Contact phone number |
liga_address |
string | Physical address |
source_url |
string | Source page URL |
scraped_at |
string | ISO 8601 timestamp |
Input
| Parameter | Type | Default | Description |
|---|---|---|---|
maxItems |
integer | 10 | Maximum number of pages to process |
Use cases
- Scout databases — identify race calendars and event organisers for specific disciplines or departments
- Cycling tourism operators — find which departments host events in peak season
- Sponsorship prospecting — contact departmental ligas directly using the provided email and phone data
- Sports analytics — build a structured dataset of Colombia's domestic cycling ecosystem
Notes
- Calendar pages link to PDF schedules rather than HTML tables. Race-level detail (individual event dates, cities) requires opening the linked PDF.
- The federation updates calendar pages during the season; re-running the actor captures the latest PDF version.
- Email addresses are Cloudflare-obfuscated on the source page; this actor decodes them automatically.