delulu
Verified Safeby mratsim
Overview
A Rust-based library and CLI tool for scraping and analyzing flight and hotel data from Google Travel services.
Installation
cargo run --package delulu-travel-agent --bin delulu-flights -- --from SFO --to LHR --date 2026-04-06Security Notes
The tool employs advanced browser emulation and custom-engineered cookie generation (SOCS) to bypass Google's consent walls and scrape data. While no traditional hardcoded secrets or 'eval' calls are present, this approach carries the risk of violating Google's Terms of Service and can lead to the user's IP being rate-limited or blocked. The scraping mechanism is also highly susceptible to breakage with changes in Google's website HTML or protobuf API. Ensure adherence to Google's terms of service if using the tool.
Similar Servers
firecrawl-mcp-server
A Model Context Protocol (MCP) server for integrating Firecrawl's web scraping, crawling, search, and structured data extraction capabilities with AI agents.
puppeteer-mcp-server
Automating browser interactions and web scraping via an MCP server.
Agentic-Travel-Planner
An agentic workflow using Large Language Models (LLMs) and various tools to plan travel itineraries for users.
scraper-mcp
An MCP server for efficient web scraping, offering tools to extract raw HTML, convert to markdown, extract plain text, and discover links from webpages.