Rightmove Scraper

ENDPOINTS
GET/rightmove/properties/broadband

Property Broadband

Broadband types (FTTP/FTTC) and postcode-level checker link for one listing.

QUERY PARAMS

The Rightmove property.

Examples:

  • Id: 90076491
  • Link: https://www.rightmove.co.uk/properties/90076491
{
  "property_id": 90076491,
  "link": "https://www.rightmove.co.uk/properties/90076491",
  "address": {
    "display": "Mercers Road, Islington, London, N19",
    "outcode": "N19",
    "incode": "4PW",
    "uk_country": "England",
    "country_code": "GB"
  },
  "broadband_types": null,
  "broadband_checker_link": "https://partnerships-broadband.comparethemarket.com/v1/broadband/rightmove/N194PW?apikey=e81dca7d05e029abb9243c8b611ffd72e58e52704ded14f64b2eb1f72f040922"
}