ClipMarts

Real Estate Lead Engine

Seven agents that find leads, qualify them, and book showings

$29Operator PackFor departments, agencies, and ops-heavy teams

What is Real Estate Lead Engine?

A lead generation and nurture system for real estate agents. Scrapes new listings from MLS feeds, matches them against buyer criteria, writes personalized outreach emails, follows up on cold leads, and books showings directly into your calendar. Includes a CRM sync agent for Salesforce or HubSpot.

Agents

7

Setup Time

10 min

Difficulty

Intermediate

Works With
paperclipclaude-code

Organization Chart

Listing Scraper

Lead

Lead Qualifier

Outreach Writer

Follow Up Agent

Showing Scheduler

Crm Syncer

Market Reporter

What's Included

  • company.yaml
  • agents/listing-scraper.md
  • agents/lead-qualifier.md
  • agents/outreach-writer.md
  • agents/follow-up-agent.md
  • agents/showing-scheduler.md
  • agents/crm-syncer.md
  • agents/market-reporter.md
  • workflows/listing-to-showing.yaml
  • workflows/cold-lead-nurture.yaml
  • skills/email-personalization.md
  • templates/outreach-email.md
  • mcp-servers.json
  • README.md

Preview

company.yaml
# company.yaml
name: real-estate-lead-engine
version: "1.0"
description: Automated lead gen and nurture for realtors

agents:
  - id: listing-scraper
    role: "Pull new listings from MLS and Zillow feeds"
    skills: [data-extraction, listing-parsing]
    triggers:
      - cron: "0 7,12,18 * * *"
        action: scrape-new-listings

  - id: lead-qualifier
    role: "Score leads by budget, location, and timeline"
    skills: [lead-scoring, buyer-profiling]
    upstream: [listing-scraper]
    output:
      format: json
      destination: qualified-leads/

Installation Guide

terminal
$ paperclipai company import --from ./real-estate-leads/paperclip/ --target new
Creating 7 agents... done
Wiring 2 workflows... done
Company deployed successfully.

One-click import — deploy a full AI company into Paperclip in under a minute.

Option A: CLI (recommended)

1

Download and extract the ZIP

unzip real-estate-leads.zip
2

Import the Paperclip-ready company package

paperclipai company import --from ./real-estate-leads/paperclip/ --target new
3

Done — agents are ready

Open your Paperclip dashboard to see the org chart, agents, and workflows.

Option B: Dashboard UI

1

Open Paperclip dashboard

Navigate to Company Settings → Import

2

Upload the paperclip/ folder

From the extracted ZIP, upload the real-estate-leads/paperclip/ directory.

3

Review and deploy

Preview the org chart, then click Deploy. All agents and workflows will be created automatically.

Share
Files included14
Setup time10 min
Difficultyintermediate

Tags

real-estateleadscrmemailsalesautomation