airbnb.com · Software & apps
Airbnb
Airbnb is a global marketplace for lodging, primarily homestays and tourism experiences. The homepage offers a search interface where users can enter a destination, select dates, and specify the number of guests. It displays featured listings, popular homes, and hotels, along with options to become a host, view help resources, and log in or sign up. The site emphasizes unique accommodations such as cabins, beach houses, and one‑of‑a‑kind homes, and highlights user reviews and ratings.
55
Partly agent-ready
Agent-readiness score out of 100
- ✓ Clear description of the site
- ✓ Several pages described
- ✓ Actions agents can take
- ✓ 3 or more actions
- ○ Publishes its own LAWP (/.well-known/lawp.json)
- ○ Actions agents can execute
- ○ Business details (address, hours, phone)
How to improve this score
Up to +45 points:
+15 · Publishes its own LAWP (/.well-known/lawp.json)
Publish your starter lawp.json at
Publish your starter lawp.json at
/.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.+15 · Actions agents can execute
Give an action an
Give an action an
endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.+15 · Business details (address, hours, phone)
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for airbnb.com
Made from what Actuent already knows. Edit it, then publish it at
https://airbnb.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "airbnb.com",
"name": "Airbnb",
"language": "en",
"pages": {
"/": {
"title": "Airbnb: Vacation Rentals, Cabins, Beach Houses, Unique Homes & Experiences",
"content": "Airbnb is a global marketplace for lodging, primarily homestays and tourism experiences. The homepage offers a search interface where users can enter a destination, select dates, and specify the number of guests. It displays featured listings, popular homes, and hotels, along with options to become a host, view help resources, and log in or sign up. The site emphasizes unique accommodations such as cabins, beach houses, and one‑of‑a‑kind homes, and highlights user reviews and ratings."
},
"/about": {
"title": "About us - Airbnb Newsroom",
"content": "Skip to main content Airbnb Newsroom About us Media assets Product releases Contact English English AU and NZ Canada India Ireland United Kingdom Deutsch Español (América Latina) Español (España) Français Français (Belgique) Français (Canada) Italiano Nederlands Nederlands (België) Português (Brasil"
},
"/contact": {
"title": "Contact us",
"content": "We’re sorry, some parts of the Airbnb website don’t work properly without JavaScript enabled. Help Center Back to Help Center Log in to contact us This will help us quickly identify you and get you the right kind of help Log In Sign Up These articles might help Getting started Create an account Airb"
},
"/services": {
"title": "Airbnb Services: Photography, Massages, and More",
"content": "The Services page showcases Airbnb’s experience offerings, such as photography sessions, massages, and other local experiences. Listings are grouped by location and type, with details on pricing per guest or group, minimum booking amounts, and average ratings. Users can browse services, view provider profiles, and book experiences directly through the platform. The page also promotes becoming a host and provides links to help resources."
}
},
"actions": [
{
"id": "search_listings",
"name": "Search Listings",
"input": {
"type": "text",
"required": true
},
"intent": [
"search",
"find",
"listings"
],
"description": "Search for accommodations by location, dates, and guests."
},
{
"id": "view_listing",
"name": "View Listing Details",
"input": {
"type": "text",
"required": true
},
"intent": [
"view",
"details",
"listing"
],
"description": "View details of a selected accommodation."
},
{
"id": "book_stay",
"name": "Book a Stay",
"input": {
"type": "text",
"required": true
},
"intent": [
"book",
"reserve",
"stay"
],
"description": "Reserve an accommodation for specified dates and guests."
},
{
"id": "become_host",
"name": "Become a Host",
"input": {
"type": "text",
"required": false
},
"intent": [
"host",
"list",
"become"
],
"description": "Start listing a property on Airbnb."
},
{
"id": "login_signup",
"name": "Login or Sign Up",
"input": {
"type": "text",
"required": false
},
"intent": [
"login",
"signup",
"authenticate"
],
"description": "Authenticate user account."
},
{
"id": "search_services",
"name": "Search Services",
"input": {
"type": "text",
"required": true
},
"intent": [
"search",
"services",
"experiences"
],
"description": "Find local experiences such as photography or massages."
},
{
"id": "book_service",
"name": "Book a Service",
"input": {
"type": "text",
"required": true
},
"intent": [
"book",
"service",
"experience"
],
"description": "Reserve a local experience or service."
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to Airbnb",
"intent": [
"contact",
"message",
"email",
"get in touch"
],
"input": {
"type": "object",
"required": true,
"fields": [
{
"name": "name",
"type": "string",
"required": true
},
{
"name": "email",
"type": "email",
"required": true
},
{
"name": "message",
"type": "string",
"required": true
}
]
}
}
]
}Starter schema.org snippet
Replace the example values, then paste into your homepage's <head>.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Airbnb",
"url": "https://airbnb.com",
"telephone": "+00 0000 0000",
"priceRange": "€€",
"address": {
"@type": "PostalAddress",
"streetAddress": "Street 1",
"postalCode": "0000",
"addressLocality": "City",
"addressCountry": "DK"
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "17:00"
}
]
}
</script>What AI agents can do here
Search Listings
Search for accommodations by location, dates, and guests.
searchfindlistingsView Listing Details
View details of a selected accommodation.
viewdetailslistingBook a Stay
Reserve an accommodation for specified dates and guests.
bookreservestayBecome a Host
Start listing a property on Airbnb.
hostlistbecomeLogin or Sign Up
Authenticate user account.
loginsignupauthenticateSearch Services
Find local experiences such as photography or massages.
searchservicesexperiencesBook a Service
Reserve a local experience or service.
bookserviceexperiencePages
Airbnb: Vacation Rentals, Cabins, Beach Houses, Unique Homes & Experiences /
Airbnb is a global marketplace for lodging, primarily homestays and tourism experiences. The homepage offers a search interface where users can enter a destination, select dates, and specify the number of guests. It displays featured listings, popular homes, and hotels, along wit
About us - Airbnb Newsroom /about
Skip to main content Airbnb Newsroom About us Media assets Product releases Contact English English AU and NZ Canada India Ireland United Kingdom Deutsch Español (América Latina) Español (España) Français Français (Belgique) Français (Canada) Italiano Nederlands Nederlands (Belgi
Contact us /contact
We’re sorry, some parts of the Airbnb website don’t work properly without JavaScript enabled. Help Center Back to Help Center Log in to contact us This will help us quickly identify you and get you the right kind of help Log In Sign Up These articles might help Getting started Cr
Airbnb Services: Photography, Massages, and More /services
The Services page showcases Airbnb’s experience offerings, such as photography sessions, massages, and other local experiences. Listings are grouped by location and type, with details on pricing per guest or group, minimum booking amounts, and average ratings. Users can browse se
AI bot access
robots.txt blocks 3 AI bots from the whole site:
- ✕ GPTBot OpenAI (training)
- ✕ ClaudeBot Anthropic (training)
- ✕ Applebot-Extended Apple Intelligence (training)
Let them in (add to robots.txt)
Add these lines to allow them. Put them above any
User-agent: * group.User-agent: GPTBot
Allow: /
User-agent: ClaudeBot
Allow: /
User-agent: Applebot-Extended
Allow: /Compared with similar sites
#6 of 6 software & apps on Actuent
Cryptocurrency Research Platform coinpaprika.com70/100Automatic time tracking software for productivity insights desktime.com70/100Cohesity cohesity.com70/100Evomi evomi.com70/100Conversational AI Platform for Enterprise boost.ai60/100
What they have that Airbnb doesn't: business details (address, hours, phone) (5 of 5).
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=airbnb.com
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 16 Sep 2026
Is this your site?
Claim airbnb.com to edit what AI agents see, make your actions executable, and show your score:
Show your score:
<script src="https://api.actuent.ai/badge.js" data-domain="airbnb.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=airbnb.com&style=cardActuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.
