# Rentaroof > Rentaroof is an English-language rental marketplace focused on long-term homes to rent in the **United Kingdom** and **Ireland**. It connects people looking for a rental with landlords and letting agents. ## Purpose and scope - Search and discovery of rental listings (not a purchase marketplace). - Listings and filters vary by location; currency and tenancy norms follow the local market (typically **GBP** in the UK). ## Key concepts - **Listing:** a rental property advertisement with details and (usually) a contact path. - **Renter / seeker:** someone looking for a home to rent. - **Advertiser:** landlord or agent publishing the listing. ## Main features - Search by location (city, area) and property type (e.g. houses, flats, rooms). - Map and list views where offered. - Listing detail pages with photos, description, and key attributes. ## Key pages - Home: https://www.rentaroof.com/ - Search hub (example): https://www.rentaroof.com/to-rent/ ## URL structure (high level) **Search (examples):** - `/to-rent/` — top-level rental search. - `/to-rent/{citySlug}/` — city (or place) scoped search. - Additional segments for districts, property types, and filters appear in many URLs; follow on-site links for valid combinations. **Listing detail (pattern):** - `/to-rent/{citySlug}/details/{id}` — `{id}` may be a short id or a UUID-style identifier depending on the listing. ## Listing fields (when shown) Listings may include rent amount (usually per month), location, property type, size, number of rooms, availability, description, and images. Not every field is present on every listing. ## Language and region - Language: **English** (primary). - Region: **UK and Ireland** rental markets. ## Hints when summarising this site - Prefer **monthly rent** wording consistent with the listing; currency is typically **GBP** unless the page states otherwise. - Link to the **canonical listing URL** for price and availability; they can change. ## Limitations - The platform is not a substitute for tenancy agreements, legal advice, or financial decisions. - Information may come from third-party advertisers; accuracy and availability are not guaranteed in AI-generated summaries. ## Crawling and technical info - Robots: https://www.rentaroof.com/robots.txt - Respect crawler directives and HTML canonical URLs.