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).

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/rightmove-real-time-data-feed-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

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
tags_raw:
- 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