CBC Brasil Cycling Events & Federations Scraper avatar

CBC Brasil Cycling Events & Federations Scraper

Pricing

Pay per event

Go to Apify Store
CBC Brasil Cycling Events & Federations Scraper

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

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

2 days ago

Last modified

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 — CBC's full event history (thousands of records spanning past and upcoming events) including race name, discipline (MTB, BMX Racing, BMX Freestyle, estrada, pista, paraciclismo, etc.), date range, host city, state, and whether the event is CBC- or UCI-sanctioned.
  • Federations — state-level Brazilian cycling federation contact details: president name, address, phone, and email. Temporarily unavailable — CBC has not yet published this directory on their redesigned website; scrapeMode: 'federations' currently returns no records. Use scrapeMode: 'events' in the meantime.

Use cases

  • Talent scouts & race promoters — track Brazil's CBC-sanctioned events, past and upcoming, across road, MTB, BMX, 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": "cal2180",
"eventName": "Copa Brasil de BMX",
"eventUrl": "https://cbc.esp.br/modalidades/bmx-racing",
"discipline": "bmx-racing",
"startDate": "01/04/2017",
"endDate": "02/04/2017",
"city": "Indaiatuba",
"state": "SP",
"cbcSanctioned": "true",
"calendarYear": "2017",
"sourceUrl": "https://cbc.esp.br/api/events",
"scrapedAt": "2026-09-17T12: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://cbc.esp.br/federacoes",
"scrapedAt": "2026-05-31T12:00:00.000Z"
}

The federation sample above reflects the last period this data was published — see the note under Input for its current availability.

Input

FieldTypeDefaultDescription
scrapeModestringbothevents — events only; federations — federations only; both — everything
maxItemsintegerOptional cap on total records returned

Notes

  • The actor reads CBC's own events calendar and federations directory directly.
  • Event discipline reflects CBC's own category (MTB, BMX Racing, BMX Freestyle, estrada, pista, paraciclismo, etc.); cbcSanctioned distinguishes CBC's own calendar from UCI-sanctioned international events also listed on the site.
  • Coverage spans CBC's full published event history, not just upcoming events — use maxItems and re-run with scrapeMode: 'events' to page through it.
  • Federation records are temporarily unavailable. CBC redesigned their website and has not yet re-published the state federations directory; scrapeMode: 'federations' (and the federations half of 'both') currently returns 0 records rather than failing the run. This is a gap on CBC's own site, not something this actor's filters caused — check back later, or use scrapeMode: 'events' for full functionality now.