Rightmove Real Time Data Feed API

The Real Time Data Feed (RTDF) is Rightmove's incremental HTTPS/JSON interface for UK sales, lettings and overseas sales listings, used by estate agency CRM and feed provider software rather than by end developers. The publicly downloadable specification (v1.4.1, last updated November 2023) documents thirteen calls on https://adfapi.rightmove.co.uk/v1/property/, including SendPropertyDetails, OverseasSendPropertyDetails, RemoveProperty, GetBranchPropertyList, AddPremiumListing, AddFeaturedProperty, RemoveFeaturedProperty, GetBranchPerformance, GetPropertyPerformance, GetBrandEmails, GetBranchEmails, GetPropertyEmails and ErrorCodes. Calls carry a Rightmove-issued Network_ID and Branch_ID and an Agent_Ref that keys create-versus-update. Access is mutual-TLS - Rightmove issues an X.509 certificate and private key in a keystore by email with the password sent by SMS - so neither the endpoints nor the referenced JSON Schemas are reachable anonymously (probed 403).

API entry from apis.yml

apis.yml Raw ↑
aid: rightmove:rightmove-real-time-data-feed-api
name: Rightmove Real Time Data Feed API
description: The Real Time Data Feed (RTDF) is Rightmove's incremental HTTPS/JSON interface for UK sales,
  lettings and overseas sales listings, used by estate agency CRM and feed provider software rather than
  by end developers. The publicly downloadable specification (v1.4.1, last updated November 2023) documents
  thirteen calls on https://adfapi.rightmove.co.uk/v1/property/, including SendPropertyDetails, OverseasSendPropertyDetails,
  RemoveProperty, GetBranchPropertyList, AddPremiumListing, AddFeaturedProperty, RemoveFeaturedProperty,
  GetBranchPerformance, GetPropertyPerformance, GetBrandEmails, GetBranchEmails, GetPropertyEmails and
  ErrorCodes. Calls carry a Rightmove-issued Network_ID and Branch_ID and an Agent_Ref that keys create-versus-update.
  Access is mutual-TLS - Rightmove issues an X.509 certificate and private key in a keystore by email
  with the password sent by SMS - so neither the endpoints nor the referenced JSON Schemas are reachable
  anonymously (probed 403).
humanURL: https://www.rightmove.co.uk/adf.html
baseURL: https://adfapi.rightmove.co.uk/v1
tags:
- Property Listings
- Rentals
- Real Estate
- United Kingdom
- Data Feed
properties:
- type: Documentation
  url: https://www.rightmove.co.uk/adf.html
- type: Specification
  url: https://media.rightmove.co.uk/ps/pdf/guides/adf/Rightmove_Real_Time_Datafeed_Specification.pdf
  name: Rightmove Real Time Data Feed API Web Services Specification v1.4.1
- type: License
  url: https://media.rightmove.co.uk/ps/pdf/guides/adf/RTDF_EULA.pdf
  name: RTDF End User Licence Agreement
- type: Onboarding
  url: https://media.rightmove.co.uk/ps/pdf/guides/adf/Provider_Contact_Form.pdf
  name: ADF Provider Contact Form
- type: ErrorCatalog
  url: errors/rightmove-rtdf-error-codes.yml
  name: RTDF Success/Warning/Error envelope (numeric code registry is mutual-TLS gated)
- type: Support
  url: mailto:adfsupport@rightmove.co.uk