MHND Labs Synthetic preview. No real accounts scraped
Follower list enrichment + classification

37,000 followers is a list. This is a lead map.

A working preview of the final deliverable: every follower enriched, filtered to property-related accounts, and classified by Claude into six action categories with unit counts, portfolio sizes and company names pulled from bios and captions. All 40 profiles below are invented for this preview. No real accounts were scraped, and no login or session cookie is ever used.

1Parse JSON export 2Enrich via Apify 3Keyword filter 4Pull last 10 captions 5Claude classifies 6Sorted Google Sheet

Segmented follower sheet

Click any category to filter. Click a row to see exactly what the model read and why it decided. Private accounts are classified on bio and counts only and always carry a review flag.

UsernameAccessFollowersPosts BioCategoryExtractedConfidence
The exact Claude prompt used for classification
You are classifying Instagram accounts for a UK property
investment educator. You receive one account per request:
bio, follower count, post count, public/private status,
external link, and (for public accounts that passed the
keyword filter) the last 10 post captions.

Assign exactly one category:

1. Operator: runs property deals or a portfolio now
   (HMO, BTL, serviced accommodation, flips, rent to rent).
2. Educator or competitor: sells property courses,
   mentorship, coaching or paid communities.
3. Beginner: aspiring or early stage, no evidence of
   completed deals.
4. Investor: deploys capital, funds deals, or holds
   assets passively (angel, fund, private lender).
5. Adjacent (broker, builder, agent, planner): works in
   the property industry but does not invest or educate.
6. Not property: nothing property related in bio
   or captions.

Also extract, only if explicitly stated in the text:
unit_count, portfolio_size, company_name. Never guess a
number that is not written.

Return JSON:
{ "category": "...",
  "confidence": "High" | "Medium" | "Low",
  "extracted": { "unit_count": ..., "portfolio_size": ...,
                 "company_name": ... },
  "rationale": "one sentence quoting the deciding evidence" }

Rules:
- Private accounts (no captions available): classify on
  bio and counts alone and cap confidence at Low.
- If bio and captions conflict, captions win: they are
  current behaviour, the bio may be stale.
- Educator or competitor beats Operator when both apply:
  the account sells education about property, so treat
  it as a competitor for outreach purposes.

Selftest

Recomputes every category count and integrity rule from the raw row data embedded in this page, then checks them against the rendered chips. Runs on load; run it again yourself.