Install
openclaw skills install @crawlora-org/travel-accommodation-researchCompares public accommodation, short-term rental, hotel, flight, and activity listings across Airbnb, Agoda, Hotels.com, and Trip.com using the Crawlora API. Use for travel discovery, property comparisons, host checks, availability research, and itinerary evidence without booking or payment actions.
openclaw skills install @crawlora-org/travel-accommodation-researchResearch public travel listings and compare accommodation options across Airbnb, Agoda, Hotels.com, and Trip.com. Return source-aware JSON and keep dates, currency, location, occupancy, and platform identity attached to every result.
CRAWLORA_API_KEY to a key from crawlora.net.scripts/crawlora.sh; it sends the key to the fixed Crawlora API host.scripts/crawlora.sh /airbnb/search location="Lisbon" checkin=2026-10-10 checkout=2026-10-14 | jq '.'
scripts/crawlora.sh /agoda/hotels/search city="Lisbon" | jq '.'
scripts/crawlora.sh /hotels/autocomplete query="Lisbon" | jq '.'
scripts/crawlora.sh /tripcom/hotels/search keyword="Lisbon" | jq '.'
See reference/endpoints.md for the complete generated endpoint list.