Overview
Due-diligence, KYC, and onboarding workflows often require looking up companies on government registries — checking incorporation status, extracting registered addresses, or verifying company numbers. These portals rarely offer APIs, so teams spend hours on manual lookups. Refrain automates the entire flow: search by company name, open the detail page, extract the required fields, and export them as CSV. With batch mode you can process hundreds of companies from a spreadsheet in a single run.Example runbook
Generate and execute
Why this works well
- No API required — Works directly on government portal web interfaces.
- Self-healing — Portal UI changes don’t break the automation. Selectors are resolved through multiple fallback layers.
- Batch mode — Process hundreds of companies from a CSV in a single run.
- Zero rerun cost — After the initial AI-powered generation, every execution is deterministic and token-free.
What’s next
Generate a runbook
Learn how AI builds runbooks from a goal.
Variables and secrets
Securely pass credentials and data to runbooks.