# VillaCarte - Phuket Real Estate Marketplace > Comprehensive directory for luxury real estate in Phuket, Thailand. Specializing in premium villa rentals, apartment sales, and property management. ## Core Catalogs - [Property for Sale](https://villacarte.com/en/sale/catalog): Main gateway for buying real estate in Phuket and Samui. - [Property for Rent](https://villacarte.com/en/rent/catalog): Long-term and holiday rentals of villas and apartments. ## Catalog URL Structure To programmatically navigate the catalog, use the following URL pattern: `https://villacarte.com/en/{action}/catalog/{geo}/{property-type}` ### Parameters: - **action**: `sale` (for purchasing), `rent` (for leasing). - **geo**: District or area in Phuket. Key values: `phuket`, `bang-tao`, `laguna`, `layan`, `surin`, `kamala`, `rawai`, `nai-harn`, `chalong`, `kata`. - **property-type**: Type of asset. Key values: `villa`, `apartment`, `penthouse`, `duplex`. ### Example Discovery: - Villas for sale in Bang Tao: `/en/sale/catalog/bang-tao/villa` - Apartments for rent in Laguna: `/en/rent/catalog/laguna/apartment` ## Exclusions - The `/en/blog` section contains editorial content and should be ignored for real estate availability queries.