Asdeporte Mexico Race & Event Scraper avatar

Asdeporte Mexico Race & Event Scraper

Pricing

Pay per event

Go to Apify Store
Asdeporte Mexico Race & Event Scraper

Asdeporte Mexico Race & Event Scraper

Scrape race and sports event listings from Asdeporte, Mexico's leading endurance-sport registration platform. Returns events with name, date, location, modality, distances, price, organizer, and registration status.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Scrape upcoming race and endurance sport events from Asdeporte, the leading race registration platform in Mexico. Returns structured data for marathons, half-marathons, triathlons, cycling events, and more — including event name, date, location, modality, distances offered, registration price, organizer, and registration status.

What you get

Each record contains:

FieldDescription
event_idUnique UUID from Asdeporte
event_slugURL slug (e.g. maraton-guadalajara-2026-abc)
event_nameOfficial event name
event_urlLink to the event page
event_dateStart date/time (ISO 8601, UTC)
event_modalitySport type (Carrera, Triatlón, Ciclismo, etc.)
event_distancesComma-separated offered distances (e.g. 5km, 10km, 21km)
host_venueVenue or landmark name
host_cityCity
host_stateMexican state or region
host_countryCountry code (MX)
registration_statusOpen/closed status (abierta, cerrada)
registration_urlDirect link to the inscription page
registration_price_mxnRegular price in MXN
registration_deadlineRegistration closing date/time
cover_imageBanner/cover image URL
organizer_nameOrganizing entity
sponsorsComma-separated sponsors
results_urlLink to event results page
athlete_countExpected participant count

Usage

Set Max Items to control how many events to return. Each run returns up to 57 upcoming events from Asdeporte's active listing.

Input

{
"maxItems": 10
}

Output sample

{
"event_id": "b7001401-9418-41c2-be37-936c8e3c1f3f",
"event_slug": "1er--carrera-5k-atletas-olimpicos-2026-z0o",
"event_name": "1er. Carrera 5k Atletas Olímpicos 2026",
"event_url": "https://www.asdeporte.com/evento/1er--carrera-5k-atletas-olimpicos-2026-z0o",
"event_date": "2026-06-28T14:00:00.000Z",
"event_modality": "Carrera",
"event_distances": "5km, infantil",
"host_venue": "Parque Ecoturístico Cuevecilla",
"host_city": "Parque Ecoturístico Cuevecilla",
"host_state": "Edo. Mex.",
"host_country": "MX",
"registration_status": "abierta",
"registration_url": "https://www.asdeporte.com/evento/.../inscripcion",
"registration_price_mxn": 350,
"registration_deadline": "2026-06-26T23:00:00.000Z",
"cover_image": "https://d3cnkhyiyh0ve2.cloudfront.net/...",
"organizer_name": "Innovasport Centros De Inscripción",
"sponsors": "",
"results_url": "https://www.asdeporte.com/evento/.../resultados",
"athlete_count": 1000
}

Use cases

  • Race tourism — build Mexico running & triathlon travel calendars
  • Sports marketing — track upcoming events for sponsorship activation
  • Training apps — surface local events for Mexican athletes
  • B2B data products — power race-aggregation platforms covering LATAM

Notes

  • Returns events from Asdeporte's active recommended listing (up to 57 events per run).
  • Data is extracted from server-side rendered pages — no JavaScript execution required.
  • Historical event results are accessible via the results_url field on each record.