curl --request POST \
--url https://py-api.hobbo.ai/zocdoc/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"is_text_formatted": false,
"reviews_to_fetch": 123,
"sync_date": "<string>",
"sort_type": "<string>"
}
'{
"all_reviews": [],
"extra_information": {},
"message": "<string>"
}This endpoint is used to fetch reviews from Zocdoc Profile Page.
curl --request POST \
--url https://py-api.hobbo.ai/zocdoc/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"is_text_formatted": false,
"reviews_to_fetch": 123,
"sync_date": "<string>",
"sort_type": "<string>"
}
'{
"all_reviews": [],
"extra_information": {},
"message": "<string>"
}Zocdoc review scraping parameters
Provide proper Zocdoc Profile Page URL
Controls text formatting in output
Number of reviews to fetch (default: all reviews, or within 30-second timeout)
Fetches reviews posted on a specific date using format: YYYY-MM-DD
Sorting option