AI-Powered Travel Search
Travel-aware destination autocomplete built for travel products
Understands "beach vacation" and "romantic getaway" — not just addresses
Your API key is stored locally in your browser and never sent to our servers. Get a free API key →
// Type a query to see the response...
Try a travel-intent query
Add travel-aware search to your product
Use the browser SDK or HTTP API with compatible prediction fields and documented examples.
<!-- 1. Add the script -->
<script src="https://cdn.roomlama.com/roomlama-places.js"></script>
<!-- 2. Add an input -->
<input type="text" id="destination" placeholder="Where are you going?">
<!-- 3. Initialize -->
<script>
RoomLamaPlaces.init({ apiKey: 'rl_live_YOUR_KEY' });
RoomLamaPlaces.autocomplete({
input: document.getElementById('destination'),
onPlaceSelected: (place) => console.log(place)
});
</script>
Simple, Transparent Pricing
Start free, test the live API, and choose the usage level that fits your product.
Free
- ✓ 1,000 req/month
- ✓ 10 requests/minute
- ✓ Full AI capabilities
- ✓ Community support
Perfect for testing
Start FreeStarter
- ✓ 100,000 req/month
- ✓ 50 requests/minute
- ✓ Overage: $19/10K
- ✓ Full AI capabilities
- ✓ Email support
For early production use
Get StartedBusiness
- ✓ 500,000 req/month
- ✓ 200 requests/minute
- ✓ Overage: $19/10K
- ✓ Full AI capabilities
- ✓ Priority support
For higher request volume
Get StartedEnterprise
- ✓ 2M+ req/month included
- ✓ 1,500+ requests/minute
- ✓ Overage: Custom
- ✓ Full AI capabilities
- ✓ Dedicated support
For custom scale and support
Contact SalesNeed more capacity? Enterprise customers enjoy soft limits that scale with demand. Contact sales for custom pricing.
Ready to upgrade your travel search?
Create a free API key, test the live endpoints, and choose the usage level that fits.
Get Free API Key →