Rightmove Property Scraper
Pricing
$1.00 / 1,000 results
Rightmove Property Scraper
A high-performance actor that scrapes comprehensive data for UAE-Dubai sales properties from Rightmove. Filter by price, type, bedrooms, and more to get fast, structured JSON results for market analysis, investment research, and property aggregation.
Pricing
$1.00 / 1,000 results
Rating
0.0
(0)
Developer

30m
Actor stats
0
Bookmarked
2
Total users
2
Monthly active users
2 months ago
Last modified
Categories
Share
Rightmove Scraper
A high-performance Apify actor that fetches Rightmove data and extracts comprehensive property listing data. This scraper delivers fast, efficient results with minimal compute usage by leveraging our optimized endpoints.
π― What does this actor do?
This actor:
- Connects to fetch Rightmove property listings for UAE properties
- Filters results by location, property type, price range, and other parameters
- Fetches property listings in optimized batches for efficiency
- Extracts comprehensive data from each listing
- Returns structured property data in JSON format
π Input Parameters
The actor accepts the following input parameters:
{"location": "dubai","propertyType": "apartment","listingType": "sale","minPrice": "100000","maxPrice": "500000","bedrooms": "2","onlyActive": true,"limit": 100,"offset": 0}
Input Parameters
-
location(string, optional): Location to search for properties- Currently supports:
"dubai"(UAE-Dubai region only) - Default:
"dubai"
- Currently supports:
-
propertyType(string, optional): Type of property to search- Options:
"apartment","villa","townhouse","penthouse","land","office","retail","warehouse","other" - Default:
"apartment"
- Options:
-
listingType(string, optional): Type of listing- Options:
"sale"(Rightmove UAE only supports sales properties) - Default:
"sale"
- Options:
-
minPrice(string, optional): Minimum price filter in GBP- Example:
"100000"for Β£100,000
- Example:
-
maxPrice(string, optional): Maximum price filter in GBP- Example:
"500000"for Β£500,000
- Example:
-
bedrooms(string, optional): Number of bedrooms- Examples:
"1","2","3","4+"
- Examples:
-
onlyActive(boolean, optional): Only return active property listings- Default:
true
- Default:
-
limit(integer, optional): Maximum number of properties to return- Set to
0for unlimited results (will fetch all available listings) - Default:
1000
- Set to
-
offset(integer, optional): Number of properties to skip (for pagination)- Default:
0
- Default:
π Output Data
The actor outputs property data in the following format:
{"id": "166031870","title": "Luxury 2BR Apartment in Dubai Marina","location": "Dubai Marina, Dubai","propertyType": "Apartment","listingType": "sale","price": 250000,"currency": "GBP","bedrooms": 2,"bathrooms": 2,"area": 1200,"furnished": "Furnished","description": "Stunning 2-bedroom apartment with sea views...","amenities": ["Swimming Pool", "Gym", "Parking"],"images": ["https://example.com/image1.jpg"],"agentName": "Dubai Properties Group","agentPhone": "+44 20 1234 5678","referenceNumber": "RM-166031870","listedDate": "2025-01-15T10:30:00Z","propertyUrl": "https://www.rightmove.co.uk/properties/166031870","isActive": true,"source": "rightmove","scrapedAt": "2025-01-15T12:00:00Z"}
Output Fields
id: Unique property identifiertitle: Property title/headlinelocation: Property location (area, city)propertyType: Type of property (apartment, villa, etc.)listingType: Sale or rent (Rightmove UAE is sales only)price: Property price in GBPcurrency: Price currency (GBP for Rightmove)bedrooms: Number of bedroomsbathrooms: Number of bathroomsarea: Property size in square feetfurnished: Furnishing statusdescription: Property descriptionamenities: Array of available amenitiesimages: Array of property image URLsagentName: Real estate agent/agency nameagentPhone: Agent contact phonereferenceNumber: Property reference numberlistedDate: When the property was listedpropertyUrl: Direct link to the property listingisActive: Whether the listing is currently activesource: Data source (always "rightmove")scrapedAt: When the data was scraped
π Performance & Efficiency
- Fast Results: Optimized API endpoints deliver results quickly
- Minimal Compute: Efficient batching reduces compute usage
- Comprehensive Data: Extracts all available property information
- Rate Limiting: Built-in handling for API rate limits
- Error Handling: Robust error handling and retry logic
π Rightmove Coverage
This actor specifically targets:
- Region: UAE-Dubai properties only
- Listing Type: Sales properties (no rentals available on Rightmove UAE)
- Currency: Prices in GBP (British Pounds)
- Property Types: All types available on Rightmove UAE
π‘ Usage Tips
- Location: Currently only supports Dubai (UAE) properties
- Price Filters: Use GBP values (Rightmove's native currency)
- Unlimited Scraping: Set
limit: 0to fetch all available properties - Pagination: Use
offsetparameter for pagination in large datasets - Active Listings: Keep
onlyActive: truefor current market data
π§ Error Handling
The actor handles common scenarios:
- API rate limiting (429 errors)
- Network timeouts
- Invalid parameters
- Empty result sets
π Example Usage
Basic apartment search:
{"location": "dubai","propertyType": "apartment","listingType": "sale","limit": 50}
Luxury villa search:
{"location": "dubai","propertyType": "villa","minPrice": "500000","maxPrice": "2000000","bedrooms": "4","limit": 20}
Comprehensive data export:
{"location": "dubai","limit": 0,"onlyActive": true}
π― Perfect For
- Real Estate Analysis: Market research and trend analysis
- Property Aggregation: Building property portals
- Investment Research: Finding investment opportunities
- Market Monitoring: Tracking property market changes
- Lead Generation: Identifying potential clients or properties