Rightmove Property Scraper avatar

Rightmove Property Scraper

Try for free

Pay $9.00 for 1,000 results

Go to Store
Rightmove Property Scraper

Rightmove Property Scraper

louisdeconinck/rightmove-property-scraper
Try for free

Pay $9.00 for 1,000 results

Unlock the full potential of the UK property market with our Rightmove Property Scraper. Effortlessly extract detailed listings, including pricing, location, and agent info. Perfect for market analysis, lead generation, and investment research. Get real-time, structured data in a clean JSON format.

Extract detailed property listings from Rightmove, the UK's largest property portal. This actor scrapes comprehensive data from rental and sale listings, including:

  • Property details (bedrooms, bathrooms, size)
  • Pricing information
  • Location data
  • High-quality images
  • Agent information
  • Property descriptions
  • Listing status and dates
  • And much more!

Why use Rightmove Property Scraper?

  • Complete Data: Get every detail about properties, from basic specs to agent contact information
  • High Performance: Efficiently scrapes up to 1,500 listings per search URL
  • Real-time Updates: Capture new listings and price changes as they happen
  • 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

The actor accepts the following input parameters:

1{
2    "startUrls": [
3        // Array of Rightmove search URLs to scrape
4        "https://www.rightmove.co.uk/property-to-rent/find.html?locationIdentifier=REGION%5E87490"
5    ]
6}

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

Output

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" for United Kingdom)
  • 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:
    • branchId: Unique identifier for the agency branch
    • branchDisplayName: Full name of the agency branch
    • branchName: Short name of the branch
    • brandTradingName: Agency's trading name
    • contactTelephone: Contact number for the branch
    • branchLandingPageUrl: URL to the agent's Rightmove profile
    • brandPlusLogoUrl: URL to the agent's logo
    • commercial: Boolean indicating if it's a commercial agent
    • development: Boolean indicating if it's a property developer
    • buildToRent: Boolean indicating if it's a build-to-rent property

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: Boolean indicating if it's a premium listing
  • featuredProperty: Boolean indicating if it's featured on Rightmove
  • commercial: Boolean indicating if it's a commercial property
  • residential: Boolean indicating if it's a residential property
  • students: Boolean indicating if it's student accommodation
  • auction: Boolean indicating if it's an auction property
  • development: Boolean indicating if it's a new development

Additional Information

  • feesApply: Boolean indicating if additional fees apply
  • feesApplyText: Description of applicable fees
  • keywords: Array of relevant keywords
  • keywordMatchType: Type of keyword matching
  • onlineViewingsAvailable: Boolean indicating if virtual viewings are available
  • contactUrl: URL for contacting the agent about this property
  • heading: Featured heading text
  • addedOrReduced: Text indicating when the property was added or had a price reduction
  • enhancedListing: Boolean indicating if it's an enhanced listing
  • hasBrandPlus: Boolean indicating if the agent has BrandPlus status

Example Output

