Illustration for: The Leads No One Else Was Looking For
← Real AI Stories
πŸ”§ Intermediate

The Leads No One Else Was Looking For

Two builders found high-value prospects hiding in public data nobody bothered to process: obituary records and satellite imagery. AI made the impossible pipeline obvious.

Most businesses compete for the same leads from the same sources: LinkedIn, trade databases, Google Maps. Two builders decided to look somewhere else β€” in data that was always technically public, just practically impossible to process by hand.

Both built pipelines. Both found leads their competitors aren’t seeing.


The Obituary Scraper

Who: A marketing operator who runs AI pipelines for three real estate companies. He won’t reveal all his methods, but shared one example publicly.

The pipeline: When someone dies and leaves behind a property, that property often goes to market. The problem is timing β€” identifying potential sellers before they’ve already listed means reaching them before the competition. His Hermes + Openclaw pipeline monitors obituary notices, extracts address clues from the text, runs a lead scorer against client buy criteria, and automatically triggers postcard and email outreach. When field agents are already driving nearby, the system routes them for a drive-by.

Each step was theoretically doable before. Scraping obituaries: yes. Parsing addresses from text: yes. Scoring leads: yes. Routing field agents: yes. Doing all five reliably, in sequence, at scale, automatically: that required an agent pipeline. He runs it for three companies. He says the leads this surfaces were β€œlong-tail marketing that was impossible before these tools.”

The takeaway: The data source isn’t secret β€” obituaries are public. The edge is processing them fast enough to be first.


The Satellite Qualifier

Who: A local service business owner building his first client pipeline using AI. His target: small businesses where the owner also owns the property.

The pipeline: He built a system that pulls small business listings in a geographic area, links each business to county parcel records, downloads the satellite image of the property, and runs aerial classification to estimate lot size. The final filter: business owner = property owner, lot size 1–30 spaces. Contacts that pass the filter get marked β€œcall next.”

Why does the satellite image matter? Because his business involves the physical property β€” and satellite imagery lets him pre-qualify prospects on lot characteristics before ever making contact. He documented the whole process and shared it publicly. He also flagged the limitation honestly: aerial classification sometimes misreads partial lots, so humans still do a final review on edge cases.

The takeaway: Three public sources β€” business listings, parcel records, satellite imagery β€” combined into one qualifier no competitor is running manually.


The pattern

Both pipelines share the same structure: public data, multi-step matching, automated outreach only to contacts that pass all filters. Neither required proprietary data. Neither required code expertise. Both required knowing what to look for and building an agent to find it.

The companies seeing the same leads in the same databases are competing on margin. These two are competing on access.

FAQ

Do you need coding experience to build a lead gen pipeline like these?

Neither builder wrote code. Both described what they needed and let AI agents handle the execution. The key skill is knowing what data sources to combine and what qualifies a lead.

What made these pipelines 'impossible before AI'?

Each step individually was doable: scraping obituaries, looking up addresses, downloading satellite images, checking parcel records. The problem was the stitching β€” running all five steps reliably, in order, at scale, without manual babysitting. AI agents handle the coordination.

Is using obituary data for real estate lead gen legal?

Obituary data is public. The pipeline targets estate situations β€” homes that may need to be sold. It's a well-established approach in real estate, now automated at scale.

What is Openclaw and why does it keep appearing in these stories?

Openclaw is an open-source AI runtime that runs on your own hardware and connects to your messaging apps. It's how these builders deploy multi-step agent pipelines without managing cloud infrastructure.