Three-step social monitoring workflow

1. Discover
Console script searches only. No profiles.
2. Vet + Enrich
ChatGPT removes irrelevant items; second console script enriches only finalists.
3. Store + Report
Import final JSON, dedupe permanently, create Telegram prompt.
1

Generate discovery scraper

This script only discovers posts in the selected 12/24-hour window and returns raw candidate JSON. It never visits profiles.
Normally leave this as the current time. It anchors the exact cutoff.
One per line. These are discovery terms only; ChatGPT performs final relevance/language vetting.
This is embedded into the vetting prompt after scraping.
2

Vet candidate JSON with ChatGPT

Paste Step 1 JSON. The site produces a prompt; ChatGPT returns only the truly relevant finalized post JSON.
Open vetting step
3

Enrich finalized posts → store

Paste ChatGPT's vetted JSON, generate the second console scraper, collect account details, then import the enriched JSON permanently.
Open enrichment step Import final enriched JSON