Restaurant
Learn the common fields for restaurant PDP endpoints and example domains.
Restaurant PDP Cache agents extract structured data from restaurant detail pages, including name, rank, cuisine, address, contact, hours, features, description, ratings, review counts, and reviews.
Common Response Fields
The Restaurant PDP Cache agents return the following fields:
| Field | Type | Description |
|---|---|---|
name | string | Restaurant name |
rank | string | Ranking in area (e.g. #14 of 769 Restaurants in Kuta) |
cuisine | array | Cuisine types (strings) |
address | string | Full street address |
map_link | string | Google Maps directions link |
phone | string | Contact phone number |
email | string | Contact email address |
website | string | Official website URL |
hours | object | Opening hours by day (e.g. Monday, Tuesday, …, Sunday) |
features | array | Features and amenities (dietary options, meal types, payment methods) |
description | string | Restaurant description and overview |
rating | number | Overall rating (0–5 scale) |
rating_distribution | object | Food, Value, Service, Atmosphere (each number 0–5) |
reviews_count | number | Total number of reviews |
reviews_distribution | object | Excellent, Good, Average, Poor, Terrible (counts) |
review_summary | string | AI-generated summary of guest reviews |
review_summary_distribution | object | Sentiment keyword by category: Food, Value, Service, Location, Atmosphere |
reviews | object | Structure: title, rating, content, review_date, reviewer_name, rating_distribution (key-value rating by category) |
Example Domains / URLs
Restaurant PDP agents are typically available for major review and dining platforms, for example:
- TripAdvisor — e.g.
https://www.tripadvisor.com/Restaurant_Review-... - Yelp — e.g.
https://www.yelp.com/biz/... - OpenTable — e.g.
https://www.opentable.com/... - TheFork — e.g.
https://www.thefork.com/... - Zomato — e.g.
https://www.zomato.com/... - Google Maps (restaurant listings) — e.g.
https://www.google.com/maps/place/...
Check the Marketplace for the full list of supported restaurant domains.