NASCAR Driver Stats Scraper avatar

NASCAR Driver Stats Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
NASCAR Driver Stats Scraper

NASCAR Driver Stats 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.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Scrape official NASCAR driver profiles and current season statistics from the NASCAR CDN drivers API — including wins, poles, top-5/10 finishes, playoff points, crew chief, car number, team, manufacturer, hometown, and social links.

Data Source

Data is sourced from the official NASCAR CDN drivers endpoint (cf.nascar.com/cacher/drivers.json), which powers the NASCAR.com website. No authentication, proxy, or cookies required.

What You Can Do

  • Search Drivers — find driver profiles by name (partial, case-insensitive match)
  • List by Series — browse all drivers competing in Cup, Xfinity, Trucks, or ARCA
  • List All — retrieve the full NASCAR driver database (900+ entries)

Supported Series

KeySeries Name
cupNASCAR Cup Series (Premier)
xfinityNASCAR Xfinity Series
trucksNASCAR Craftsman Truck Series
arcaNASCAR ARCA Menards Series

Input Parameters

FieldTypeDefaultDescription
modeselectsearchDriversOperation mode — see table below
querystringEarnhardtDriver name to search (mode=searchDrivers only)
seriesselectcupSeries filter for listBySeries mode
maxItemsinteger100Max driver records to return (1–1000)

Modes

ModeDescription
searchDriversSearch drivers by name — requires query
listBySeriesList all drivers in a given series
listAllReturn all 900+ NASCAR drivers

Output Fields

Each record contains the following fields (all optional, null fields omitted):

FieldTypeDescription
driverIdstringNASCAR numeric driver ID
driverWPIdstringWordPress/CMS driver ID
firstNamestringDriver first name
lastNamestringDriver last name
fullNamestringDriver full name
carNumberstringCurrent car number/badge
teamstringTeam name
manufacturerstringCar manufacturer (Chevrolet, Toyota, Ford)
hometownCitystringHometown city
hometownStatestringHometown state
hometownCountrystringHometown country
dateOfBirthstringDate of birth (YYYY-MM-DD)
currentRankintegerCurrent season driver rank
winsintegerWins this season
polesintegerPole positions this season
top5integerTop-5 finishes this season
top10integerTop-10 finishes this season
lapsLedintegerLaps led this season
stageWinsintegerStage wins this season
playoffPointsintegerPlayoff points
playoffRankintegerPlayoff standings rank
seriesstringSeries display name
driverSeriesstringSeries slug from NASCAR CDN
crewChiefstringCrew chief name
twitterstringTwitter profile URL
imageUrlstringDriver headshot image URL
badgeImageUrlstringCar number badge image URL
driverUrlstringDriver page path
rookieYearsarrayRookie year(s) per series
statusstringDriver status (Active, etc.)
partTimebooleanPart-time driver flag
scrapedAtstringISO 8601 scrape timestamp
sourceUrlstringSource API URL
recordTypestringAlways "driver"

Example Output

{
"driverId": "4740",
"firstName": "Kyle",
"lastName": "Larson",
"fullName": "Kyle Larson",
"carNumber": "5",
"team": "Hendrick Motorsports",
"manufacturer": "Chevrolet",
"hometownCity": "Elk Grove",
"hometownState": "CA",
"hometownCountry": "USA",
"dateOfBirth": "1992-07-09",
"currentRank": 1,
"wins": 3,
"poles": 2,
"top5": 10,
"top10": 15,
"lapsLed": 432,
"stageWins": 4,
"playoffPoints": 18,
"playoffRank": 1,
"series": "NASCAR Cup Series",
"crewChief": "Cliff Daniels",
"twitter": "https://twitter.com/KyleLarsonRacin",
"rookieYears": [2014],
"status": "Active",
"recordType": "driver",
"scrapedAt": "2026-06-03T12:00:00+00:00",
"sourceUrl": "https://cf.nascar.com/cacher/drivers.json"
}

FAQs

Does this require an API key or login? No. The NASCAR CDN endpoint is publicly accessible and requires no authentication.

Does this use a proxy? No proxy is needed. The NASCAR CDN is freely accessible from Apify datacenter IPs.

How many drivers are available? The NASCAR CDN returns 900+ driver records across all series.

How often is the data updated? The NASCAR CDN is updated in near-real-time during the race season.

Can I get historical race results or standings? This actor focuses on current season driver stats and profiles. For historical data, see other NASCAR data sources.

What does the daily test run use? Default prefill: mode=searchDrivers, query=Earnhardt, series=cup — this matches multiple drivers and always returns results.