IG Realtor Recruiting Outreach
Use this skill to turn IG lead lists into practical recruiting outreach without mass-blast spam language.
Workflow
1. Gather Leads
Use the best source available:
- ClawHub/IG scraping skill output (preferred if available)
- Manually curated CSV from IG research
Minimum CSV fields:
instagram_handlefirst_name(orname)city(optional)brokerage(optional)target_brokerage(optional; falls back to CLI default)
Recommended enrichments:
followerslast_post_themepain_pointproduction_tier(new,building,team_lead,top_producer)notes
2. Generate Outreach Sequence
Run:
python3 scripts/build_ig_recruiting_outreach.py \
--input /path/to/realtor_leads.csv \
--campaign-name "exp-phoenix-week1" \
--default-target-brokerage "eXp Realty" \
--output-dir output/ig-recruiting
The script creates:
messages_<campaign>.csvwith staged DM sequenceaudit_<campaign>.jsonwith lead-level rationale + quality notesplaybook_<campaign>.mdwith send cadence and talking points
3. QA Before Sending
Check each message for:
- Correct name/handle and brokerage
- Specific but truthful personalization
- No guaranteed income claims
- No manipulative urgency or fake scarcity
4. Send and Track
Send manually in Instagram. Use CRM tags for sequence stage:
ig_sent_d1ig_sent_f1ig_sent_f2ig_sent_breakup
Input Schema
The script supports these columns (case-insensitive):
instagram_handle(required)first_namenamebrokeragetarget_brokeragecityfollowerslast_post_themepain_pointproduction_tiernotes
Safety Rules
- Do not claim guaranteed income, splits, or stock upside.
- Do not impersonate existing recruits or fabricate social proof.
- Keep tone consultative and one clear CTA per message.
- Respect platform rules and local solicitation regulations.
References
references/message-framework.mdreferences/compliance-guardrails.md