Real Estate Lead Machine β€” Scrape & Contact Motivated Sellers Before Anyone Else

# 🏠 Real Estate Lead Machine β€” Scrape & Contact Property Sellers Before Anyone Else

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Real Estate Lead Machine β€” Scrape & Contact Motivated Sellers Before Anyone Else" with this command: npx skills add g4dr/real-estate-lead-machine

🏠 Real Estate Lead Machine β€” Scrape & Contact Property Sellers Before Anyone Else

Slug: real-estate-lead-machine
Category: Real Estate / Lead Generation
Powered by: Apify + Claude AI

Input a target location. Get a ranked list of motivated property sellers β€” scraped from Zillow, Rightmove, and major portals β€” with owner contact details, market analysis, opportunity scores, and AI-generated outreach messages. Be first. Win the deal.


πŸ’₯ Why Every Real Estate Pro Will Want This Skill

Real estate is a race. The agent or investor who contacts a motivated seller first wins the deal. Most pros spend hours manually browsing listings, copy-pasting into spreadsheets, then writing the same email 50 times.

This skill makes you the fastest player in every market you target.

What gets automated:

  • 🏑 Scrape fresh listings daily from major property portals
  • ⏰ Detect motivated sellers β€” price reductions, long days-on-market, distressed signals
  • πŸ‘€ Find owner & agent contact details β€” name, email, phone
  • πŸ“Š Enrich each property with market comps & estimated value
  • 🎯 AI opportunity score (0–100) per property
  • πŸ“¬ Generate personalized outreach β€” email + SMS + follow-up sequence
  • πŸ—ΊοΈ Deliver leads ranked by motivation level β€” Hot / Warm / New

πŸ› οΈ Apify Actors Used

ActorIDPurpose
Zillow Scrapermaxcopell/zillow-scraperUS listings β€” price, days on market, details
Rightmove Scraperdhrumil/rightmove-scraperUK property listings & seller data
LeBonCoin Scrapermisceres/leboncoin-scraperFrench FSBO listings
Google Maps Scrapercompass/crawler-google-placesEstate agents, landlords, property managers
Google Search Scraperapify/google-search-scraperOwner details, public records, contact info

βš™οΈ Full Workflow

INPUT: Target location + property type + price range + seller signals
        ↓
STEP 1 β€” Scrape Fresh Listings (Daily Run)
  └─ New listings posted in last 24–72 hours
  └─ Price reductions β†’ motivated seller signal #1
  └─ Long days-on-market β†’ motivated seller signal #2
        ↓
STEP 2 β€” Detect Motivated Seller Signals
  └─ πŸ”΄ HOT: Price dropped 2+ times + 60+ days on market
  └─ 🟑 WARM: Price dropped once + 30+ days on market
  └─ 🟒 NEW: Fresh listing under 48 hours old
        ↓
STEP 3 β€” Property Data Enrichment
  └─ Sqft, bedrooms, year built, last sale price
  └─ Estimated current market value via comps
  └─ Neighborhood stats β€” avg price/sqft, avg days-on-market
        ↓
STEP 4 β€” Owner & Agent Contact Extraction
  └─ Agent name, phone, email (from listing)
  └─ FSBO β€” direct seller contact where available
  └─ Cross-reference Google for additional contact details
        ↓
STEP 5 β€” AI Opportunity Scoring (0–100)
  └─ Motivated signals + price vs market + location desirability
        ↓
STEP 6 β€” Claude AI Generates Personalized Outreach
  └─ Email referencing exact property + seller situation
  └─ SMS-length message for direct contact
  └─ Day 3 + Day 7 follow-up sequence
        ↓
OUTPUT: Ranked lead list + property data + outreach messages (CSV / JSON)

πŸ“₯ Inputs

{
  "target_zones": ["London Zone 2-4", "Manchester City Centre"],
  "property_type": ["flat", "terraced house"],
  "price_range": { "min": 150000, "max": 450000 },
  "motivated_signals": {
    "min_days_on_market": 30,
    "price_reduction": true,
    "fsbo_priority": true
  },
  "buyer_profile": {
    "type": "investor",
    "strategy": "buy-to-let",
    "completion_time": "4-6 weeks",
    "is_cash_buyer": true
  },
  "max_leads": 50,
  "apify_token": "YOUR_APIFY_TOKEN"
}

πŸ“€ Output Example

{
  "search_summary": {
    "location": "London Zone 2-4",
    "properties_scraped": 284,
    "hot_leads": 8,
    "warm_leads": 23,
    "new_listings": 41,
    "run_date": "2025-03-01"
  },
  "top_leads": [
    {
      "rank": 1,
      "opportunity_score": 94,
      "signal": "πŸ”΄ HOT β€” Price reduced 3x, 87 days on market",
      "property": {
        "address": "14 Elmwood Gardens, London E3 4NR",
        "type": "2-bed flat",
        "listing_price": "Β£285,000",
        "original_price": "Β£325,000",
        "price_reduction": "-Β£40,000 (-12.3%)",
        "days_on_market": 87,
        "sqft": 720,
        "portal_url": "rightmove.co.uk/property/123456"
      },
      "market_analysis": {
        "estimated_market_value": "Β£295,000",
        "vs_listing": "Priced 3.4% BELOW market",
        "area_avg_days_on_market": 32,
        "verdict": "87 days vs 32-day area average = strong motivation signal"
      },
      "seller_contact": {
        "agent": "Morrison & Fox Estate Agents",
        "agent_phone": "+44 20 7946 0321",
        "agent_email": "sales@morrisonfox.co.uk"
      },
      "outreach": {
        "email_subject": "14 Elmwood Gardens β€” cash buyer, quick completion possible",
        "email_body": "Dear Morrison & Fox team,\n\nI'm a cash buyer actively looking in E3 and came across 14 Elmwood Gardens. I'd be interested in viewing and potentially moving quickly if the seller is open to a competitive offer.\n\nI can complete in 4–6 weeks without a chain.\n\nWould the seller consider a viewing this week?\n\nBest regards,\n[Your name]",
        "sms_message": "Hi, cash buyer interested in 14 Elmwood Gardens. Can move fast, no chain. Worth a chat? [Your name]",
        "followup_day3": "Just following up re: Elmwood Gardens β€” still very interested if the seller would like to discuss.",
        "followup_day7": "Final follow-up on 14 Elmwood Gardens. Happy to arrange a call at your convenience."
      }
    }
  ],
  "market_snapshot": {
    "avg_days_on_market": "32 days (London E3)",
    "price_trend_90d": "πŸ“‰ -2.3% β€” buyer's market, motivated sellers increasing",
    "best_opportunity_streets": ["Elmwood Gardens", "Victoria Park Road", "Approach Road"]
  }
}

