Urlaubsguru Deals Scraper
Pricing
$2.00 / 1,000 results
Urlaubsguru Deals Scraper
Extract Urlaubsguru travel deals, prices, categories, descriptions, booking URLs, and images from public offer pages.
Pricing
$2.00 / 1,000 results
Rating
0.0
(0)
Developer
TrueNorth
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
12 days ago
Last modified
Categories
Share
Track German travel deals without manual browsing. This Actor extracts structured Urlaubsguru offer data — titles, categories, descriptions, prices, booking URLs, images, source pages, and scrape timestamps — from public server-rendered offer listing pages.
It is built for travel market researchers, affiliate teams, deal monitoring workflows, content teams, and AI automation pipelines that need clean JSON/CSV-ready travel offer data.
Key Features
- Extracts public Urlaubsguru offer cards from server-rendered HTML.
- Captures clean offer titles, travel categories, descriptions, prices, currencies, booking URLs, and image URLs.
- Supports multiple
startUrlsfor different Urlaubsguru listing pages. - Supports
maxItemsandmaxPageslimits for predictable runs. - Supports optional client-side
searchQueryfiltering across title, category, description, and raw price. - Uses lightweight HTTP fetching and Cheerio parsing — no browser runtime required.
- Optional Apify proxy configuration is available for larger crawls.
- Outputs JSON/CSV/Excel-ready records for downstream analytics and automation.
How it Works
- Enter one or more Urlaubsguru listing URLs and choose your item/page limits.
- Run the Actor on Apify.
- Download the dataset as JSON, CSV, Excel, or connect it to your API/automation workflow.
Input Example
{"startUrls": [{"url": "https://www.urlaubsguru.de/angebote/"}],"maxItems": 50,"maxPages": 1,"proxyConfiguration": {"useApifyProxy": false},"searchQuery": "Mallorca"}
Output Sample (JSON format)
{"title": "Georgien Bucketlist: Roadtrip zu Weinbergen & dem Kaukasus","category": "Reise","description": "10-tägiger Georgien-Roadtrip, inkl. Flügen, Mietwagen, Unterkünften, Katechien, Bojormi, Stepanzminda & Tiflis","price": 1099,"currency": "EUR","priceRaw": "1.099 €","dealUrl": "https://rundreisen.urlaubsguru.de/de/angebote/65452?ja_source=urlaubsguru&ja_medium=cpo&ja_campaign=02042026&ja_term=georgien&ja_content=65452","imageUrl": "https://thumb.holidayguru.de/image-service/50fbcbd5-7e49-4be8-a6d2-2084456e2b04?width=900&height=500&mimetype=webp","sourceUrl": "https://www.urlaubsguru.de/angebote/","scrapedAt": "2026-06-04T14:48:19.686Z"}
AI & LLM Integration (RAG-Ready)
The Actor produces clean structured fields that can be used in AI and automation workflows:
- Feed
title,category,description, andpriceRawinto LLM summarization or travel deal classification pipelines. - Store offer records in vector databases for retrieval-augmented generation (RAG).
- Build travel deal monitoring agents that compare prices, categories, destinations, and source URLs over time.
- Use the dataset as a Model Context Protocol (MCP) data source for travel research assistants.
- Combine extracted records with lead scoring, affiliate analytics, or competitor monitoring workflows.
Notes and Limitations
- The Actor extracts public offer cards available in the initial HTML response.
- It does not log in, bypass private content, or scrape user accounts.
- It does not enrich offers beyond the fields emitted by Urlaubsguru offer cards.
- For larger crawls, enable Apify Proxy and use conservative page/item limits.