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:
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.
The actor outputs detailed property data with the following fields:
id
: Unique Rightmove identifier for the property listingpropertyUrl
: Direct URL to the property listing on RightmovepropertySubType
: 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 propertydisplayAddress
: Formatted address shown on the listingdisplaySize
: Property size information when availablebedrooms
: Number of bedrooms in the propertybathrooms
: Number of bathrooms in the propertynumberOfImages
: Total count of property photos availablenumberOfFloorplans
: Number of floorplan images availablenumberOfVirtualTours
: Count of virtual tours for the propertycountryCode
: Two-letter country code (e.g., "GB" for United Kingdom)location
: Geographic coordinates object containing:
latitude
: Property's latitude coordinatelongitude
: Property's longitude coordinatepropertyImages
: Collection of property images including:
images
: Array of image objects containing:
srcUrl
: Direct URL to the imageurl
: Relative path to the imagecaption
: Description of the imagemainImageSrc
: URL of the primary property imagemainMapImageSrc
: URL of the map preview imageprice
: Comprehensive pricing information including:
amount
: Numerical price valuefrequency
: Payment frequency for rentals (e.g., "monthly", "weekly")currencyCode
: Three-letter currency code (e.g., "GBP")displayPrices
: Array of formatted price displays with qualifierscustomer
: Details about the listing agent/branch:
branchId
: Unique identifier for the agency branchbranchDisplayName
: Full name of the agency branchbranchName
: Short name of the branchbrandTradingName
: Agency's trading namecontactTelephone
: Contact number for the branchbranchLandingPageUrl
: URL to the agent's Rightmove profilebrandPlusLogoUrl
: URL to the agent's logocommercial
: Boolean indicating if it's a commercial agentdevelopment
: Boolean indicating if it's a property developerbuildToRent
: Boolean indicating if it's a build-to-rent propertytransactionType
: Type of listing ("rent" or "sale")channel
: Listing category ("RENT" or "SALE")displayStatus
: Current status of the listingfirstVisibleDate
: Timestamp when the listing first appearedlistingUpdate
: Information about listing updates:
listingUpdateReason
: Reason for the latest updatelistingUpdateDate
: Timestamp of the latest updatepremiumListing
: Boolean indicating if it's a premium listingfeaturedProperty
: Boolean indicating if it's featured on Rightmovecommercial
: Boolean indicating if it's a commercial propertyresidential
: Boolean indicating if it's a residential propertystudents
: Boolean indicating if it's student accommodationauction
: Boolean indicating if it's an auction propertydevelopment
: Boolean indicating if it's a new developmentfeesApply
: Boolean indicating if additional fees applyfeesApplyText
: Description of applicable feeskeywords
: Array of relevant keywordskeywordMatchType
: Type of keyword matchingonlineViewingsAvailable
: Boolean indicating if virtual viewings are availablecontactUrl
: URL for contacting the agent about this propertyheading
: Featured heading textaddedOrReduced
: Text indicating when the property was added or had a price reductionenhancedListing
: Boolean indicating if it's an enhanced listinghasBrandPlus
: Boolean indicating if the agent has BrandPlus status1{ 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}
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!