Rightmove Property Scraper avatar

Rightmove Property Scraper

Pricing

$13.00/month + usage

Go to Apify Store
Rightmove Property Scraper

Rightmove Property Scraper

Collect UK property listings from Rightmove with listing and per-property detail data. Use a Start URL or filters, then export prices, bedrooms, addresses, full descriptions, phone numbers, floorplans, virtual tours, nearest stations, and listing status in structured output.

Pricing

$13.00/month + usage

Rating

5.0

(1)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

๐Ÿš€ Rightmove Property Scraper

Extract comprehensive property data from Rightmove, the UK's largest property search platform. Whether you're a property investor, market researcher, real estate professional, or data analyst, this tool collects detailed information on properties for sale or rent across the United Kingdom. Get accurate valuation data, location information, property features, agent contact details, images, and more in minutes.

Built for non-technical users, this tool requires no coding knowledge. Simply enter a Rightmove search URL or configure your search filters, and receive clean, structured data ready for analysis in Excel, CSV, or JSON format. Perfect for market analysis, investment research, competitive intelligence, and property portfolio management.

โœจ What Does It Do

The Rightmove Property Scraper extracts valuable property data that helps you make informed real estate decisions:

  • Property Details - Bedrooms, bathrooms, property type (terraced, detached, flat, etc.), property size in square feet, tenure type (freehold/leasehold), and lease years remaining for leasehold properties
  • Valuation Information - Exact asking amounts, formatted displays, qualifiers (offers in excess of, guide), frequency for rentals (weekly/monthly), and listing status (added yesterday, reduced)
  • Location Data - Display addresses, precise GPS coordinates (latitude/longitude) for mapping and geographic analysis, and location identifiers for regional searches
  • Agent Information - Agent branch names, direct contact phone numbers, and agent branch URLs for follow-up inquiries
  • Property Features - Detailed summaries, key features lists (parking, garden, open plan kitchen, etc.), property type descriptions, and keyword search capabilities
  • Images & Media - Primary property image URLs and complete image galleries for every listing
  • Listing Metadata - Rightmove property IDs, direct property URLs, first visible dates, listing update dates, auction flags, and new development indicators
  • Flexible Search - Search by location, budget range, bedroom count, property type, radius distance, recency (added within days), and custom keywords

๐ŸŽฌ Demo Video

Demo video coming soon. This section will include a full walkthrough of setup, filters, and export flow.

๐Ÿ”ง Input

Configure your property search using either a direct Rightmove URL or detailed search filters.

Option 1: Direct Search URL (Easiest)

Simply copy and paste a Rightmove search URL from your browser. This is the fastest way to get started.

Example: Go to Rightmove, search for properties in your desired location with your preferred filters, then copy the URL from your browser's address bar.

Option 2: Configure Search Filters

Build your search from scratch using these input fields:

  • maxItems - Maximum number of properties to collect (default: 50, free accounts limited to 100)
  • startUrl - Direct Rightmove search URL. If provided, all other filters are ignored
  • locationIdentifier - Rightmove location code (e.g., REGION^904 for Manchester, REGION^87490 for Greater London). Find this in any Rightmove URL after searching a location
  • channel - Choose "For Sale" (BUY) or "To Rent" (RENT)
  • minPrice - Minimum asking amount in British Pounds (ยฃ)
  • maxPrice - Maximum asking amount in British Pounds (ยฃ)
  • minBedrooms - Minimum number of bedrooms (0-10)
  • maxBedrooms - Maximum number of bedrooms (0-10)
  • radius - Search radius around location in miles (0 for exact area, or 1, 3, 5, 10, 20, 40)
  • propertyTypes - Filter by specific property types (leave empty for all types)
  • sortType - Sort results by Most Recent, Highest Value, Lowest Value, Most Reduced, or Featured
  • maxDaysSinceAdded - Only show properties added within the last 1, 3, 7, or 14 days
  • includeSSTC - Include properties marked as "Sold Subject To Contract"
  • keywords - Search for specific features like "garage", "garden", "parking", "balcony"

Input Example

{
"startUrl": "https://www.rightmove.co.uk/property-for-sale/find.html?searchType=SALE&locationIdentifier=REGION%5E904&radius=0.0&sortType=6",
"maxItems": 20
}

Or using filters:

{
"maxItems": 50,
"locationIdentifier": "REGION^904",
"channel": "BUY",
"minPrice": 200000,
"maxPrice": 400000,
"minBedrooms": 3,
"radius": 5,
"sortType": "6",
"keywords": "garden parking"
}

๐Ÿ“Š Output

The tool exports clean, structured data with all essential property information. Each property listing includes:

