Filing research shape
- Browser-agent research against a public, source-of-record site.
- Domain policy for a single trusted origin.
- Structured fields that an application can validate before storage.
- Source URLs as evidence, not final authority.
Setup
Use the CLI with a configured model profile. The example only visitssec.gov and does not require an SEC account.
Run it from the CLI
Expected output
Build it into an app
Production notes
- Domain policy:
sec.gov. - Output fields: form type, filing date, accession number, detail URL, summary.
- Use structured output before writing to a database.
- Persist source URLs with the result.
- Treat SEC pages as public evidence that can change over time.
Inspect
- Debug UI when a search result looks wrong.
- Recording for replayable evidence.
- Steps for page titles and URLs.
- Status for blocker or timeout state.
Cleanup
No browser cleanup is needed for the CLI run. If you created a debug browser yourself, close it withweb browser close <browser-id>.
Common failures
- A rate limit, bot challenge, or temporary SEC page error should route the run to review instead of inventing filing data.
- If the site layout changes, inspect the recording and tighten the prompt around visible labels or detail-page URLs.