Workflows
Search business registries for KYC
Look up a company in public business records and extract registration details for KYC-style checks.
Run this template
Clone just this template, configure Notte, and start the run.
Before running
- Have
NOTTE_API_KEYready. Generate an API key.
Need help? Join the Notte Slack.
Deterministic path
- Uses the Python SDK with deterministic page actions instead of an agent.
- Resolves a company name, ticker, or CIK against SEC's public company ticker dataset.
- Opens the SEC EDGAR company page, scrapes the visible company profile, then reads SEC submissions JSON for normalized company fields.
- Defaults to AAPL.
Selector and timing notes
- Missing credentials: verify .env contains NOTTE_API_KEY.
- The company must appear in SEC EDGAR.
- If a broad name query resolves to the wrong company, use a ticker or exact CIK.