GetYourGuide Reviews Scraper
Pricing
from $2.50 / 1,000 results
GetYourGuide Reviews Scraper
[π° $2.50 / 1K] Extract reviews from GetYourGuide activity pages β ratings, review text, author details, photos, owner responses, and activity metadata.
Pricing
from $2.50 / 1,000 results
Rating
0.0
(0)
Developer
SolidCode
Maintained by CommunityActor stats
0
Bookmarked
34
Total users
7
Monthly active users
10 days ago
Last modified
Categories
Share
Pull traveler reviews from GetYourGuide activity pages at scale β star ratings, full review text, author names with country of origin, review language tags, traveler dates, owner responses, and the activity-level rating context on every row. Built for tour operators, travel marketers, and CX analysts who need to mine real GetYourGuide review signal across attractions like the Eiffel Tower, Vatican Museums, Disneyland Paris, and the Colosseum without copying page after page by hand.
Why This Scraper?
- Up to 1,550 reviews per activity β a multi-rating sweep across all five star buckets lifts results past GetYourGuide's 310-per-feed public ceiling, the highest yield available without GetYourGuide partner credentials.
- 40-language filtering, including the ones nobody else lists β beyond English, German, French, Spanish, Italian and Portuguese you can isolate Romanian, Slovak, Croatian, Bosnian, Slovenian, Bulgarian, Ukrainian, Lithuanian, Latvian, Vietnamese, Tagalog, Afrikaans, Swahili and more, or pull every language at once. Ask for a language that isn't on the list and it is still used as your filter, never quietly swapped for "all".
- Reviewer country of origin on every row β full English country name (
"Australia","United States","Brazil") for source-market analysis, not just an opaque ISO code. - Four sort modes β Highest Rated First, Lowest Rated First, Newest First, and Most Helpful (aliased to Newest, since GetYourGuide's feed exposes no helpful-vote signal β and we say so up front instead of faking it).
- Server-side star-rating partitioning + a 0β5 minimum-rating gate β pull only the 1- and 2-star reviews to mine recurring complaints, or only 5-star quotes for marketing.
- Activity context inlined on every review row β
productTitle,productUrl,productId,overallRating, andoverallReviewCountare duplicated onto each row so a single CSV is ready for pivot tables, BI dashboards, or sentiment models. - Traveler type, coded and spelled out β five segments (solo traveler, couple, family with kids, family with teens, friend group) ship as both a stable
travelerTypekey you can pivot on and a plain-EnglishtravelerTypeLabelyou can read. - Reviewer photos and operator replies β review photos arrive at the largest available URL, and the operator's own reply lands on the same row as
ownerResponseplus a datedownerResponseDate. About one review in seven carries a reply overall, rising to 97% on owner-run guided tours β and landmark entry tickets reply essentially never (0 of 310 on the Colosseum, the Vatican Museums, and Sagrada FamΓlia), which is exactly the gap response-rate benchmarking is built to measure. - Every row is a review you can actually read β GetYourGuide lets travelers post a bare star with no words, and those blanks are up to 55% of a low-star feed. They are left out by default, so a 300-row pull is 300 written reviews, not 134. Flip one checkbox if you want the rating-only entries back for star-distribution work.
Use Cases
Tour Operator Competitive Intelligence
- Compare your activity's review volume and star distribution against competitor tours at the same attraction
- Track how recurring complaints differ between your operator and the top-listed alternative
- Benchmark response rates by counting how many reviews carry an
ownerResponse
Sentiment Analysis & Voice of Customer
- Mine 1- and 2-star reviews per activity to surface the top three friction points
- Run multilingual sentiment models on French, Spanish, Italian, and Japanese reviews to spot market-specific issues
- Track sentiment shifts before and after a tour redesign by re-running the scraper monthly
Marketing Content & Testimonials
- Pull 5-star quotes for ad creative, landing pages, and email campaigns
- Filter to English-language testimonials when feeding global ad copy
- Surface reviewer country to build "loved by travelers from 40+ countries" social proof
Travel Industry Research
- Map which source markets visit which European attractions by month, using
authorCountryplusreviewDate - Study seasonal review patterns at landmark destinations (Eiffel Tower, Statue of Liberty, Colosseum)
- Compare traveler-type distribution (couple vs. family vs. solo) across activity categories
Product & Activity Improvement
- Cluster low-rating reviews by language to localize CX fixes for specific markets
- Identify recurring complaint themes by traveler type β what frustrates families differs from what frustrates couples
- Track owner-response coverage and median time-to-reply across your portfolio
Getting Started
Just an Activity URL
Paste one GetYourGuide activity URL β the simplest possible run:
{"startUrls": ["https://www.getyourguide.com/paris-l16/disneyland-paris-2-parks-ticket-1-2-3-4-5-day-t395320/"],"maxReviewsPerActivity": 100}
Filtered: Highest Rated, 4 Stars and Up
Pull marketing-friendly testimonials sorted top down:
{"startUrls": ["https://www.getyourguide.com/rome-l33/colosseum-roman-forum-palatine-hill-guided-tour-t195566/"],"sortBy": "highest_rating","minRating": 4,"maxReviewsPerActivity": 200}
Single-Market Sweep: French-Language Reviews
Mine reviews written in French to study a single source market:
{"startUrls": ["https://www.getyourguide.com/paris-l16/disneyland-paris-2-parks-ticket-1-2-3-4-5-day-t395320/"],"language": "fr","sortBy": "newest","maxReviewsPerActivity": 500}
Maximum Extraction: All Buckets, Multiple Activities
Set maxReviewsPerActivity to 0 to extract up to the full 1,550-per-activity ceiling across several attractions in one run. includeRatingOnlyReviews adds the bare star ratings that carry no words, which you want for a complete rating spread and not much else:
{"startUrls": ["https://www.getyourguide.com/paris-l16/disneyland-paris-2-parks-ticket-1-2-3-4-5-day-t395320/","https://www.getyourguide.com/rome-l33/colosseum-roman-forum-palatine-hill-guided-tour-t195566/","https://www.getyourguide.com/rome-l33/skip-the-line-vatican-museums-sistine-chapel-ticket-t62214/"],"maxReviewsPerActivity": 0,"sortBy": "newest","language": "all","includeRatingOnlyReviews": true}
Input Reference
What to Scrape
| Parameter | Type | Default | Description |
|---|---|---|---|
startUrls | string[] | [] | GetYourGuide activity URLs. Paste one or more URLs ending in -t<digits> (e.g. -t395320). Locale-prefixed URLs (/en-us/..., /de/...) are accepted. |
Filters
| Parameter | Type | Default | Description |
|---|---|---|---|
language | select | All Languages | Limit to one review language. Choices: All Languages, English, German, French, Spanish, Italian, Dutch, Portuguese, Danish, Swedish, Norwegian, Finnish, Polish, Czech, Slovak, Hungarian, Romanian, Bulgarian, Croatian, Bosnian, Slovenian, Lithuanian, Latvian, Greek, Ukrainian, Russian, Turkish, Azerbaijani, Arabic, Hebrew, Japanese, Korean, Chinese, Vietnamese, Tagalog, Swahili, Afrikaans, Yoruba, Igbo, Tswana, Somali. Calling by API, you can pass any other two-letter code as well: it is applied as your filter as given, and the run says so. |
minRating | integer | 0 | Only collect reviews with at least this many stars (0β5). Set to 0 for no filter. |
includeRatingOnlyReviews | boolean | false | GetYourGuide lets a traveler submit a star rating without writing anything. Those entries carry no review text, no language, no traveler type and no photo, so they are left out by default. Set to true to keep them, for example when you want the complete star distribution rather than the written feedback. |
Sorting & Volume
| Parameter | Type | Default | Description |
|---|---|---|---|
sortBy | select | Highest Rated First | Order in the dataset: Highest Rated First, Lowest Rated First, Newest First, or Most Helpful First (same as Newest β GetYourGuide's feed has no helpful-vote signal). |
maxReviewsPerActivity | integer | 100 | Cap per activity. 0 means "as many as available". GetYourGuide's public feed exposes at most 1,550 reviews per activity even when the activity has tens of thousands. |
Output
Each row represents one review with the activity context inlined. One row per review, single flat shape β no nested record types.
{"reviewId": "489812345","productId": "395320","productUrl": "https://www.getyourguide.com/paris-l16/disneyland-paris-2-parks-ticket-1-2-3-4-5-day-t395320/","productTitle": "Disneyland Paris: 1-Day, 1-Park or 2-Park Ticket","overallRating": 4.5,"overallReviewCount": 52638,"rating": 5,"text": "Skip-the-line was real β we were inside in under ten minutes. The summit view at sunset was unreal.","language": "en","reviewDate": "2026-04-12T18:42:00Z","authorName": "Sarah M.","isAnonymous": false,"authorCountry": "Australia","travelerType": "couple","travelerTypeLabel": "Couple","photos": ["https://cdn.getyourguide.com/img/review/813e0614e6a8ded7ecd121c607da48e73111f28891de64ed1e016a6e2f065816.jpg/99.jpg"],"ownerResponse": "Thank you for the kind words, Sarah β see you next time!","ownerResponseDate": "2026-04-13T09:10:00Z","source": "getyourguide","scrapedAt": "2026-05-08T12:00:00Z"}
Activity Metadata
| Field | Type | Description |
|---|---|---|
productId | string | GetYourGuide numeric activity ID (the digits after -t in the URL) |
productUrl | string | The activity URL you submitted |
productTitle | string | Activity name exactly as GetYourGuide lists it (null if the activity has been retired and no longer has a published name) |
overallRating | number | Average star rating across all GetYourGuide reviews for this activity, rounded to two decimals (e.g. 4.77) |
overallReviewCount | number | Total review count GetYourGuide reports for this activity |
Review Content
| Field | Type | Description |
|---|---|---|
reviewId | string | Stable GetYourGuide review identifier |
rating | integer | Star rating awarded, always 1β5 (null on the rare entry GetYourGuide publishes without a readable star, so averages you compute stay honest) |
text | string | Full review body. Always filled, unless you set includeRatingOnlyReviews to true, which also brings in star ratings that carry no words (null on those) |
language | string | ISO-639-1 language code of the review, always the two-letter form (e.g. en, de, fr). null only on rating-only entries, which you get by setting includeRatingOnlyReviews to true |
reviewDate | string | ISO 8601 timestamp the review was submitted (null on the rare entry GetYourGuide publishes without a date) |
photos | string[] | Reviewer-uploaded photo URLs at the largest available size |
ownerResponse | string | Operator's reply text, when present |
ownerResponseDate | string | ISO 8601 timestamp of the operator reply |
Reviewer Info
| Field | Type | Description |
|---|---|---|
authorName | string | Reviewer's first name as shown on GetYourGuide. null when the reviewer posted anonymously β filter on it to get only named reviewers |
isAnonymous | boolean | true when the reviewer posted anonymously and GetYourGuide shows no name |
authorCountry | string | Reviewer's country of origin (full English name, e.g. "Australia"). null when the reviewer never set one, so you can filter those rows out of a source-market breakdown |
travelerType | string | Stable segment key: solo, couple, family_young, family_old, or friends, when GetYourGuide records it |
travelerTypeLabel | string | The same segment in plain English: Solo traveler, Couple, Family with kids, Family with teens, Friend group |
source | string | Always "getyourguide" |
scrapedAt | string | ISO 8601 timestamp of extraction |
Tips for Best Results
- GetYourGuide's public feed caps at 1,550 reviews per activity β even on heavyweight attractions like Disneyland Paris (52,000+ reviews), the Eiffel Tower (25,000+), the Vatican Museums, and the Colosseum. This actor's all-buckets sweep already pulls the maximum available; activities with more reviews will return 1,550.
- Use
minRating: 1orminRating: 2for complaint mining. The lowest-star reviews are where product-improvement signal lives β the rating filter routes the sweep through low-star buckets first instead of wasting quota on five-star fluff. - Combine multiple activity URLs in one run. You pay per result, not per activity, so a five-attraction city study costs the same as five separate runs and finishes faster.
- Filter by
languagefor source-market work. Setlanguage: "de"to study only German-speaking travelers, orlanguage: "ja"to mine the Japanese market. Reviews are filtered after collection, so the actor automatically scans up to 5Γ your cap to compensate β for less-common languages on activities that mostly receive English reviews, raisemaxReviewsPerActivityif you need more matches. - Turn on
includeRatingOnlyReviewsonly for star-distribution studies. Roughly half of what GetYourGuide's star-rating feeds return is a bare rating with no words, and those rows carry no text, language, traveler type or photo. Leave the switch off for quote mining, complaint analysis, and anything you plan to read; turn it on when you want the full rating spread, and expect the extra rows to be blank apart from the star, the date and the country. - Pick
sortByto match your goal.highest_ratingfor marketing quotes,lowest_ratingfor CX research,newestfor ongoing monitoring runs. travelerTypeis a free segmentation axis. Couples, families, and solo travelers leave systematically different reviews β pivot ontravelerTypebefore running any sentiment model, and chart withtravelerTypeLabelsofamily_oldreads as what it means, "Family with teens", rather than an older family.- Anonymous reviews still count. Roughly half the reviews in the low-star and language-filtered buckets are posted anonymously, so
authorNameisnullon those rows by design rather than a placeholder that looks like a name. Filter onisAnonymous: falsewhen you need quotable testimonials with a name attached. - Point response-rate studies at owner-run tours, not ticket products.
ownerResponseis filled by the operator who runs the experience, so guided walking tours, cooking classes, and boat trips reply often, while skip-the-line entry tickets for major attractions almost never do. Benchmark like against like or the comparison will look artificially empty. - Re-run weekly for trend tracking. Reviews are timestamped, so a recurring run with
sortBy: "newest"builds a clean week-over-week sentiment time series in your warehouse.
Pricing
From $2.10 per 1,000 results β one flat rate per review row, with the multi-rating sweep that lifts you past the 310-review single-feed ceiling included at no extra charge. Bronze, Silver, and Gold subscribers pay progressively less, and the table below shows the total cost at each Apify loyalty tier.
| Results | No discount | Bronze | Silver | Gold |
|---|---|---|---|---|
| 100 | $0.250 | $0.238 | $0.225 | $0.210 |
| 1,000 | $2.50 | $2.38 | $2.25 | $2.10 |
| 10,000 | $25.00 | $23.80 | $22.50 | $21.00 |
| 100,000 | $250.00 | $238.00 | $225.00 | $210.00 |
A "result" is one review row in your dataset. There are no compute or time-based charges β you pay per result returned, plus a small fixed start fee each time a run begins. Rating-only entries (a bare star with no words) are left out by default, so you are not billed for rows you cannot read.
Integrations
Export data in JSON, CSV, Excel, XML, or RSS. Connect to 1,500+ apps via:
- Zapier / Make / n8n β Workflow automation
- Google Sheets β Direct spreadsheet export
- Slack / Email β Notifications on new results
- Webhooks β Trigger custom APIs on run completion
- Apify API β Full programmatic access
Legal & Ethical Use
This actor is designed for legitimate market research, voice-of-customer analysis, competitive intelligence, and content development using publicly visible review data. Users are responsible for complying with applicable laws and GetYourGuide's Terms of Service. When republishing reviews or quotes, credit the original reviewer and link back to the activity page. Do not use extracted data for spam, harassment, retaliatory action against reviewers, or any illegal purpose.