VOOZH about

URL: https://apify.com/jungle_synthesizer/driverdb-motorsport-driver-database-scraper

โ‡ฑ Driverdb Motorsport Driver Database Scraper ยท Apify


๐Ÿ‘ Driverdb Motorsport Driver Database Scraper avatar

Driverdb Motorsport Driver Database Scraper

Pricing

Pay per event

Go to Apify Store

Driverdb Motorsport Driver Database Scraper

Scrape driver profiles from DriverDB.com โ€” biographical details, career history, statistics, and social handles for 80k+ drivers spanning F1, NASCAR, IndyCar, WEC, and more.

Pricing

Pay per event

Rating

0.0

(0)

Developer

๐Ÿ‘ BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

an hour ago

Last modified

Share

Scrape comprehensive driver profiles from DriverDB.com โ€” the most complete multi-series motorsport driver database on the open web.

Covers 80k+ drivers across Formula 1, Formula 2, Formula 3, IndyCar, NASCAR, WEC, IMSA, Formula E, GT World Challenge, Formula Regional, F4, and karting. Each profile includes biographical data, career statistics, championship history, and social handles.

What you get

Each driver record includes:

FieldDescription
driver_idUnique driver slug (e.g. max-verstappen)
driver_urlFull profile URL
full_nameDriver full name
nationalityCountry of nationality
dobDate of birth (YYYY-MM-DD)
birthplaceCity/country of birth
current_teamCurrent team affiliation
current_seriesCurrent primary racing series
current_car_numberRace car number
total_startsTotal career starts
total_winsTotal career wins
total_podiumsTotal career podiums
total_polesTotal career pole positions
career_summaryJSON array โ€” per-season entries with year, series, team, position, points, wins, podiums, poles
championship_titlesChampionships won (comma-separated, e.g. "2021 FIA Formula 1 World Championship")
karting_historyJSON array of karting career entries
social_handlesJSON object โ€” twitter, instagram, tiktok, linkedin, website
headshot_urlDriver profile photo URL

How to use

Scrape specific drivers

Provide a list of DriverDB.com driver profile URLs:

{
"startUrls":[
{"url":"https://www.driverdb.com/drivers/max-verstappen/"},
{"url":"https://www.driverdb.com/drivers/lewis-hamilton/"},
{"url":"https://www.driverdb.com/drivers/fernando-alonso/"}
],
"maxItems":10
}

Scrape by series or index

Provide a DriverDB series listing URL to get all drivers in that series:

{
"startUrls":[
{"url":"https://www.driverdb.com/championships/formula-1/"}
],
"maxItems":30
}

Full database crawl

Leave startUrls empty to crawl all drivers alphabetically. The actor walks the A-Z index pages and scrapes every profile it finds:

{
"maxItems":1000
}

Input

ParameterTypeDefaultDescription
startUrlsarray[]DriverDB driver URLs to scrape. Leave empty for full alphabetical crawl.
maxItemsinteger0Maximum driver records to return. 0 means no limit.

Notes

  • Cloudflare protection: DriverDB.com is protected by Cloudflare Turnstile. This actor uses CapSolver to bypass the challenge once per run and reuses the session. Typical solve time: 15-25 seconds.
  • Data source: Profile data is extracted from the page's embedded JSON (Next.js SSR), not scraped from rendered HTML, so it is complete and reliable.
  • Data freshness: Statistics reflect what DriverDB has published. Career data is sourced directly from the site's structured data.

You might also like

NASCAR Driver Stats Scraper

crawlerbros/racing-reference-nascar-scraper

Scrape NASCAR driver profiles and current season stats - wins, poles, top-5/10 finishes, playoff points, crew chief, car number, and more - from the official NASCAR CDN drivers API. Filter by series (Cup, Xfinity, Trucks, ARCA) or search by driver name.

IndyCar Stats Scraper | Driver and Race Data

parseforge/indycar-stats-scraper

Export IndyCar Series standings: driver name, number, team, points and rank. Pulled from official IndyCar.com. Filter by season. CSV, Excel, JSON, XML โ€” for motorsport analysts, fantasy players and journalists covering the open-wheel series.

Racing Reference Scraper - NASCAR, IndyCar & ARCA Race Results

jungle_synthesizer/racing-reference-nascar-indycar-scraper

Scrape race results and driver stats from Racing-Reference.info โ€” the definitive NASCAR Cup, Xfinity, Trucks, IndyCar, and ARCA archive. Season mode fetches all races in a year; driver mode fetches career stats. Ideal for DFS, betting models, and historical research.

๐Ÿ‘ User avatar

BowTiedRaccoon

3

F1 API

adriigarr/f1-api

The F1 API provides real-time and historical Formula 1 race data, allowing users to access race results, driver standings, team information, and more. This API is designed for F1 enthusiasts, developers, and data analysts who want to explore motorsport statistics effortlessly.

๐Ÿ‘ User avatar

Adriana Garcia

31

๐Ÿ Formula 3 Driver Standings Scraper

parseforge/f3-formula3-stats-scraper

Scrape FIA Formula 3 series driver standings, race results, and team rankings. Export driver, team, nationality, points, position, and round-by-round results as CSV, Excel, JSON, JSONL, XML, or HTML. Public-data export with no login required.

iRacing Data Driver Stats Scraper

jungle_synthesizer/iracing-data-driver-stats-scraper

Extract iRacing driver profiles, iRating and Safety Rating history, race results, and season standings. Look up drivers by customer ID, fetch a specific race session, pull leaderboards by category, or browse recent race results.

๐Ÿ‘ User avatar

BowTiedRaccoon

5

F1 Race Results and Standings Scraper

parseforge/f1-ergast-results-scraper

Pull Formula 1 race results, qualifying, sprint, drivers, constructors, circuits and championship standings from 1950 to present. Returns positions, points, lap times, fastest laps, grid positions and full driver/team metadata per race. Filter by season, round, driver, constructor or circuit.

Related articles

Python browser automation with Selenium (2025 guide)
Read more
How to use Selenium Wire
Read more
Selenium click command: complete guide
Read more