🏠 Property Listings API

Repossessed & undervalued UK property data

● LIVE 5665 listings loaded
Endpoints
GET /api/listings
Returns paginated property listings. All query parameters are optional and can be combined.
Parameter Type Description
location string Substring search on location, title, or postcode
min_price number Minimum price filter (inclusive)
max_price number Maximum price filter (inclusive)
bedrooms number Exact bedroom count
type string Substring match on property type (e.g. "flat", "detached")
page number Page number (default: 1)
limit number Results per page (default: 20, max: 100)
Try it
{
  "total": 5665,
  "page": 1,
  "limit": 20,
  "pages": 284,
  "data": [ { ... }, { ... } ]
}
GET /api/listings/:id
Fetch a single listing by its unique property ID.
Try it
GET /health
Health check — returns server status and total listing count.
Try it
{ "status": "ok", "listings_count": 5665 }
Listing Schema
Field Type Example
title string 3 bedroom semi-detached house for sale in…
price string £179,000
location string DN37
link string https://repossessedhousesforsale.com/…
property_id string 87888624
bedrooms number|null 3
property_type string Semi-Detached House
postcode string DN37
image_url string (when available)
added_date string 30 Apr, 2026