Rightmove Scraper

ENDPOINTS
GET/rightmove/locations/auto-complete

Location Auto-Complete

UK location suggestions with the location_identifier every search endpoint accepts as location.

QUERY PARAMS

Partial or full location name.

{
  "query": "oxford",
  "count": 20,
  "results": [
    {
      "location_identifier": "REGION^1036",
      "type": "REGION",
      "name": "Oxford, Oxfordshire"
    },
    {
      "location_identifier": "STATION^6956",
      "type": "STATION",
      "name": "Oxford Station"
    },
    {
      "location_identifier": "REGION^82643",
      "type": "REGION",
      "name": "Oxford, Stoke-On-Trent, Staffordshire"
    },
    {
      "location_identifier": "REGION^61317",
      "type": "REGION",
      "name": "Oxfordshire"
    },
    {
      "location_identifier": "REGION^94",
      "type": "REGION",
      "name": "Banbury, Oxfordshire"
    },
    {
      "location_identifier": "REGION^151",
      "type": "REGION",
      "name": "Bicester, Oxfordshire"
    },
    {
      "location_identifier": "REGION^1473",
      "type": "REGION",
      "name": "Witney, Oxfordshire"
    },
    {
      "location_identifier": "REGION^627",
      "type": "REGION",
      "name": "Henley-On-Thames, Oxfordshire"
    },
    {
      "location_identifier": "REGION^12",
      "type": "REGION",
      "name": "Abingdon-on-Thames, Oxfordshire"
    },
    {
      "location_identifier": "REGION^422",
      "type": "REGION",
      "name": "Didcot, Oxfordshire"
    },
    {
      "location_identifier": "REGION^321",
      "type": "REGION",
      "name": "Chipping Norton, Oxfordshire"
    },
    {
      "location_identifier": "REGION^1398",
      "type": "REGION",
      "name": "Wantage, Oxfordshire"
    },
    {
      "location_identifier": "REGION^1330",
      "type": "REGION",
      "name": "Thame, Oxfordshire"
    },
    {
      "location_identifier": "REGION^734",
      "type": "REGION",
      "name": "Kidlington, Oxfordshire"
    },
    {
      "location_identifier": "REGION^291",
      "type": "REGION",
      "name": "Carterton, Oxfordshire"
    },
    {
      "location_identifier": "REGION^1389",
      "type": "REGION",
      "name": "Wallingford, Oxfordshire"
    },
    {
      "location_identifier": "REGION^248",
      "type": "REGION",
      "name": "Burford, Oxfordshire"
    },
    {
      "location_identifier": "REGION^504",
      "type": "REGION",
      "name": "Faringdon, Oxfordshire"
    },
    {
      "location_identifier": "REGION^1480",
      "type": "REGION",
      "name": "Woodstock, Oxfordshire"
    },
    {
      "location_identifier": "REGION^92",
      "type": "REGION",
      "name": "Bampton, Oxfordshire"
    }
  ]
}