VOOZH about

URL: https://apify.com/datacach/rightmove-properties-discovery-by-location

โ‡ฑ Rightmove Properties Discovery By Location [FOR BUY] ยท Apify


๐Ÿ‘ Rightmove Properties Discovery By Location avatar

Rightmove Properties Discovery By Location

Pricing

$2.99 / 1,000 results

Go to Apify Store

Rightmove Properties Discovery By Location

This actor collects detailed properties information from Rightmove UK by location. It collects comprehensive data including properties details, prices, bedrooms, bathrooms, state agent contact and more. This actor is for buy properties.

Pricing

$2.99 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ DataCach

DataCach

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

0

Monthly active users

2 months ago

Last modified

Share

Rightmove UK Property by Location Scraper [FOR BUY] ๐Ÿ 

Overview

This Apify Actor extracts comprehensive property data from Rightmove.co.uk, the UK's leading property website. You can search for properties for sale across the United Kingdom with advanced filtering options including location, price range, property type, number of bedrooms/bathrooms, and more.

Why choose this actor? ๐ŸŒŸ

  • UK-Wide Coverage: Extract property data from across the entire United Kingdom
  • Advanced Filtering: Comprehensive search filters including location, price, property type, and more
  • High-Quality Data: Structured JSON output with detailed property information
  • Focused Search: Specialized for property sales with optimized performance
  • Location Intelligence: Smart location prediction and validation
  • Reliable Performance: Built on robust infrastructure with retry mechanisms

Use Cases

  • Market Research: Analyze property market trends and pricing across different areas
  • Investment Analysis: Identify investment opportunities and market gaps
  • Competitive Intelligence: Monitor competitor property listings and pricing
  • Real Estate Development: Research potential development areas and property types
  • Property Management: Track sales market trends and property availability
  • Data Analytics: Build comprehensive property databases for analysis

Key Features ๐Ÿš€

  • Property Details: Complete property information including price, location, and features
  • Location Search: Smart location prediction with postcode, city, or area name support
  • Advanced Filtering: Price range, bedrooms, bathrooms, property type, and radius filtering
  • Image Data: Access to property images and media
  • Agent Information: Estate agent details and contact information
  • Geographic Data: Precise latitude/longitude coordinates for mapping
  • Timestamps: Property listing dates and update information
  • Sales Focus: Optimized for property sales with comprehensive data extraction

How It Works

  1. Input: Provide search parameters including location, filters, and preferences
  2. Processing: The actor searches Rightmove.co.uk with your criteria
  3. Output: Receive structured JSON data with comprehensive property information

Input Parameters

FieldTypeRequiredDescriptionExample
locationstringYesLocation to search (city, postcode, or area)"London"
radiusstringNoSearch radius in miles (0.25-40)10
min_pricestringNoMinimum price filter50000
max_pricestringNoMaximum price filter300000
min_bedroomsstringNoMinimum number of bedrooms (1-10)2
max_bedroomsstringNoMaximum number of bedrooms (1-10)4
min_bathroomsstringNoMinimum number of bathrooms (1-5)1
max_bathroomsstringNoMaximum number of bathrooms (1-5)2
property_typesstringNoComma-separated property types"terraced,flat,semi-detached"
operation_typestringNoTransaction type (defaults to BUY)"BUY"
max_days_since_addedstringNoMaximum days since listing (1,3,7,14)7
include_under_offer_and_stcbooleanNoInclude properties under offer/SSTCfalse
"max_resultsstringNoMaximum number of results to return100

Available Property Types

  • terraced - Terraced houses
  • flat - Flats and apartments
  • semi-detached - Semi-detached houses
  • detached - Detached houses
  • bungalow - Bungalows
  • land - Land plots
  • park-home - Park homes

Available Radius Options

  • 0.25, 0.5, 1, 3, 5, 10, 15, 20, 30, 40 miles

Output Schema

The actor returns detailed property information in the following structure:

{
"id":123456789,
"bedrooms":3,
"bathrooms":2,
"number_of_floor_plants":2,
"description":"Beautiful 3-bedroom semi-detached house in a sought-after location...",
"address":"123 Example Street, London, SW1A 1AA",
"country_code":"GB",
"latitude":51.5074,
"longitude":-0.1278,
"property_sub_type":"Semi-detached",
"tenure":{
"type":"Freehold",
"details":"Freehold tenure"
},
"listing_update":{
"date":"2024-01-15",
"type":"New listing"
},
"price":450000,
"currency_code":"GBP",
"estate_agent_branch":{
"name":"Example Estate Agents",
"branch":"London Branch",
"contact":{
"phone":"020 1234 5678",
"email":"london@exampleagents.co.uk"
}
},
"transaction_type":"BUY",
"property_url":"https://www.rightmove.co.uk/properties/123456789",
"contact_url":"https://www.rightmove.co.uk/contact/123456789",
"first_published_at":"2024-01-15T10:30:00Z",
"updated_at":"2024-01-15T10:30:00Z",
"property_images":[
{
"url":"https://media.rightmove.co.uk/example-image.jpg",
"caption":"Front view of the property",
"type":"main"
}
],
"timestamp":"2024-01-15T12:00:00Z",
"input":{
"location":"London",
"radius":10,
"min_price":400000,
"max_price":500000
}
}

Output Fields Explained

