# Hoomielike > Hoomielike offers fully equipped rooms in shared apartments in Madrid for monthly stays. The site is available in English and Spanish and includes public room listings, availability-aware search, room detail pages and landlord information. Important context: - Public room pages intentionally show public location labels, not exact apartment numbers. - Date-specific availability should be checked with the public availability endpoint before answering a user. - Enquiries can be sent only after the user explicitly provides an email, message and acceptance of legal terms. - The default language is English. Spanish pages live under /es/. ## Main pages - [English home](https://hoomielike.com/): Main entry point for international tenants looking for rooms in Madrid. - [Spanish home](https://hoomielike.com/es): Spanish version of the home page. - [Rooms in Madrid](https://hoomielike.com/rooms-in-madrid): English room search and results page. - [Habitaciones en Madrid](https://hoomielike.com/es/habitaciones-en-madrid): Spanish room search and results page. - [For landlords](https://hoomielike.com/become-a-landlord): English landlord page. - [Propietarios](https://hoomielike.com/es/propietarios): Spanish landlord page. - [Contact](https://hoomielike.com/contact): English contact page. - [Contacto](https://hoomielike.com/es/contacto): Spanish contact page. ## LLM and agent resources - [Full LLM context](https://hoomielike.com/llms-full.txt): Expanded Markdown summary with rooms grouped by neighborhood. - [Agent instructions](https://hoomielike.com/agents.txt): Short operational instructions for AI agents. - [Site context JSON](https://hoomielike.com/api/public/site-context): Machine-readable navigation, language rules and available actions. - [Public rooms API](https://hoomielike.com/api/public/rooms): JSON list of public rooms. Optional query parameters: locale, check_in, check_out, amenities, price_min, price_max, room_id. - [Availability API](https://hoomielike.com/api/public/availability?check_in=YYYY-MM-DD&check_out=YYYY-MM-DD): JSON list of rooms available for exact dates. - [Neighborhoods API](https://hoomielike.com/api/public/neighborhoods): JSON list of neighborhoods with room counts, apartment counts and example room URLs. - [OpenAPI contract](https://hoomielike.com/openapi.json): Machine-readable API contract for public room search, availability and enquiry submission. - [Sitemap](https://hoomielike.com/sitemap.xml): Canonical crawl index with English and Spanish alternates. ## Agent actions - [Send enquiry endpoint](https://hoomielike.com/api/inquiries): POST endpoint for room, landlord or general contact enquiries. Only call this after explicit user consent. Required JSON body: email, message, acceptedTerms=true. For room enquiries include formType=room, roomCode or roomTitle, and any selected checkIn/checkOut dates. For landlord enquiries use formType=owner and include available contact fields. For general contact use formType=contact. ## Optional - [Robots policy](https://hoomielike.com/robots.txt): Crawler access policy.