Rightmove Property Monitor avatar

Rightmove Property Monitor

Pricing

$15.00/month + usage

Go to Apify Store
Rightmove Property Monitor

Rightmove Property Monitor

Monitor Rightmove property listings for new listings, price drops, price increases, removals and status changes — scheduled automatically.

Pricing

$15.00/month + usage

Rating

0.0

(0)

Developer

Datara

Datara

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

18 days ago

Last modified

Categories

Share

Rightmove Change Monitor

Monitor Rightmove property-for-sale listings and automatically detect changes between runs.

What it does

Run on a schedule (daily, hourly, etc.) and get notified about:

  • 🆕 New listings — properties that appeared since the last run
  • 💸 Price drops — listings where the asking price decreased
  • 📈 Price increases — listings where the asking price increased
  • 🔄 Status changes — e.g. "For Sale" → "Sold STC"
  • 🗑️ Removed listings — properties that disappeared from results

How to use

  1. Go to Rightmove and run a property search (for sale)
  2. Copy the full URL from your browser address bar
  3. Paste it into the Search URL input
  4. Run the actor — first run creates the baseline snapshot
  5. Schedule subsequent runs — changes will be detected automatically

Input

FieldTypeRequiredDescription
searchUrlStringFull Rightmove search results URL
maxListingsIntegerMax listings to fetch (default 500, max 1000)
enableChangeDetectionBooleanEnable diff against previous run (default true)

Output

Default Dataset

A run summary including all events detected in that run.

events Dataset

Every change event emitted, with fields:

  • listingId — Rightmove property ID
  • eventTypenew_listing / price_drop / price_increase / status_change / listing_removed
  • oldPrice / newPrice — price before and after
  • priceDelta — numeric change (price events only)
  • oldStatus / newStatus — status before and after
  • address — property address
  • url — direct link to the listing
  • timestamp — ISO timestamp of detection

snapshots Dataset

Full listing snapshot for each run, including:

  • listingId, url, price, status, address
  • bedrooms, bathrooms, propertyType
  • agentName, addedOrReduced
  • firstSeen, lastSeen

Key-Value Store

Persists the previous snapshot between runs for diff detection.

Scheduling

For best results, schedule runs daily or multiple times per day. Rightmove updates listings frequently.

In Apify, go to your actor → Schedules → create a new schedule using cron.

Examples:

  • Daily at 8am UK time: 0 8 * * *
  • Twice daily: 0 8,18 * * *

Proxy

This actor uses Apify Residential Proxies with UK exit nodes to reliably access Rightmove. Residential proxy usage is billed separately based on your Apify plan.

Limitations

  • Rightmove limits search results to ~1000 properties per search URL
  • For large areas, use more specific search URLs (add filters for price range, beds, etc.)
  • First run always creates a baseline — change detection begins from the second run onward