VOOZH about

URL: https://apify.com/one-api/rightmove-scraper/api

⇱ Rightmove Scraper - UK property listings details sold prices API Β· Apify


Pricing

$3.00 / 1,000 listing returneds

Go to Apify Store

Scrape Rightmove.co.uk UK property data β€” listings, full property details, branches (estate agents), Land Registry sold-price history, postcode to address lookup, and search-box autocomplete. Search by location, postcode, lat/lng radius, or paste-a-URL.

Pricing

$3.00 / 1,000 listing returneds

Rating

0.0

(0)

Developer

πŸ‘ ONE API

ONE API

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

a month ago

Last modified

Share

You might also like

Rightmove Scraper β€” UK Property Listings & Prices

studio-amba/rightmove-scraper

Scrape property listings, prices, and details from Rightmove.co.uk β€” the UK's largest property portal.

Rightmove Scraper β€” UK Property Listings, Prices & Agents

bovi/rightmove-listings

Scrape UK property listings from Rightmove by search URL. Returns price, address, postcode, beds, baths, agent name & phone, coordinates, tenure and images, plus a per-listing quality score. No login, no proxy setup. Pay per result.

πŸ‘ User avatar

Vitalii Bondarev

2

Rightmove UK Scraper

gio21/rightmove-scraper

Scrape real-estate listings from Rightmove.co.uk - the UK's #1 property portal. Price (Β£), bedrooms, property type, agency, location, images. Pay per listing.

UK Landregistry Sold Price History Scraper

dhrumil/uk-landregistry-sold-price-history-scraper

Scrape UK Land Registry sold price data by postcode or outcode. Get structured datasets grouped by house number/street for real estate analysis, matching, and enrichment. Export in JSON/CSV/Excel. Ideal for Rightmove, Zoopla, and UK property projects.

πŸ‘ User avatar

Dhrumil Bhankhar

26

5.0

UK Land Registry Prices Scraper | Sold House Prices

parseforge/uk-land-registry-prices-scraper

Extract UK HM Land Registry Price Paid records with address, postcode, price, property type, tenure, and transaction date. Filter by postcode or date range. Useful for realtors, property investors, and analysts tracking the UK residential housing market.

rightmove.co.uk-scraper

datascrapers/rightmove-co-uk-scraper

Extract property data from Rightmove.co.uk with ease. Get comprehensive property listings including images, prices, locations, sizes, and more.

Rightmove Scraper

thenetaji/rightmove-scraper

Scrape property listings and details from Rightmove. Supports search by location name, location ID, search URL, or direct property URLs.

You can access the Rightmove Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "property_inputs": [
< "148711631",
< "https://www.rightmove.co.uk/properties/148711631",
< "One Hyde Park, Knightsbridge, London, SW1X 7LA"
< ],
< "search_inputs": [
< "London",
< "SW1A 1AA"
< ],
< "branch_inputs": [
< "1941"
< ],
< "postcode_inputs": [
< "SW1A 1AA"
< ]
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/one-api~rightmove-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Rightmove Scraper - UK property listings details sold prices API

Below, you can find a list of relevant HTTP API endpoints for calling the Rightmove Scraper Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/one-api~rightmove-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/one-api~rightmove-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/one-api~rightmove-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Rightmove Scraper API programmatically via the Apify API.

You can choose from:

Rightmove Scraper API in Python

Rightmove Scraper API in JavaScript

Rightmove Scraper API through CLI

Rightmove Scraper OpenAPI definition

You can start Rightmove Scraper with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Rightmove Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Rightmove Scraper run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.