🧠 Claude AI Outreach Prompt

You are an expert real estate investor and negotiator.

PROPERTY DATA:
- Address: {{address}}
- Listing price: {{price}} (original: {{original_price}})
- Days on market: {{days_on_market}} (area avg: {{area_avg_dom}})
- Price reductions: {{price_reductions}}x
- Market value estimate: {{market_value}}
- Seller type: {{seller_type}}

BUYER PROFILE:
- Type: {{buyer_type}}
- Cash buyer: {{is_cash_buyer}}
- Can complete in: {{completion_time}}

GENERATE:
1. Email to agent/seller β€” professional, specific, references the exact 
   property and your ability to move fast. Max 100 words. Clear CTA.
2. SMS (max 160 chars) for direct seller contact
3. Day 3 follow-up (2 lines, different angle)
4. Day 7 final follow-up (1 line, keeps door open)

TONE: Professional, credible, cash-buyer confidence.
Never mention you know they're desperate.
OUTPUT: Valid JSON only. No markdown. No preamble.

πŸ’° Cost Estimate

LeadsApify CUCostProperties Analyzed
50 leads~60 CU~$0.60~300 properties
200 leads~220 CU~$2.20~1,000 properties
500 leads~540 CU~$5.40~2,500 properties
Daily auto-run~60 CU/day~$18/monthFresh leads every morning

πŸ’‘ $5 free Apify credits on signup = your first 250 properties analyzed for free.
πŸ‘‰ https://www.apify.com?fpr=dx06p


πŸ”— Who Makes Money With This Skill

UserHow They Use ItRevenue Potential
Property InvestorFind motivated sellers before competitorsDeals at 10–15% below market
Estate AgentGenerate off-market leads for buyersΒ£3K–£15K commission per deal
Real Estate WholesalerBuild motivated seller lists at scaleΒ£5K–$20K per assigned contract
Mortgage BrokerTarget homeowners likely to refinanceΒ£500–£2K per referral
Property SourcerSell sourced deals to investors at a feeΒ£2K–£5K per deal sourced

πŸ“Š Why This Beats Manual Research

FeatureManual ResearchReal Estate Lead Machine
Time to find 50 leads8–12 hoursUnder 5 minutes
Motivated seller detectionGuessworkAutomated signal scoring
Market value comparisonManual compsAuto-generated
Contact details foundSometimesAlways attempted
Outreach messagesWrite from scratchAI-generated per property
Daily refreshNever happensFully automated

πŸš€ Setup in 3 Steps

Step 1 β€” Get your Apify API Token
Sign up free β†’ https://www.apify.com?fpr=dx06p
Go to: Settings β†’ Integrations β†’ API Token

Step 2 β€” Define your target zone & buyer profile
Location, property type, price range, investment strategy.

Step 3 β€” Run daily for fresh motivated leads every morning
Set it on a schedule β€” wake up to a ranked list of leads every day.


⚑ Pro Tips to Close More Deals

  • Contact HOT leads within 2 hours β€” speed is your #1 advantage
  • Always mention chain-free & fast completion β€” that's what motivated sellers want to hear
  • Run the scraper daily at 6AM β€” new listings drop overnight, be first to reach out
  • Focus on FSBO (For Sale By Owner) β€” no agent = no competition, direct seller contact
  • Price reductions 3x+ = desperation signal β€” these sellers will negotiate hard

🏷️ Tags

real-estate property lead-generation motivated-sellers zillow rightmove apify investor estate-agent off-market property-sourcing outreach


Powered by Apify + Claude AI

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

AI Real Estate Goldmine Finder β€” Spot Undervalued Properties & Hot Markets Before Everyone Else

Automates identifying undervalued properties and hot real estate markets by scraping listings, analyzing seller distress, rental yields, neighborhood trends,...

Registry SourceRecently Updated
0117
Profile unavailable
Research

AI Business Plan Generator β€” Full Investor-Ready Plan in 10 Minutes

Generate a complete investor-ready business plan in 10 minutes with live market research, competitor analysis, financial modeling, and a pitch video tailored...

Registry SourceRecently Updated
0194
Profile unavailable
Research

AI Email List Builder & Monetizer β€” Build a 10,000-Subscriber List & Earn $5K/Month in 90 Days

Automates audience research, lead magnet creation, email sequence setup, monetization strategy, and promo video production to build a 10,000-subscriber email...

Registry SourceRecently Updated
00
Profile unavailable