Live
get_doctor_profile
api.zocdoc.comReturns detailed Zocdoc doctor profiles from https://zocdoc.com with education, languages, accepted insurance, offices, reviews, ratings, and appointment availability.
Parameters3
Runs8
Updated3d ago
Operational8 runs · 100% 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_doctor_profile?
Returns detailed Zocdoc doctor profiles from https://zocdoc.com with education, languages, accepted insurance, offices, reviews, ratings, and appointment availability. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass slug, review_limit, availability_days and get the result back without maintaining a scraper.
Response
{
"doctor": {},
"source_url": "<string>"
}Call it
curl --location 'https://us-prod.notte.cc/functions/aee0c658-113c-4e81-92d5-425f4499a985/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "aee0c658-113c-4e81-92d5-425f4499a985",
"variables": {
"slug": "andrew-fagelman-md-7363",
"review_limit": 100,
"availability_days": 14
}
}'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="aee0c658-113c-4e81-92d5-425f4499a985") — the "get_doctor_profile" function, which returns detailed Zocdoc doctor profiles from https://zocdoc.com with education, languages, accepted insurance, offices, reviews, ratings, and appointment availability.. It takes slug (str), review_limit (int), availability_days (int). Return the result as structured JSON.