π« Scrape 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]
URL
inputs (Start URL)Parameter | Type | Description |
---|---|---|
query | string | KEYWORDS or URL or QUERY (see: Advanced Usage) |
location | array | List of locations |
limit | number | Number of results |
search | object | Search filters |
filters | object | Other filters |
Search for Tours by keyword
{ "query": "glamping": "limit": 10 }
π‘ (see more examples below)
GYGQL
)[ <COMMAND:> | # | @ ] [ <NAME> | <ID> | <KEYWORD> | <URL> ] [ /<SECTION> ]
QUERY
ValuesFormat | Examples | Description |
---|---|---|
<KEYWORDS> | any text | Search Tours |
<TOUR_ID> | 1234500 | Tour Data |
/info | 1234500/info | Tour info (default) |
/reviews | 1234500/reviews | Tour reviews |
https:<URL> | https://www.getyourguide.com | Start URL |
URL | Description | QUERY Equivalent |
---|
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}
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 }
Feel free to reach out to the developer for any issues or suggestions for improvement.
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!