Get-Your-Guide Scraper avatar
Get-Your-Guide Scraper

Pricing

$30.00/month + usage

Go to Store
Get-Your-Guide Scraper

Get-Your-Guide Scraper

Developed by

cat

cat

Maintained by Community

💫 Scrape GetYourGuide.com

0.0 (0)

Pricing

$30.00/month + usage

6

Total users

109

Monthly users

17

Runs succeeded

99%

Issue response

9.2 days

Last modified

2 months ago

Welcome to GetYourGuide Scraper

dont be sad readme is here

🍂 About GetYourGuide.com

GetYourGuide is a Berlin-based startup[2] online marketplace for travel activities.[3] GetYourGuide sells tours and excursions, activities including cooking classes, and tickets to tourist attractions.[4] It offers more than 60,000 products worldwide in 150 countries, 22 languages, and 40 currencies.[5]

🍂 About This Actor

All-In-One GetYourGuide.com Scraper

🍃 Features :

  • 💫 Search tours by Keyword or Locations
  • 💫 Search tours by Filters
  • 💫 Search a tour Reviews
  • 💫 Support for URL inputs (Start URL)

🍃 Disclaimer :

  • 💡 Free Trial limited to first 100 results
  • 💡 Max reviews sorted by date is 350
  • 💡 Max reviews sorted by recommended is less than 350
  • 💡 Proxy Required

🍂 Basic Usage

🍃 Input Parameters

ParameterTypeDescription
querystringKEYWORDS or URL or QUERY
(see: Advanced Usage)
locationarrayList of locations
limitnumberNumber of results
searchobjectSearch filters
filtersobjectOther filters

🍃 Basic Examples :

Search for Tours by keyword

{ "query": "glamping": "limit": 10 }

💡 (see more examples below)

🍂 Advanced Usage

🍃 Get-Your-Guide Query Language (GYGQL)

[ <COMMAND:> | # | @ ] [ <NAME> | <ID> | <KEYWORD> | <URL> ] [ /<SECTION> ]

🍃 Possible QUERY Values

FormatExamplesDescription
<KEYWORDS>any textSearch Tours
<TOUR_ID>1234500Tour Data
/info1234500/infoTour info (default)
/reviews1234500/reviewsTour reviews
https:<URL>https://www.getyourguide.comStart URL

🍃 Supported URL

URLDescriptionQUERY Equivalent

🍂 Input Examples

🍃 Example #1: Search Tours

Search for Tours by keyword

{ "query": "glamping": "limit": 10 }

Search for Tours by locations

{ "location": ["hiroshima", "nagasaki"] : "limit": 10 }

Using search URL

{
"query": "https://www.getyourguide.com/bandung-l32327/?date_from=2025-03-04&date_to=2025-03-04",
"limit": 10
}

🍃 Example #2: Get a Tour Data

Tour detailed info

{ "query": "https://www.getyourguide.com/jakarta-l278/volcano-rice-field-hot-spring-tea-t501964" }

Or using query : <TOUR_ID>/info

{ "query": "501964/info" }

Or only the ID

{ "query": "501964" }

Tour reviews

{ "query": "501964/reviews", "limit": 40 }

🍂 Support

Feel free to reach out to the developer for any issues or suggestions for improvement.