Scrape → Gated Claims
Source × gate: Actor datasets never enter trusted store raw.
When to Use
- Apify/SERP/docs crawl produced rows you might remember
- Need atomic claims with source URLs for fact_store / brain
Not for: dumping HTML into notes; interactive browse-only tasks.
Process
- Run
apify-actorwith cappedmaxResults/maxPages. - Normalize rows → candidate claims (one fact each) + source URL.
- For each candidate, run
verified-brain-commit-ritualgates. - Commit passes; keep fails in inbox with gate reasons.
- Return ledger: committed ids vs inbox holds.
NEVER
- Commit without URL
- Bundle five facts into one write
- Store API tokens from pages
Collision parents
apify-actor, verified-brain-commit-ritual