# AnyHouse — listings, places, mortgages, and broker tools > AnyHouse is a real estate platform: public **property search** (buy and rent) across multiple countries and regions, **place** pages for geographic discovery, **mortgages** and education, plus **authenticated** broker/agency tools (CRM, leads, customers, inventory, credits, whitelabel sites). **This host:** https://anyhouse.app (agencies may also serve **whitelabel** sites on other custom domains). Visitors can browse and filter listings, open individual property pages, and reach brokers through normal listing flows. Listings are contributed by real estate professionals and agencies; broker-only CRM and billing are behind login. Coverage is strong in the **Caribbean and Latin America** (e.g. Dominican Republic, Mexico—see `/listings/...` and `/places/...` in the sitemaps on this host), with more regions discoverable via the same entry points. ## For seekers and renters - [Browse listings](https://anyhouse.app/listings): Filter by sale or rent, country, and area; compare properties from participating brokerages. - **Geographic discovery**: Hierarchical **place** URLs under `/places/{country}/{province?}/{city?}/…` (see the static sitemap on this host for concrete paths such as Dominican Republic provinces and cities). - [Create an account](https://anyhouse.app/register): Sign up (guest) to save progress, manage preferences, and use flows tied to a user account. - [Sign in](https://anyhouse.app/login): Returning users and brokers access dashboards and saved state after authentication. - **Contacting brokers**: Inquiries and follow-up generally happen **from listing pages** and related lead flows, not a single global “contact” page on the main marketing host. ## Mobile apps - [AnyHouse on iOS (App Store)](https://apps.apple.com/app/anyhouse/id6451267110): Native app for browsing and account features (store region segment may vary, e.g. `/en/app/…`). - [AnyHouse on Android (Google Play)](https://play.google.com/store/apps/details?id=app.stacket.anyhouse): Same product family as the web app (`app.stacket.anyhouse`). ## Public site - [Home](https://anyhouse.app/): Main entry, featured listings and content. - [About](https://anyhouse.app/about): Mission, product overview, and who AnyHouse serves. - [FAQ](https://anyhouse.app/faq): Policies, usage, and common questions. - [Support](https://anyhouse.app/support): Help and platform assistance entry point. - [Mortgages](https://anyhouse.app/mortgages): Education, partner banks, calculator and quote journeys (may be disabled per deployment). - [Knowledge](https://anyhouse.app/knowledge): Articles and guides. - [Blog](https://anyhouse.app/blog): Articles and updates when published. - [Brokers](https://anyhouse.app/brokers): Public information pages about AnyHouse **features** and the **broker CRM** (what professionals can do on the platform). - [Commission split](https://anyhouse.app/brokers/commission-split): How brokers can share commission with referring agents. - [Tenant check (brokers)](https://anyhouse.app/brokers/tenant-check): Overview of tenant screening for brokers. Individual property pages use `/listing/{listing}/{uri}` or equivalent routes (`/listings/{listing}/{uri}`, short `/l/...`); listing IDs are often UUIDs. Prefer the **listings sitemap** or the browse UI over hard-coding example property URLs. ## Discovery - [Sitemap index](https://anyhouse.app/sitemap.xml): Entry point for crawlers; references partitioned sitemaps. - [Static & regional URLs](https://anyhouse.app/sitemaps/sitemap-static.xml): Marketing routes, `/listings/{type}/{country}/…`, `/places/…`, and related paths. - [Listings URLs](https://anyhouse.app/sitemaps/sitemap-listings-1.xml): Individual listing URLs; more shards (`sitemap-listings-2.xml`, …) appear in the index when present. ## Optional - **Granular URLs**: There are many country, city, and property URLs—use the sitemap index plus the two sitemap types above instead of enumerating paths here. - **`.md` mirrors**: This site does not generally serve Markdown at `*.md` alongside HTML; use HTML unless a `.md` URL is explicitly linked elsewhere. - **Pricing for brokers**: Credit packs, promotions, and broker billing live **inside the authenticated app** (not summarized here); seekers browsing listings do not need a broker account. - **Languages**: The UI is localized (e.g. EN/ES/NL/FR patterns in URLs and content); there is no dedicated `/languages` marketing page.