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.

Description

Restaurant agents return normalized fields for dining venues: name, rank in area, cuisine types, address, map link, phone, email, website, hours by day, features (dietary options, meal types, payment methods), description, overall rating, rating distribution (Food, Value, Service, Atmosphere), reviews count, reviews distribution (Excellent/Good/Average/Poor/Terrible), review summary, review summary by category, and individual reviews (title, rating, content, date, reviewer, rating_distribution).

Common Fields

FieldTypeDescription
namestringRestaurant name
rankstringRanking in area (e.g. #14 of 769 Restaurants in Kuta)
cuisinearrayCuisine types (strings)
addressstringFull street address
map_linkstringGoogle Maps directions link
phonestringContact phone number
emailstringContact email address
websitestringOfficial website URL
hoursobjectOpening hours by day (e.g. Monday, Tuesday, …, Sunday)
featuresarrayFeatures and amenities (dietary options, meal types, payment methods)
descriptionstringRestaurant description and overview
ratingnumberOverall rating (0–5 scale)
rating_distributionobjectFood, Value, Service, Atmosphere (each number 0–5)
reviews_countnumberTotal number of reviews
reviews_distributionobjectExcellent, Good, Average, Poor, Terrible (counts)
review_summarystringAI-generated summary of guest reviews
review_summary_distributionobjectSentiment keyword by category: Food, Value, Service, Location, Atmosphere
reviewsobjectStructure: 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.

On this page