get_property_detail
Get the complete record of one listing in Portugal by its slug. Use this after search_properties when the user asks about a specific property: full description, features, photos, energy rating, condition, floor, year built, seller and the original source URL to cite.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Unique listing slug, as returned by search_properties. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Canonical listing page on this market's domain. | |
| slug | Yes | Stable identifier; use it in get_property_detail. | |
| floor | No | ||
| phone | No | Advertiser phone when published at the source. | |
| price | No | null means the source does not publish a price (on request). | |
| title | Yes | ||
| photos | No | Up to 5 image URLs. | |
| source | No | Portal or agency site the listing came from; null when published directly with us. | |
| bedrooms | No | ||
| currency | No | ISO 4217 code of this market. | |
| district | No | District or region. | |
| elevator | No | ||
| features | No | Amenities as published by the source (Portuguese labels). | |
| landArea | No | Plot area in m²; relevant for houses, land and farms. | |
| lastSeen | Yes | ISO 8601 date we last confirmed the listing at the source. | |
| typology | No | T-notation typology (T0…T6+); empty when unknown. | |
| verified | No | Advertiser identity verified by us. | |
| bathrooms | No | ||
| condition | No | ||
| firstSeen | Yes | ISO 8601 date the listing was first published. | |
| houseArea | No | Gross floor area in m². | |
| operation | Yes | comprar = for sale, arrendar = to let. | |
| sourceUrl | Yes | Original listing URL at the source. Cite this alongside url. | |
| updatedAt | No | ISO 8601 date the record last changed on our side. | |
| yearBuilt | No | ||
| priceLabel | No | Formatted price for display; empty when price is null. | |
| pricePerM2 | No | ||
| sellerName | No | ||
| usefulArea | No | Net/usable floor area in m². | |
| description | No | ||
| energyClass | No | ||
| orientation | No | ||
| municipality | No | Municipality (LAU) name. | |
| propertyType | No | Property type; the same token accepted by the propertyType filter. | |
| neighbourhood | No | Neighbourhood, when the source located the listing precisely enough. |