/grubhub/restaurants/reviews
Get diner reviews for a Grubhub (grubhub.com) restaurant by numeric id (or restaurant page URL): review text, reviewer, star rating, sentiment, diner type, creation time and the menu items ordered.
Price: 5 credits per 35 results
💡 AI Hint: Fetch diner reviews for a Grubhub (grubhub.com) restaurant by its numeric id (e.g. ‘4255520’) or a full restaurant page URL. Provide count. Optional: sort (most_recent/highest_rated). Each review has id, text, author, rating (1-5 stars), sentiment, diner_type, author_review_count, created_at, order_placed_at, items (the menu items ordered) and responses (any restaurant owner replies). Returns an empty list if the restaurant has no reviews.
Authorizations
API token from the dashboard
Headers
Body
Grubhub restaurant numeric id or a full restaurant page URL
1"4255520"
"https://www.grubhub.com/restaurant/sunset-bagels/4255520"
Max number of reviews to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Sort order
most_recent, highest_rated Response
Successful Response