Get Evlek Listing by Number
get_listing_by_numberLook up a single Evlek listing by its public listing number (e.g. "EVL-123456", "123456", or a bare number) and return its full detail — same shape as get_listing_detail. Use when: a listing number is known. Don't use for: UUID lookups — use get_listing_detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listing_number | Yes | Evlek listing number, e.g. "EVL-123456", "123456", or the bare number 123456. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| city | No | ||
| type | No | ||
| found | Yes | ||
| price | No | ||
| title | No | ||
| photos | No | ||
| areaSqm | No | ||
| bedrooms | No | ||
| currency | No | ||
| district | No | ||
| factType | No | ||
| features | No | ||
| listedAt | No | ||
| priceGbp | No | ||
| amenities | No | ||
| bathrooms | No | ||
| furnished | No | ||
| dataSource | No | ||
| isEstimate | No | ||
| photoCount | No | ||
| photosShown | No | ||
| coverImageUrl | No | ||
| listingNumber | No | ||
| pricePerSqmGBP | No | ||
| virtualStaging | No | ||
| photosTruncated | No |