GetYourGuide Scraper avatar

GetYourGuide Scraper

Under maintenance

Pricing

Pay per event

Go to Apify Store
GetYourGuide Scraper

GetYourGuide Scraper

Under maintenance

Scrape tours, activities, and experiences from GetYourGuide.com by search query or direct URL. Extracts title, price, rating, review count, images, highlights, duration, cancellation policy, location, and category. Handles Cloudflare bot protection automatically.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrape tours, activities, and experiences from GetYourGuide.com by search query, direct URL, or sitemap-based discovery. Extracts title, price, rating, reviews, images, highlights, description, duration, cancellation policy, location, and more.

What does this actor do?

This actor navigates GetYourGuide tour detail pages using a real browser and extracts comprehensive tour data. It handles Cloudflare bot protection automatically — no manual proxy configuration or CAPTCHA solving required.

Input modes (priority order):

  1. Direct URLs (startUrls) — provide specific tour detail or category page URLs
  2. Search query (searchQuery) — enter a query (e.g. "rome colosseum tour") that maps to GetYourGuide's search
  3. Default — crawls GetYourGuide's sitemap to discover tours up to your maxItems limit

Data extracted

Each result record contains:

FieldDescription
tour_idNumeric tour identifier from the URL
titleTour title
urlCanonical tour detail URL
pricePrice in the page's display currency
currencyCurrency code (e.g. USD, EUR)
ratingAverage rating (0-5 float)
review_countTotal number of reviews
durationDuration string (e.g. "2 hours", "Full day")
cancellation_policyFree-cancellation label or "Non-refundable"
locationCity or region where the tour takes place
categoryTour category from page breadcrumb
highlightsKey highlights, newline-separated
descriptionFull tour description
imagesComma-separated list of image URLs
providerTour operator/supplier name
scraped_atISO-8601 timestamp

Input parameters

ParameterTypeDescription
maxItemsIntegerMaximum number of tours to return (default: 10, 0 = unlimited)
startUrlsArrayOptional list of GetYourGuide tour or category page URLs
searchQueryStringOptional search query (e.g. "rome colosseum tour")

Example input

{
"maxItems": 50,
"searchQuery": "rome colosseum tour"
}

Or with direct URLs:

{
"maxItems": 10,
"startUrls": [
"https://www.getyourguide.com/rome-l33/tours-tc1/",
"https://www.getyourguide.com/paris-l16/tours-tc1/"
]
}

Notes

  • GetYourGuide is protected by Cloudflare bot management. This actor uses a real browser with residential proxy to bypass it automatically.
  • Start small (10-20 items) to verify extraction quality before running large jobs.
  • Tour availability and pricing vary by date — data reflects the page state at scrape time.