Tour

Learn the common fields for tour and activity PDP endpoints and example domains.

Tour PDP Cache agents extract structured data from tour and activity detail pages, including title, about, provider, location, age range, duration, start time, languages, price, availability, highlights, included/excluded items, meeting and pickup, itinerary, accessibility, review stats, reviews, photos, FAQ, and policies.

Description

Tour agents return normalized fields for tours and activities: title, about (description), provider (logo, name, contact), location (city, country, coordinates, meeting_point), age_range (min_age, max_age), duration, start_time, mobile_ticket, languages (live_guide, audio_guide, written_guide), price (currency, original_price, starting_price, discounted_price, price_per_person), availability (max_group_size, available_dates, free_cancellation, instant_confirmation, reserve_now_pay_later), highlights, included, excluded, meeting_and_pickup (start_point, end_point), itinerary (duration, stop_name, description, admission_included), additional_info, accessibility (stroller_accessible, near_public_transport, wheelchair_accessible), review_stats, reviews, photos, faq, and policies (child_policy, refund_policy, weather_policy, cancellation_policy).

Common Fields

FieldTypeDescription
titlestringTour title as displayed on the page
aboutstringFull tour description and overview
providerobjectlogo, name, contact (email, phone, website)
locationobjectcity, country, coordinates (latitude, longitude), meeting_point
age_rangeobjectmin_age, max_age (numbers)
durationstringTotal tour duration (e.g. 3–4 hours)
start_timestringStart time for the tour
mobile_ticketbooleanWhether mobile ticket is required
languagesobjectlive_guide, audio_guide, written_guide (arrays of language strings)
priceobjectcurrency, original_price, starting_price, discounted_price, price_per_person
availabilityobjectmax_group_size, available_dates, free_cancellation, instant_confirmation, reserve_now_pay_later
highlightsarrayKey selling points (strings)
includedarrayItems included in the tour (strings)
excludedarrayItems not included (strings)
meeting_and_pickupobjectstart_point (type, address, details, pickup_details, pickup_offered), end_point (array of address/details)
itineraryarrayObjects: duration, stop_name, description, admission_included
additional_infoarrayImportant notes (strings)
accessibilityobjectstroller_accessible, near_public_transport, wheelchair_accessible (booleans)
review_statsobjectoverall_score, total_reviews, rating_breakdown (1_star … 5_star)
reviewsarrayObjects: date, title, rating, content, country, reviewer, trip_type
photosarrayImage URLs (strings)
faqarrayObjects: question, answer
policiesobjectchild_policy, refund_policy, weather_policy, cancellation_policy

Example Domains / URLs

Tour PDP agents are typically available for major tour and activity platforms, for example:

  • Viator — e.g. https://www.viator.com/tours/...
  • GetYourGuide — e.g. https://www.getyourguide.com/...
  • TripAdvisor (Experiences) — e.g. https://www.tripadvisor.com/Attraction_ProductReview-...
  • Klook — e.g. https://www.klook.com/activity/...

Check the Marketplace for the full list of supported tour domains.

On this page