1{
2	"id": 155363645,
3	"bedrooms": 2,
4	"bathrooms": 1,
5	"numberOfImages": 10,
6	"numberOfFloorplans": 0,
7	"numberOfVirtualTours": 0,
8	"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 ...",
9	"displayAddress": "Frome Road, Turnpike Lane",
10	"countryCode": "GB",
11	"location": {
12		"latitude": 51.59141,
13		"longitude": -0.10094
14	},
15	"propertyImages": {
16		"images": [
17			{
18				"srcUrl": "https://media.rightmove.co.uk:443/dir/crop/10:9-16:9/15k/14497/155363645/14497_102728002706_IMG_08_0000_max_476x317.jpeg",
19				"url": "15k/14497/155363645/14497_102728002706_IMG_08_0000.jpeg",
20				"caption": "Lounge 1"
21			},
22			{
23				"srcUrl": "https://media.rightmove.co.uk:443/dir/crop/10:9-16:9/15k/14497/155363645/14497_102728002706_IMG_07_0000_max_476x317.jpeg",
24				"url": "15k/14497/155363645/14497_102728002706_IMG_07_0000.jpeg",
25				"caption": "Kitchen"
26			},
27			{
28				"srcUrl": "https://media.rightmove.co.uk:443/dir/crop/10:9-16:9/15k/14497/155363645/14497_102728002706_IMG_01_0000_max_476x317.jpeg",
29				"url": "15k/14497/155363645/14497_102728002706_IMG_01_0000.jpeg",
30				"caption": "Bedroom 1"
31			},
32			{
33				"srcUrl": "https://media.rightmove.co.uk:443/dir/crop/10:9-16:9/15k/14497/155363645/14497_102728002706_IMG_02_0000_max_476x317.jpeg",
34				"url": "15k/14497/155363645/14497_102728002706_IMG_02_0000.jpeg",
35				"caption": "Bedroom 2"
36			},
37			{
38				"srcUrl": "https://media.rightmove.co.uk:443/dir/crop/10:9-16:9/15k/14497/155363645/14497_102728002706_IMG_05_0000_max_476x317.jpeg",
39				"url": "15k/14497/155363645/14497_102728002706_IMG_05_0000.jpeg",
40				"caption": "Garden"
41			},
42			{
43				"srcUrl": "https://media.rightmove.co.uk:443/dir/crop/10:9-16:9/15k/14497/155363645/14497_102728002706_IMG_00_0000_max_476x317.jpeg",
44				"url": "15k/14497/155363645/14497_102728002706_IMG_00_0000.jpeg",
45				"caption": "Bathroom"
46			},
47			{
48				"srcUrl": "https://media.rightmove.co.uk:443/dir/crop/10:9-16:9/15k/14497/155363645/14497_102728002706_IMG_03_0000_max_476x317.jpeg",
49				"url": "15k/14497/155363645/14497_102728002706_IMG_03_0000.jpeg",
50				"caption": "Frome Road"
51			},
52			{
53				"srcUrl": "https://media.rightmove.co.uk:443/dir/crop/10:9-16:9/15k/14497/155363645/14497_102728002706_IMG_04_0000_max_476x317.jpeg",
54				"url": "15k/14497/155363645/14497_102728002706_IMG_04_0000.jpeg",
55				"caption": "Frome"
56			},
57			{
58				"srcUrl": "https://media.rightmove.co.uk:443/dir/crop/10:9-16:9/15k/14497/155363645/14497_102728002706_IMG_09_0000_max_476x317.jpeg",
59				"url": "15k/14497/155363645/14497_102728002706_IMG_09_0000.jpeg",
60				"caption": "Lounge"
61			},
62			{
63				"srcUrl": "https://media.rightmove.co.uk:443/dir/crop/10:9-16:9/15k/14497/155363645/14497_102728002706_IMG_06_0000_max_476x317.jpeg",
64				"url": "15k/14497/155363645/14497_102728002706_IMG_06_0000.jpeg",
65				"caption": "Kitchen 1"
66			}
67		],
68		"mainImageSrc": "https://media.rightmove.co.uk:443/dir/crop/10:9-16:9/15k/14497/155363645/14497_102728002706_IMG_08_0000_max_476x317.jpeg",
69		"mainMapImageSrc": "https://media.rightmove.co.uk:443/dir/crop/10:9-16:9/15k/14497/155363645/14497_102728002706_IMG_08_0000_max_296x197.jpeg"
70	},
71	"propertySubType": "Flat",
72	"listingUpdate": {
73		"listingUpdateReason": "new",
74		"listingUpdateDate": "2024-11-26T10:35:05Z"
75	},
76	"premiumListing": false,
77	"featuredProperty": true,
78	"price": {
79		"amount": 1800,
80		"frequency": "monthly",
81		"currencyCode": "GBP",
82		"displayPrices": [
83			{
84				"displayPrice": "£1,800 pcm",
85				"displayPriceQualifier": ""
86			},
87			{
88				"displayPrice": "£415 pw",
89				"displayPriceQualifier": ""
90			}
91		]
92	},
93	"customer": {
94		"branchId": 14497,
95		"brandPlusLogoURI": "/15k/14497/branch_rmchoice_logo_14497_0003.png",
96		"contactTelephone": "020 3834 7951",
97		"branchDisplayName": "Wilkinson Byrne, Harringay",
98		"branchName": "Harringay",
99		"brandTradingName": "Wilkinson Byrne",
100		"branchLandingPageUrl": "/estate-agents/agent/Wilkinson-Byrne/Harringay-14497.html",
101		"development": false,
102		"showReducedProperties": true,
103		"commercial": false,
104		"showOnMap": true,
105		"enhancedListing": false,
106		"developmentContent": null,
107		"buildToRent": false,
108		"buildToRentBenefits": [],
109		"brandPlusLogoUrl": "https://media.rightmove.co.uk:443/15k/14497/branch_rmchoice_logo_14497_0003.png"
110	},
111	"distance": null,
112	"transactionType": "rent",
113	"productLabel": {
114		"productLabelText": null,
115		"spotlightLabel": false
116	},
117	"commercial": false,
118	"development": true,
119	"residential": true,
120	"students": false,
121	"auction": false,
122	"feesApply": true,
123	"feesApplyText": null,
124	"displaySize": "",
125	"showOnMap": true,
126	"propertyUrl": "/properties/155363645#/?channel=RES_LET",
127	"contactUrl": "/property-to-rent/contactBranch.html?propertyId=155363645",
128	"staticMapUrl": null,
129	"channel": "RENT",
130	"firstVisibleDate": "2024-11-26T10:29:30Z",
131	"keywords": [],
132	"keywordMatchType": "no_keyword",
133	"saved": false,
134	"hidden": false,
135	"onlineViewingsAvailable": false,
136	"lozengeModel": {
137		"matchingLozenges": [
138			{
139				"type": "NEW_HOME",
140				"priority": 3
141			}
142		]
143	},
144	"hasBrandPlus": true,
145	"displayStatus": "",
146	"enquiredTimestamp": null,
147	"enquiryAddedTimestamp": null,
148	"enquiryCalledTimestamp": null,
149	"heading": "Featured New Home",
150	"addedOrReduced": "Added on 26/11/2024",
151	"formattedBranchName": " by Wilkinson Byrne, Harringay",
152	"formattedDistance": "",
153	"isRecent": false,
154	"enhancedListing": false,
155	"propertyTypeFullDescription": "2 bedroom flat"
156}

Limitations

  • Maximum of 1,500 results per search URL
  • Some fields may be empty if not provided by the listing
Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 1 star

  • >99% runs succeeded

  • Created in Dec 2024

  • Modified 20 hours ago