Basic Property Information

  • id: Unique property identifier
  • bedrooms: Number of bedrooms
  • bathrooms: Number of bathrooms
  • number_of_floor_plants: Number of floor plans available
  • description: Detailed property description
  • address: Full property address
  • country_code: ISO country code (GB for UK)

Location Data

  • latitude: Property latitude coordinate
  • longitude: Property longitude coordinate
  • property_sub_type: Specific property type (e.g., "Semi-detached")

Financial Information

  • price: Property price in pence
  • currency_code: Currency code (GBP)
  • tenure: Property tenure information (Freehold/Leasehold)

Agent Information

  • estate_agent_branch: Estate agent details including contact information
  • transaction_type: Transaction type (BUY for sales)
  • property_url: Direct link to property listing
  • contact_url: Contact form URL

Media and Updates

  • property_images: Array of property images with URLs and captions
  • first_published_at: When the property was first listed
  • updated_at: Last update timestamp
  • listing_update: Information about listing updates

Metadata

  • timestamp: When the data was extracted
  • input: Original search parameters used

Example Usage

Basic Search

{
"location":"Manchester",
"radius":"5",
"min_price":"200000",
"max_price":"400000",
"min_bedrooms":"2",
"max_bedrooms":"4"
}

Investment Property Search

{
"location":"Birmingham",
"min_price":"150000",
"max_price":"300000",
"property_types":"flat,terraced",
"max_days_since_added":"7"
}

Family Home Search

{
"location":"Liverpool",
"radius":"10",
"min_price":"100000",
"max_price":"250000",
"property_types":"terraced,semi-detached",
"min_bedrooms":"3",
"include_under_offer_and_stc":false
}

Pricing ๐Ÿ’ฐ

Price: $40 per month

  • Unlimited property searches
  • Access to all features and filters
  • Priority support included

Limitations

  • Monthly Subscription: $40/month for unlimited access
  • Geographic Coverage: UK properties only
  • Rate Limiting: Respects Rightmove's rate limits to ensure reliable operation
  • Property Type: Sales properties only (no rentals)

Legal Disclaimer

This Actor is intended for public data extraction only. Ensure your usage complies with Rightmove.co.uk's terms of service and applicable data protection regulations. The actor respects rate limits and implements appropriate delays to avoid overwhelming the target website.

Support

For technical support or questions about this actor, please contact the development team or refer to the Apify documentation.

Note: This actor is designed for legitimate business use cases and market research. Please ensure compliance with all applicable laws and website terms of service. The actor implements responsible scraping practices to maintain the integrity of the target website.

You might also like

Rightmove Property Scraper

crawlerbros/rightmove-scraper

Scrape Rightmove - UK's largest property portal. Search properties for sale, to rent, or fetch any listing page by URL. Returns price, bedrooms, bathrooms, address, agent, images, and more.

16

Rightmove Property Scraper

crawlergang/rightmove-scraper

Scrape Rightmove, UK's largest property portal. Search properties for sale, to rent, or fetch any listing page by URL. Returns price, bedrooms, bathrooms, address, agent, images, and more.

3

5.0

Rightmove Properties Url Parser Script

hello.datawizards/rightmove-properties-url-parser-script

Apify Actor scrapes comprehensive property details from Rightmove listings, including price, bedrooms, bathrooms, size, features, images, and agent information. Perfect for real estate research, market analysis, and data-driven property insights in structured JSON format.

Rightmove Properties For Buy Scraper

datacach/rightmove-properties-for-buy-scraper

This tool gathers detailed property info from Rightmove UK, including prices, bedrooms, bathrooms, and agent contacts. Designed for buyers, it offers accurate, up-to-date data with a pay-per-result model, ensuring you only pay when you succeed.

Rightmove Properties Scraper

nifty.codes/rightmove-properties-scraper

Extract property listings with prices, locations, and branch details from search results and map views. Powered by Rightmove Scraper.

Rightmove Scraper - Cheap ๐Ÿ˜๏ธ๐Ÿ”๐Ÿ‡ฌ๐Ÿ‡ง

scrapestorm/rightmove-scraper---cheap

Looking to extract property listings across the UK? ๐Ÿ” The Rightmove Property Scraper ๐Ÿ˜๏ธ lets you collect properties by city or region, including price, address, property type, bedrooms, bathrooms, agent details, and listing URLs. Fast, structured, & ready for analysis. ๐Ÿšซ No proxy needed

2

Rightmove Sold House Properties Scraper

dhrumil/rightmove-sold-house-properties-scraper

Scrape rightmove.co.uk to crawl millions of sold house properties from United Kingdom. Our real estate scraper also lets you monitor specific listing for newly sold properties. You can provide multiple search result listings to scrape/monitor.

๐Ÿ‘ User avatar

Dhrumil Bhankhar

48

5.0

Rightmove Property Page Scraper

moving_beacon-owner1/rightmove-property-page-scraper

Collect comprehensive information about properties listed on Rightmove, including details such as location, price, features, and any other relevant specifications available on the listing pages. pages.

2

Rightmove Property Scraper โ€” UK Listings

omarjab/rightmove-scraper

Scrape UK property listings from Rightmove. Extract price, bedrooms, bathrooms, location, coordinates, agent details, images and more. Covers buy, rent and sold. Pay per property scraped โ€” no subscription needed.