Live
get_driver_profile
driverdb.comReturns complete non-empty biographical, nationality, championship, team, aggregate race, and Sharp rating data for one driver from https://driverdb.com.
Parameters1
Runs7
Updated3d ago
Degraded7 runs · 71.4% succeeded
30 days ago90 days agoranfailednot checkedtoday
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is get_driver_profile?
Returns complete non-empty biographical, nationality, championship, team, aggregate race, and Sharp rating data for one driver from https://driverdb.com. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass driver_id and get the result back without maintaining a scraper.
Response
{
"driver": {},
"source_url": "<string>"
}Call it
curl --location 'https://us-prod.notte.cc/functions/f9e37ea6-ac2a-4ff4-ad8b-19f29be604b6/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "f9e37ea6-ac2a-4ff4-ad8b-19f29be604b6",
"variables": {
"driver_id": 21865
}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="f9e37ea6-ac2a-4ff4-ad8b-19f29be604b6") — the "get_driver_profile" function, which returns complete non-empty biographical, nationality, championship, team, aggregate race, and Sharp rating data for one driver from https://driverdb.com.. It takes driver_id (int). Return the result as structured JSON.