Rental Demand
GET2 creditsGET/rents/demand
Rental demand indicators — average days-to-let, supply count, demand count, demand score, monthly-lets timeline.
Overview
Days-to-let isn't published anywhere — we derive it by tracking listing lifecycles in our 7M+ row historical_rental table.
Why this endpoint exists
The only way to get days-to-let at postcode level without scraping Rightmove yourself.
Response Schema
average_days_to_let
Number — mean days between listing and let.
supply_count
Integer — live listings currently available.
demand_count
Integer — properties let in the last 6 months.
demand_score
Number — demand_count / supply_count (>1 = high demand).
data_quality
"high" | "medium" | "low".
monthly_lets
Array of { month: "YYYY-MM", lets: integer }.
Example
Try this endpoint with your own key
100 free credits, no card required.
Sign up free →More about this endpoint
Use Cases
1Portfolio management — detect areas with slowing demand.
2Acquisition screening — avoid areas where voids are lengthening.
3Landlord dashboards ("Properties in LS6 are letting in 14 days").
Base URL: https://pmi-api-beta-7tvvt.ondigitalocean.app/v1API version 1.1