Get-Your-Guide Scraper logo

Get-Your-Guide Scraper

πŸ’« Scrape GetYourGuide.com

jupri
$30

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

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

πŸƒ 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.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool β€” just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!