Known URLs
Pass a public source when you already know what to inspect:Files Of URLs
Use one URL per line:Structured Public Resources
Scout can read CSV, TSV, pipe-delimited text, and ZIP files that contain one of those formats. Use this for public bulk resources where each row already contains people, places, roles, dates, or other civic context. Header rows are detected automatically:Place And Issue Runs
Run against a place and issue set:scout articles crawl or
scout articles import, this command can extract entries from those stored
articles without a search key.
Connect search when you also want Scout to find new public sources:
--refresh when you want Scout to ignore cached fetches and extractions.
Crawl Controls
Scout can follow same-domain links from seed pages:Headless Browser Fallback
Scout may launch a headless Chromium browser through Playwright when a public source looks useful but normal HTML fetching cannot read enough text. This is a bounded fallback for JavaScript-rendered pages, not the primary fetch path. Defaults:
Scout does not open visible browser windows. Disable the fallback:
Progress And Sync
Use default progress for interactive work. Use quiet mode for scripts:Inspect A People Sample
Use run-scoped entry listing to review the people Scout found before syncing:--run-id to combine reviewed runs while leaving discarded
or retry runs out of the sample. Add --unique-names when overlapping sources
may mention the same person.
Export Entries
Usescout export entries when you need a file instead of an interactive
sample. JSONL is the default and works well for large handoffs:
Verify Counts And Currentness
Useentries stats before a large export or sync:
--min-source-backed checks rows with provenance. --min-unique-people checks
exact unique person keys so duplicate runs do not inflate the count.
Passing those checks does not certify currentness. Before syncing or exporting a
people list, inspect source dates and source context for the relevant run. If a
source is an archive, old filing, historical roster, or stale page, treat its
entries as historical evidence rather than current outreach data.