# Trulia > Trulia is a US residential real estate marketplace for renting, buying, and selling homes. It pairs for-sale and rental listings with neighborhood insight, local market data, and home-financing tools. Canonical host: https://www.trulia.com (requests to trulia.com redirect to www). Trulia organizes inventory geographically (state → city → ZIP) and by transaction type (for sale, for rent, recently sold), with individual property detail pages ("PDPs") for homes, apartment communities, and new-construction plans. The sections below map the primary URL patterns and the tools and research content most useful for answering questions about specific properties, local markets, and home financing. Listing and search pages are localized and inventory changes frequently — treat specific results as point-in-time. ## Search & browse listings - [Trulia home](https://www.trulia.com/): Search entry point across for-sale and rental inventory. - [State real estate directory (example: California)](https://www.trulia.com/CA/): Per-state hub. Pattern: `https://www.trulia.com/[ST]/` (e.g. `/CA/`, `/TX/`, `/NY/`). - [City hub (example: Los Angeles, CA)](https://www.trulia.com/CA/Los_Angeles/): Per-city hub and the canonical landing for that city's **homes for sale**; also links the city's for-rent, sold, and neighborhood pages. Pattern: `https://www.trulia.com/[ST]/[City]/` — multi-word cities use underscores (e.g. `/CA/San_Francisco/`). (A `https://www.trulia.com/for_sale/[City],[ST]/` form also exists but 301-redirects to this city hub.) - [Homes for rent by city (example: Austin, TX)](https://www.trulia.com/for_rent/Austin,TX/): Rental search results — a distinct rental SRP (unlike for-sale, which resolves to the city hub above). Pattern: `https://www.trulia.com/for_rent/[City],[ST]/`. - Neighborhood results (example: [Mission, San Francisco](https://www.trulia.com/CA/San_Francisco,Mission/)): for-sale canonical pattern `https://www.trulia.com/[ST]/[City],[Neighborhood]/`; rentals use `https://www.trulia.com/for_rent/[City],[Neighborhood],[ST]/` (e.g. `/for_rent/San_Francisco,Mission,CA/`). - ZIP-level results: `https://www.trulia.com/[ST]/[City]/[ZIP]/` (e.g. `/CA/Oakland/94612/`); property-type filters at `/[ST]/[City]/[ZIP]/[TYPE]_type/`. - Recently sold homes: `https://www.trulia.com/sold/[City],[ST]/`. ### Filters & pagination (URL grammar) Search results accept filter path segments of the form `[value]_[key]`, appended after the location and combinable in one URL. "N or more" is written `Np`; ranges are `min-max`. - Bedrooms / bathrooms: `/2p_beds/` (2+), `/2p_baths/`. - Price: `/1000-2500_price/` (range). - Square feet: `/1000p_sqft/`. - Property types (comma-separated): `/CONDO,TOWNHOUSE_type/` — values include `SINGLE-FAMILY_HOME`, `CONDO`, `TOWNHOUSE`, `MULTI-FAMILY`, `APARTMENT`, `COOP`, `LOT|LAND`, `MOBILE|MANUFACTURED`. - Pagination: `/[N]_p/` (e.g. `/2_p/` for page 2). - Combined example: [2+ bed Austin rentals from $1,000–$2,500](https://www.trulia.com/for_rent/Austin,TX/2p_beds/1000-2500_price/). ### Specialty & keyword search pages - Home style / feature searches: `https://www.trulia.com/for_sale/[City],[ST]/[keyword]/` — slugs cover architecture, views, and features (e.g. [cape-cod-homes](https://www.trulia.com/for_sale/Austin,TX/cape-cod-homes/), `bungalows`, `colonial-homes`, `homes-with-beach-view`). - Budget and lifestyle rental shortcuts: `https://www.trulia.com/for_rent/[City],[ST]/[shortcut]/` — slugs include [apartments-under-1000](https://www.trulia.com/for_rent/Austin,TX/apartments-under-1000/) (variants from `-500` to `-2000`), `cheap-apartments`, `luxury-apartments`, `new-apartments`, and `for-rent-by-owner`. ## Search near a location Trulia exposes a "Near Me" family of location-aware search pages (results depend on the visitor's detected location). Common entry points: - [Houses for sale near me](https://www.trulia.com/houses-for-sale-near-me/) - [Open houses near me](https://www.trulia.com/open-houses-near-me/) - [Land for sale near me](https://www.trulia.com/land-for-sale-near-me/) - [Apartments for rent near me](https://www.trulia.com/apartments-for-rent-near-me/) - [Houses for rent near me](https://www.trulia.com/houses-for-rent-near-me/) - General pattern: `https://www.trulia.com/[descriptor]-near-me/` (with `-near-me-by-owner` variants). Other supported descriptors include `condos-for-sale`, `townhomes-for-sale`, `townhomes-for-rent`, `condos-for-rent`, `rooms-for-rent`, `pet-friendly-apartments-for-rent`, `cheap-apartments-for-rent`, `new-construction-homes`, `recently-sold-homes`, `studio-apartments`, and `1-bedroom-apartments` / `2-bedroom-apartments` / `3-bedroom-apartments`. - Spanish-language near-me pages: `https://www.trulia.com/es/[spanish-slug]/` — e.g. [apartamentos en renta cerca de mí](https://www.trulia.com/es/apartamentos-en-renta-cerca-de-mi/), `/es/casas-en-renta-cerca-de-mi/`, `/es/estudios-cerca-de-mi/`. ## Property detail pages (PDPs) - Single-family and individual home listings: `https://www.trulia.com/home/[property-id]/`. - Apartment and multifamily building/community pages: `https://www.trulia.com/building/[name-id]/`. - New-construction builder community plans: `https://www.trulia.com/builder-community-plan/[slug-id]/`. ## Mortgage & affordability tools - [Mortgage payment calculator](https://www.trulia.com/mortgage-payment-calculator/): Estimate monthly mortgage payments. - [House affordability calculator](https://www.trulia.com/house-affordability-calculator/): Estimate a home budget from income and debts. - [Rent vs. buy calculator](https://www.trulia.com/rent-vs-buy-calculator/): Compare the cost of renting versus buying. - [Mortgages hub](https://www.trulia.com/mortgages/): Mortgage information and rate resources. - Local mortgage and refinance rates: `https://www.trulia.com/mortgage-rates/[City],[ST]/` and `https://www.trulia.com/refinance-rates/[City],[ST]/`. ## HTML sitemaps - [US sitemap hub](https://www.trulia.com/sitemaps/): HTML sitemap linking every state directory plus popular cities, rental markets, ZIP codes, and neighborhoods for sale and rent. State drill-down pattern: `https://www.trulia.com/sitemaps/[State-Name]-real-estate/`. - [Rental city sitemap](https://www.trulia.com/sitemaps/city-for-rent/): HTML sitemap of rental markets, organized by state. Drill-down pattern: `https://www.trulia.com/sitemaps/city-for-rent/[ST]/[City]/`.