CBC Brasil Cycling Events & Federations Scraper
Pricing
Pay per event
Go to Apify Store
CBC Brasil Cycling Events & Federations Scraper
Scrapes sanctioned cycling events and state federations from the Confederação Brasileira de Ciclismo (CBC). Returns event details, dates, locations, disciplines, and federation contact information.
Pricing
Pay per event
Rating
0.0
(0)
Developer
BowTiedRaccoon
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Scrape sanctioned cycling events and state federation directories from the Confederação Brasileira de Ciclismo (CBC), Brazil's national cycling governing body.
What does it do?
This actor crawls cbc.esp.br and returns two types of records:
- Events — upcoming and current CBC-sanctioned events including race name, discipline (MTB-XCM, MTB-XCO, BMX, estrada, paraciclismo, etc.), date range, host city, and state.
- Federations — all 27 state-level Brazilian cycling federations with contact details: president name, address, phone, and email.
Use cases
- Talent scouts & race promoters — track Brazil's ~200 annual CBC-sanctioned events calendar across road, MTB, BMX, gravel, and track disciplines.
- Sponsorship prospecting — identify events and federations to target for brand partnerships (energy drinks, component brands, cycling apparel).
- Cycling tourism operators — build itineraries around race calendar data.
- Sports data aggregators — feed CBC event data into Latin American sports schedules.
Output sample
{"recordType": "event","eventId": "1340","eventName": "Copa Brasil de BMX - #2","discipline": "BMX","startDate": "30/05/2026","endDate": "31/05/2026","city": "Balneário Camboriú","state": "SC","cbcSanctioned": "true","calendarYear": "2026","sourceUrl": "https://www.cbc.esp.br/modalidades/evento/busca//id/1340","scrapedAt": "2026-05-31T12:00:00.000Z"}
{"recordType": "federation","federationId": "8","federationName": "FEDERAÇÃO BAIANA DE CICLISMO","federationState": "BA","federationPresident": "OSCAR SCHMIDT SOBRINHO","federationEmail": "fbciclismo@hotmail.com","federationPhone": "(71) 98204-6493","federationAddress": "Centro","sourceUrl": "https://www.cbc.esp.br/federacoes","scrapedAt": "2026-05-31T12:00:00.000Z"}
Input
| Field | Type | Default | Description |
|---|---|---|---|
scrapeMode | string | both | events — events only; federations — federations only; both — everything |
maxItems | integer | — | Optional cap on total records returned |
Notes
- The actor navigates the CBC events calendar pages and the federations directory directly — no proxy or JavaScript rendering required.
- Event discipline is inferred from the event name (e.g., "MTB XCM" in the title maps to
MTB-XCM). - Currently ~10–15 active/upcoming events are listed at any time; historical events are not browsable from the public calendar.
- All 27 state federations are scraped from a single page and are always returned when
scrapeMode: federationsorboth.