{
"imageUrl": "https://media.rightmove.co.uk/property-photo/abc123/123456/abc123.jpeg",
"id": 172308641,
"propertyUrl": "https://www.rightmove.co.uk/properties/172308641",
"displayAddress": "Trafford Road, Eccles, Manchester, M30",
"priceAmount": 260000,
"priceDisplay": "ยฃ260,000",
"priceQualifier": "Offers in Excess of",
"priceFrequency": null,
"bedrooms": 3,
"bathrooms": 2,
"propertySubType": "Terraced",
"propertyTypeDescription": "3 bedroom terraced house for sale",
"tenureType": "FREEHOLD",
"leaseYearsRemaining": null,
"size": "936 sq. ft.",
"summary": "Impressive three-bed end terrace with no onward chain. Modern open-plan kitchen, master bedroom with ensuite, off-road parking.",
"keyFeatures": [
"No Onward Chain",
"Open Plan Kitchen",
"Off-Road Parking",
"Master Bedroom with Ensuite",
"Modern Throughout"
],
"agentName": "Hills, Eccles",
"agentPhone": "0161 707 4900",
"agentBranchUrl": "https://www.rightmove.co.uk/estate-agents/agent/Hills/Eccles-254921.html",
"latitude": 53.480769,
"longitude": -2.347827,
"channel": "BUY",
"addedOrReduced": "Added yesterday",
"listingUpdateDate": "2026-02-17T14:57:02Z",
"firstVisibleDate": "2026-02-17T14:51:42Z",
"auction": false,
"development": false,
"imageUrls": [
"https://media.rightmove.co.uk/property-photo/abc123/123456/abc123.jpeg",
"https://media.rightmove.co.uk/property-photo/abc123/123457/abc124.jpeg"
],
"scrapedAt": "2026-02-18T10:00:00.000Z"
}

Download Options: Export your data in CSV, Excel, or JSON format. Perfect for importing into spreadsheets, databases, CRM systems, or business intelligence tools.

Field Explanations:

  • imageUrl - Main property photo for quick visual reference
  • id - Unique Rightmove property identifier
  • propertyUrl - Direct link to the full listing on Rightmove
  • displayAddress - Property location as shown on Rightmove
  • priceAmount - Numeric asking amount for easy sorting and analysis
  • priceDisplay - Formatted display string with currency symbol
  • priceQualifier - Additional context (offers over, guide amount, etc.)
  • priceFrequency - For rentals: weekly, monthly, or annual
  • bedrooms/bathrooms - Number of bedrooms and bathrooms
  • propertySubType - Type classification (terraced, detached, semi-detached, flat, bungalow)
  • tenureType - Ownership type (freehold or leasehold)
  • leaseYearsRemaining - For leasehold properties, years left on the lease
  • size - Property size in square feet or square meters
  • keyFeatures - Bullet-pointed list of property highlights
  • agentName - Estate agent branch handling the listing
  • agentPhone - Direct contact number for viewings and inquiries
  • latitude/longitude - GPS coordinates for mapping and location analysis
  • addedOrReduced - Listing freshness indicator
  • auction - Whether property is being sold at auction
  • development - Whether this is a new build development

๐Ÿ’Ž Why Choose the Rightmove Scraper?

Complete UK Market Coverage - Rightmove is the UK's number one property portal with over 1 million active listings. Access the most comprehensive property database covering England, Scotland, Wales, and Northern Ireland.

Real-Time Market Data - Get up-to-date property information as it appears on Rightmove. Track new listings within hours, monitor reductions, and identify market trends before your competition.

No Technical Skills Required - Simple interface designed for business professionals. Just paste a URL or select your filters and click run. No programming, no setup, no complications.

Powerful Search Capabilities - Filter by location, budget, bedrooms, property type, search radius, listing freshness, and custom keywords. Find exactly the properties you need for your analysis or portfolio.

Agent Contact Information Included - Direct access to agent names and phone numbers saves hours of manual research. Perfect for investors, buyers, and professionals who need to contact agents quickly.

GPS Coordinates for Every Property - Latitude and longitude data enables advanced mapping, geographic analysis, and location-based research. Identify property clusters, analyze neighborhood trends, and visualize market data.

Flexible Export Formats - Download data in CSV for Excel analysis, JSON for custom applications, or integrate directly with your business systems using webhooks and connectors.

Cost-Effective Research - Gather thousands of property listings for a fraction of the cost of traditional market research services or manual data collection.

๐Ÿ“‹ How to Use

  1. Sign Up: Create a free account w/ $5 credit
  2. Find the Actor: Search for "Rightmove Property Scraper" in the Apify Store or use this direct link
  3. Configure Your Search: Paste a Rightmove search URL OR use the filter options to define your location, budget range, bedrooms, and other criteria
  4. Set Max Items: Choose how many properties to collect (free accounts limited to 100)
  5. Run the Actor: Click the "Start" button and let the tool collect your data
  6. Download Results: Export as CSV, Excel, or JSON in minutes

No Technical Skills Required - The entire process is point-and-click simple. If you can use a web browser, you can use this tool.

๐ŸŽฏ Business Use Cases

Property Investors & Developers

  • Market Analysis - Identify undervalued areas by comparing prices per square foot across different neighborhoods and property types
  • Investment Opportunities - Track new listings in target postcodes to find properties before competitors
  • Portfolio Research - Collect comparable property data to support valuation models and investment decisions
  • Development Feasibility - Analyze property density, market trends, and demand for development sites

