# Rawson Property Group > Rawson is one of South Africa's largest estate agencies, helping people buy, sell, rent, and let residential and commercial property across the country. The site lists properties for sale and to rent, profiles our agents and franchise offices, and offers home-loan and transfer-cost calculators. Every property, agent, and office page has a plain-text Markdown version: append `.md` to its URL (for example `https://rawson.co.za/property/for-sale//.md`), or request the page with an `Accept: text/markdown` header to be redirected to it automatically. The site overview and About page are also available as Markdown at `https://rawson.co.za/index.md` and `https://rawson.co.za/about.md`. Property search and listing pages are machine-readable too. Append `.md` to any listing URL to get the matching results as Markdown — each with its title, price, location, bedrooms, bathrooms, property type, web reference, and canonical listing URL (whose `.md` you can fetch for full detail) — plus the total result count and pagination links. An `Accept: text/markdown` request to a listing URL is redirected to its `.md` variant. All filters are applied server-side via the query string, so you can combine the path and query to answer natural-language questions. For example: - `https://rawson.co.za/property/for-sale.md` — all residential property for sale. - `https://rawson.co.za/property/for-sale.md?bedrooms=3&residential-sales-min-price=1000000&residential-sales-max-price=2000000` — 3+ bedroom homes for sale priced between R1,000,000 and R2,000,000. - `https://rawson.co.za/property/to-rent/.md` — homes to rent in a specific suburb. Supported query-string filters include: `bedrooms`, `bathrooms`, `garages` (each matches that number or more), `residential-type` / `commercial-type`, `residential-sales-min-price` / `residential-sales-max-price` (and the matching `residential-rental-*`, `residential-auction-*`, `commercial-sales-*`, `commercial-rental-*`, `commercial-auction-*` variants), `size-min` / `size-max`, `pool`, `garden`, `fireplace`, `security`, `furnished`, `on-show`, `new-development`, `bank-mandated`, and `order`. Use `?page=N` to page through results. ## Browse property - [Property search](https://rawson.co.za/search): Search residential and commercial listings. - [Residential property for sale](https://rawson.co.za/property/for-sale): Houses, apartments, and more for sale. - [Residential property to rent](https://rawson.co.za/property/to-rent): Homes available to rent. - [Commercial property for sale](https://rawson.co.za/commercial-property/for-sale): Commercial and industrial property for sale. - [Commercial property to let](https://rawson.co.za/commercial-property/to-rent): Commercial and industrial property to let. ## People and offices - [Find an agent](https://rawson.co.za/agents): Browse Rawson sales and rental agents. - [Find an office](https://rawson.co.za/offices): Browse Rawson franchise offices and their locations. ## Tools and services - [Bond repayment calculator](https://rawson.co.za/bond-repayment-calculator): Estimate monthly home-loan repayments. - [Transfer cost calculator](https://rawson.co.za/transfer-cost-calculator): Estimate property transfer and bond registration costs. - [Home finance](https://rawson.co.za/finance): Apply for a home loan or get pre-qualified. - [Sell your property](https://rawson.co.za/sell): Request a free property valuation to sell. - [Rent out your property](https://rawson.co.za/rentals): Landlord and rental management services. - [Property valuation](https://rawson.co.za/valuation): Request a market valuation of your property. ## Company - [About Rawson](https://rawson.co.za/about): About the Rawson Property Group. - [Contact](https://rawson.co.za/contact): Get in touch with Rawson. - [Join us](https://rawson.co.za/join-us): Become a Rawson agent or franchisee. ## Sitemaps and discovery - [Main sitemap](https://rawson.co.za/sitemap): Top-level site index. - [Pages sitemap](https://rawson.co.za/sitemap/pages): All static pages. - [Areas sitemap](https://rawson.co.za/sitemap/areas): Browseable suburbs and areas. - [Properties sitemap](https://rawson.co.za/sitemap/properties): Current property listings. - [API Catalog](https://rawson.co.za/.well-known/api-catalog): Machine-readable index (RFC 9727) of these data resources.