Fedeciclismo Colombia - Calendar & Ligas Scraper
Pricing
Pay per event
Fedeciclismo Colombia - Calendar & Ligas Scraper
Scrapes race calendar pages and departmental liga data from the Colombian Cycling Federation (Fedeciclismo). Returns calendar entries with PDF links by discipline and contact records for affiliated ligas.
Pricing
Pay per event
Rating
0.0
(0)
Developer
BowTiedRaccoon
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
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.