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.
| Username | Access | Followers | Posts | Bio | Category | Extracted | Confidence |
|---|
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.