GetYourGuide Tours & Activities Scraper
parseforge/getyourguide-scraper
TravelE-commerceOther
Scrapes GetYourGuide tours and activities by destination or search term. Returns each activity as a flat row with title, price, rating, reviews, and more.
- Total users
- 7
- Monthly active
- 0
- Total runs
- 117
- Bookmarked
- 0
- Rating
- Not rated yet
- Last modified
- 9 days ago
Overview
GetYourGuide Tours & Activities Scraper
Scrape GetYourGuide tours and activities by destination or search term, up to a million per run. Each activity comes with its title, price, rating, reviews, and full details. No login or API key. Export to CSV, JSON, Excel, or XML.
GetYourGuide's official API needs a partnership and rate-limits you. This reads the public tour and activity pages directly, filtered by destination or search term, and returns each match in one fixed schema. Search for 'Paris', 'Rome', or 'Eiffel Tower' and get every tour, ticket, and experience in seconds.
| Who uses it | What they scrape GetYourGuide for |
|---|---|
| Travel agencies | Build a live inventory of tours and activities for a destination |
| Affiliate marketers | Find high-rated tours to promote and earn commissions |
| Market researchers | Track pricing and availability across destinations |
| Tour operators | Monitor competitor offerings and pricing |
| Data analysts | Collect structured tour data for trend analysis |
What it does
This Actor collects GetYourGuide tours and activities by destination or search term, and returns each one as a flat row.
- ๐ Search by destination or term: enter 'Paris', 'Rome', or any activity name and get matching tours.
- ๐ Structured data: each activity returns title, price, rating, reviews, and more in a flat row.
- โก Fast and scalable: collect up to 1,000,000 activities per run.
- ๐ Global coverage: works for any destination GetYourGuide serves.
- ๐พ Multiple export formats: CSV, JSON, Excel, or XML.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with GetYourGuide data
๐งณ Build a destination inventory.
A travel agency runs the Actor with 'Paris' and maxItems 500 to get a complete list of tours and activities for their website.
๐ฐ Find affiliate opportunities.
An affiliate marketer searches for 'Rome' and filters by high ratings to select tours to promote.
๐ Monitor competitor pricing.
A tour operator runs the Actor weekly for 'Barcelona' to track how competitor prices change.
๐ Research travel trends.
A data analyst collects activities for multiple destinations to identify popular tour categories.
Why choose this scraper
| What you get | |
|---|---|
| No API key | Scrape public pages without registration or rate limits |
| One fixed schema | Every activity returns the same fields for easy analysis |
| Up to 1M rows | Collect large datasets for market research |
| Export anywhere | CSV, JSON, Excel, or XML for your workflow |
How it compares
This Actor focuses on search-based scraping with a simple input and high volume, while competitors may offer URL support or affiliate features.
| Feature | ParseForge | GetYourGuide | GetYourGuide Tours & Activities Scraper | GetYourGuide Tours & Activities Scraper |
|---|---|---|---|---|
| Search by destination or term | Yes | Not listed | Yes | Yes |
| Scrape by direct URL | Not listed | Not listed | Yes | Yes |
| Affiliate link generation | Not listed | Yes | Not listed | Not listed |
| Support for 29 languages | Not listed | Yes | Not listed | Not listed |
| Support for 38 currencies | Not listed | Yes | Not listed | Not listed |
| Extract reviews | Not listed | Yes | Yes | Yes |
| Export JSON, CSV, Excel | Yes | Not listed | Not listed | Yes |
Configure the run
Drive the Actor from a destination or search term, and set a maximum number of activities to collect per run. The Input tab lists every parameter.
A first run with the defaults:
{
"searchQuery": "Paris",
"maxItems": 10
}
A larger pull:
{
"searchQuery": "Paris",
"maxItems": 200
}
Pricing
Pay-per-result: $0.021 per result collected. You pay only for the results written to your dataset.
| Results collected | Approximate cost |
|---|---|
| 100 results | $2.10 |
| 1,000 results | $21.00 |
| 10,000 results | $210.00 |
New Apify accounts start with $5 in free credit.
Free users
Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.
Run it
- Create a free Apify account with $5 in credit.
- Open the GetYourGuide Tours & Activities Scraper.
- Set your inputs and any filters, then click Start.
- Export the results as CSV, Excel, JSON, or XML from the Dataset tab.
Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.
Use with AI agents (MCP)
Give an AI agent live access to GetYourGuide through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:
claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/getyourguide-scraper"
Then prompt it in plain language to run the scraper and read back the results.
Troubleshooting
Why am I getting no results?
Make sure your search term is spelled correctly and is a destination or activity that exists on GetYourGuide. Try a broader term like 'Paris' instead of a specific tour name.
Why are some activities missing?
GetYourGuide may paginate results. Increase maxItems to collect more. If the site changes layout, the Actor may need an update.
Why is the run slow?
Large maxItems values take longer. Reduce maxItems or run during off-peak hours.
Why do I get an error?
Check your input for invalid characters. If the error persists, contact support with the run ID.
Can I scrape reviews?
This Actor focuses on tour and activity details. For reviews, use a dedicated review scraper.
FAQ
| Question | Answer |
|---|---|
| Do I need a GetYourGuide API key? | No. This Actor scrapes public pages directly, so no API key or registration is required. |
| What data does the Actor return? | Each activity returns title, price, rating, reviews, and other details in a flat row. The exact fields are shown in the sample output. |
| Can I scrape by URL? | This Actor currently supports search by destination or term. For URL scraping, consider a different Actor. |
| How many activities can I collect? | You can set maxItems up to 1,000,000 per run. |
| What export formats are supported? | CSV, JSON, Excel, and XML. |
| Is this legal? | You are responsible for complying with GetYourGuide's terms of service. This Actor only accesses publicly available data. |
| Can I filter by rating or price? | The Actor collects all matching activities. You can filter the results after export using your own tools. |
| Does it work for any destination? | Yes, as long as GetYourGuide has activities for that destination. |
| How often can I run it? | You can schedule runs as often as you need, subject to Apify platform limits. |
| What if I get no results? | Check your search term and try a broader destination name. See troubleshooting below. |
Related actors
Browse the full ParseForge collection for more scrapers.
๐ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.
โ ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by GetYourGuide GmbH. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.
Input
| Field | Type | What it does | Default |
|---|---|---|---|
| searchQuery required | string | Destination or search term (e.g. 'Paris', 'Rome', 'Eiffel Tower') | Paris |
| maxItems | integer | How many activities to collect per run. | 10 |
Pricing
from $19.00 per 1,000 results
| Charged for | What it is | Price each |
|---|---|---|
| result | Single result in the default dataset. | $0.019 to $0.021 |
Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.
API
One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.
curl -X POST "https://api.apify.com/v2/acts/parseforge~getyourguide-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"searchQuery": "Paris",
"maxItems": 3
}' Examples
Input that runs as-is.
{
"searchQuery": "Paris",
"maxItems": 3
} Reviews
No reviews yet. Be the first.
Issues
We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.
Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.
Related scrapers
Run GetYourGuide Tours & Activities Scraper on Apify All scrapers
