Rightmove UK Property Scraper avatar
Rightmove UK Property Scraper

Pricing

$14.99/month + usage

Go to Apify Store
Rightmove UK Property Scraper

Rightmove UK Property Scraper

Developed by

KodeFlo

KodeFlo

Maintained by Community

Unlock instant access to the UK property market with our advanced Rightmove Property Scraper. Perfect for developers, investors, and real estate professionals, this powerful tool lets you automatically extract detailed property listings directly from Rightmove.

5.0 (1)

Pricing

$14.99/month + usage

0

1

1

Last modified

2 days ago

Rightmove Property Scraper

Extract rich, structured data from Rightmove sale and rental listings, including:

  • Property specs (bedrooms, bathrooms, size)
  • Pricing
  • Location
  • High‑quality images
  • Agent details
  • Descriptions
  • Listing status and key dates

Why use Rightmove Property Scraper?

  • Complete Data: Get every detail about properties, from basic specs to agent contact information
  • High Performance: Efficiently scrapes upto 2000 search result per search URL (automatically uses pagination)
  • Easy to Use: Just paste your Rightmove search URLs and get structured data in return
  • Clean Output: Data is delivered in a well-organized JSON format

Use Cases

  • Property Market Analysis: Track pricing trends and market movements
  • Lead Generation: Get fresh property listings for real estate businesses
  • Market Research: Analyze property features and pricing in specific areas
  • Investment Research: Find investment opportunities with detailed property data
  • Competitor Analysis: Monitor agent listings and pricing strategies

Input

Provide the following input:

{
"searchUrls": [
"https://www.rightmove.co.uk/property-to-rent/find.html?locationIdentifier=REGION%5E87490"
]
}

Simply copy any Rightmove search URL and add it to the searchUrls array.

Example Output

{
"id": 155363645,
"bedrooms": 2,
"bathrooms": 1,
"numberOfImages": 10,
"numberOfFloorplans": 0,
"numberOfVirtualTours": 0,
"summary": "Two double bedroom ground floor flat situated within minutes walk to Turnpike Lane Underground Station (Piccadilly Line Zone 3). The property benefits from having a bright lounge to the front, modern kitchen double glazing and gas central heating. There is the added benefit of a good size rear ...",
"displayAddress": "Frome Road, Turnpike Lane",
"countryCode": "GB",
"location": { "latitude": 51.59141, "longitude": -0.10094 },
"propertyImages": {
"images": [
{
"srcUrl": "https://media.rightmove.co.uk:443/dir/crop/10:9-16:9/15k/14497/155363645/14497_102728002706_IMG_08_0000_max_476x317.jpeg",
"url": "15k/14497/155363645/14497_102728002706_IMG_08_0000.jpeg",
"caption": "Lounge 1"
}
],
"mainImageSrc": "https://media.rightmove.co.uk:443/dir/crop/10:9-16:9/15k/14497/155363645/14497_102728002706_IMG_08_0000_max_476x317.jpeg",
"mainMapImageSrc": "https://media.rightmove.co.uk:443/dir/crop/10:9-16:9/15k/14497/155363645/14497_102728002706_IMG_08_0000_max_296x197.jpeg"
},
"propertySubType": "Flat",
"listingUpdate": { "listingUpdateReason": "new", "listingUpdateDate": "2024-11-26T10:35:05Z" },
"premiumListing": false,
"featuredProperty": true,
"price": {
"amount": 1800,
"frequency": "monthly",
"currencyCode": "GBP",
"displayPrices": [
{ "displayPrice": "£1,800 pcm", "displayPriceQualifier": "" },
{ "displayPrice": "£415 pw", "displayPriceQualifier": "" }
]
},
"customer": {
"branchId": 14497,
"contactTelephone": "020 3834 7951",
"branchDisplayName": "Wilkinson Byrne, Harringay",
"branchName": "Harringay",
"brandTradingName": "Wilkinson Byrne",
"branchLandingPageUrl": "/estate-agents/agent/Wilkinson-Byrne/Harringay-14497.html",
"development": false,
"commercial": false,
"buildToRent": false,
"brandPlusLogoUrl": "https://media.rightmove.co.uk:443/15k/14497/branch_rmchoice_logo_14497_0003.png"
},
"transactionType": "rent",
"commercial": false,
"development": true,
"residential": true,
"students": false,
"auction": false,
"feesApply": true,
"displaySize": "",
"propertyUrl": "/properties/155363645#/?channel=RES_LET",
"contactUrl": "/property-to-rent/contactBranch.html?propertyId=155363645",
"channel": "RENT",
"firstVisibleDate": "2024-11-26T10:29:30Z",
"keywords": [],
"keywordMatchType": "no_keyword",
"onlineViewingsAvailable": false,
"hasBrandPlus": true,
"displayStatus": "",
"heading": "Featured New Home",
"addedOrReduced": "Added on 26/11/2024",
"propertyTypeFullDescription": "2 bedroom flat"
}

Output Details

The actor outputs detailed property data with the following fields:

Core Property Details

  • id: Unique Rightmove identifier for the property listing
  • propertyUrl: Direct URL to the property listing on Rightmove
  • propertySubType: Specific category of property (e.g., Flat, Detached House, Semi-Detached)
  • propertyTypeFullDescription: Complete description of the property type (e.g., "2 bedroom flat")
  • summary: Brief description/overview of the property
  • displayAddress: Formatted address shown on the listing
  • displaySize: Property size information when available

Specifications

  • bedrooms: Number of bedrooms in the property
  • bathrooms: Number of bathrooms in the property
  • numberOfImages: Total count of property photos available
  • numberOfFloorplans: Number of floorplan images available
  • numberOfVirtualTours: Count of virtual tours for the property

Location Information

  • countryCode: Two-letter country code (e.g., "GB")
  • location: Geographic coordinates object containing:
    • latitude: Property's latitude coordinate
    • longitude: Property's longitude coordinate

Media Content

  • propertyImages: Collection of property images including:
    • images: Array of image objects containing:
      • srcUrl: Direct URL to the image
      • url: Relative path to the image
      • caption: Description of the image
    • mainImageSrc: URL of the primary property image
    • mainMapImageSrc: URL of the map preview image

Pricing Details

  • price: Comprehensive pricing information including:
    • amount: Numerical price value
    • frequency: Payment frequency for rentals (e.g., "monthly", "weekly")
    • currencyCode: Three-letter currency code (e.g., "GBP")
    • displayPrices: Array of formatted price displays with qualifiers

Agent/Branch Information

  • customer: Details about the listing agent/branch, including:
    • branchId, branchDisplayName, branchName
    • brandTradingName, contactTelephone
    • branchLandingPageUrl, brandPlusLogoUrl
    • commercial, development, buildToRent

Listing Status

  • transactionType: Type of listing ("rent" or "sale")
  • channel: Listing category ("RENT" or "SALE")
  • displayStatus: Current status of the listing
  • firstVisibleDate: Timestamp when the listing first appeared
  • listingUpdate: Information about listing updates:
    • listingUpdateReason: Reason for the latest update
    • listingUpdateDate: Timestamp of the latest update

Property Features

  • premiumListing, featuredProperty
  • commercial, residential, students, auction, development

Additional Information

  • feesApply, feesApplyText
  • keywords, keywordMatchType
  • onlineViewingsAvailable
  • contactUrl
  • heading, addedOrReduced
  • enhancedListing, hasBrandPlus