π 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
| Actor | ID | Purpose |
|---|---|---|
| Zillow Scraper | maxcopell/zillow-scraper | US listings β price, days on market, details |
| Rightmove Scraper | dhrumil/rightmove-scraper | UK property listings & seller data |
| LeBonCoin Scraper | misceres/leboncoin-scraper | French FSBO listings |
| Google Maps Scraper | compass/crawler-google-places | Estate agents, landlords, property managers |
| Google Search Scraper | apify/google-search-scraper | Owner 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
| Leads | Apify CU | Cost | Properties 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/month | Fresh 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
| User | How They Use It | Revenue Potential |
|---|---|---|
| Property Investor | Find motivated sellers before competitors | Deals at 10β15% below market |
| Estate Agent | Generate off-market leads for buyers | Β£3KβΒ£15K commission per deal |
| Real Estate Wholesaler | Build motivated seller lists at scale | Β£5Kβ$20K per assigned contract |
| Mortgage Broker | Target homeowners likely to refinance | Β£500βΒ£2K per referral |
| Property Sourcer | Sell sourced deals to investors at a fee | Β£2KβΒ£5K per deal sourced |
π Why This Beats Manual Research
| Feature | Manual Research | Real Estate Lead Machine |
|---|---|---|
| Time to find 50 leads | 8β12 hours | Under 5 minutes |
| Motivated seller detection | Guesswork | Automated signal scoring |
| Market value comparison | Manual comps | Auto-generated |
| Contact details found | Sometimes | Always attempted |
| Outreach messages | Write from scratch | AI-generated per property |
| Daily refresh | Never happens | Fully 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