Real Estate Professionals

  • Competitive Analysis - Monitor competitor listings, listing strategies, and market positioning in your service areas
  • Market Reports - Generate comprehensive property data for client presentations and neighborhood market reports
  • Lead Generation - Extract agent contact information to build partnership networks or recruit new agents
  • Market Benchmarking - Compare your listings against market averages to optimize listing strategies

Market Researchers & Data Analysts

  • Housing Market Trends - Track value movements, inventory levels, and listing velocities across UK regions
  • Geographic Analysis - Use GPS coordinates to map property distributions and identify emerging hotspots
  • Rental Yield Analysis - Compare sale prices to rental prices to calculate potential investment yields
  • Seasonal Patterns - Monitor listing volumes and market changes over time to understand market cycles

Business Intelligence & Financial Services

  • Credit Risk Assessment - Analyze property values and market conditions in specific areas for lending decisions
  • Economic Indicators - Use property data as a leading indicator for regional economic health and consumer confidence
  • Automated Reporting - Schedule regular data collection to feed dashboards and automated reporting systems
  • Due Diligence - Collect comprehensive property data for merger, acquisition, or investment research

Home Buyers & Renters

  • Property Comparison - Collect all matching properties in your target area to compare features, prices, and locations
  • Market Tracking - Monitor specific areas over time to understand fair market values before making offers
  • Commute Analysis - Use GPS coordinates to calculate distances to work, schools, or other important locations
  • Negotiation Data - Gather comparable sales data to support negotiations with sellers or agents

โ“ FAQ

How does the Rightmove Property Scraper work?

The tool accesses Rightmove's publicly available property listings and extracts the information into a clean, structured format. Simply provide a search URL or configure your filters, and the tool handles everything automatically. No technical knowledge required - it's as easy as performing a search on Rightmove itself.

How accurate and up-to-date is the property data?

The data is collected in real-time directly from Rightmove, so you receive the most current information available. Property details, prices, and agent information match exactly what appears on Rightmove at the time of collection. The tool includes timestamps (scrapedAt) so you know exactly when each property was collected.

Can I filter properties by specific criteria?

Absolutely. You can filter by location (with radius search), budget range, number of bedrooms, property types, listing freshness (added within days), and even search for specific keywords like "garden" or "parking". Use either Rightmove's URL from your browser or build a custom search using the input filters.

Can I schedule the tool to run automatically?

Yes. You can set up scheduled runs to collect property data daily, weekly, or at any interval you choose. This is perfect for tracking new listings, monitoring market changes, or maintaining an updated property database.

What if I need help or have questions?

Check this FAQ section first for common questions. For technical support, visit the Apify support page or contact us directly. We also offer custom solutions for larger projects or specialized data requirements.

Can I export the data to Excel or other tools?

Yes. All data can be downloaded in CSV format (perfect for Excel), JSON format (for developers and databases), or Excel format. You can also integrate directly with thousands of apps using Zapier, Make, or webhooks.

๐Ÿ”— Integrate Rightmove Scraper with any app

Connect your property data to other tools and automate your workflows. Send new listings to spreadsheets, trigger notifications, or feed data into your CRM automatically.

  • Make - Automate workflows and connect to 1000+ apps
  • Zapier - Connect 5000+ apps without coding
  • GitHub - Version control integration for data pipelines
  • Slack - Get notifications when new properties are found
  • Airbyte - Data pipelines to warehouses and databases
  • Google Drive - Export to spreadsheets automatically

Use webhooks to trigger actions when your data collection completes. Perfect for event-driven automation and real-time property alerts.

Looking for more data collection tools? Check out these related actors:

ActorDescriptionLink
Auction.com Property ScraperExtract auction property listings and investment opportunitieshttps://apify.com/parseforge/auction-com-property-scraper
LoopNet Business Listings ScraperCollect commercial real estate listings and property detailshttps://apify.com/parseforge/loopnet-scraper
REMAX Real Estate ScraperExtract residential real estate listings from REMAXhttps://apify.com/parseforge/remax-scraper
James Edition Real Estate ScraperCollect luxury property listings and pricing insightshttps://apify.com/parseforge/james-edition-real-estate-scraper
BizBuySell Scraper (Pay Per Event)Gather business-for-sale listings for market researchhttps://apify.com/parseforge/bizbuysell-scraper-pay-per-event

Pro Tip: ๐Ÿ’ก Browse our complete collection of data collection actors to find the perfect tool for your workflow.

๐Ÿ†˜ Need Help?

Quick Start Issues? Review the FAQ section above for answers to common questions about setup, filters, and data exports.

Technical Support - Visit the Apify support page for technical assistance, troubleshooting guides, and documentation.

Custom Solutions - Need to collect property data at scale, integrate with your existing systems, or extract data from other UK property portals? Contact us to discuss custom data collection projects tailored to your specific requirements.

Feature Requests - We continuously improve our tools based on user feedback. Share your suggestions for new features or data fields you'd like to see included.

๐Ÿ“ž Contact

Contact us to request a new scraper, propose a custom data project, or report a technical issue with this actor at https://tally.so/r/BzdKgA

โš ๏ธ Disclaimer

This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Rightmove or any of its subsidiaries. All trademarks mentioned are the property of their respective owners.