Deep research: KYC and KYB checks
Know Your Customer (KYC) and Know Your Business (KYB) checks combine discovery and document retrieval across sources that have no API: company registries, sanctions lists, regulator portals, and news. An Agent searches for the right records, opens them, extracts the facts, and downloads supporting documents into its sandbox.1
System prompt
2
Structured output
3
Run it
Monitoring prices and changes
Pricing and inventory live on sites that change their markup, throw interstitials and ads, and hide numbers behind JavaScript. An Agent renders each page, dismisses what’s in the way, and returns the same fields every run, so you can diff against the last result and alert on movement.1
System prompt
2
Structured output
3
Run it on a schedule
result so you can diff successive observations.
Scale to 200+ portals
When you need the same task across hundreds of portals, supplier sites, or government systems, writing one script per target stops scaling: each portal has its own layout and changes on its own schedule. Instead, define one Agent whose prompt describes the goal abstractly, then run it across every portal by varying the inputs.1
System prompt
2
Structured output
3
Fan out across portals
- Node.js
- Python
Node.js
Next steps
Integrating Agents
Trigger runs, pass variables, and track them to completion.
Optimizing Agents
Tune the prompt and output to make runs faster and more reliable.
Managing files
Retrieve documents an Agent downloads during a run.
Run an Agent
Full request and response reference for a run.
Node.js SDK
Create, manage, and monitor Agents from Node.js.
Python SDK
Create, manage, and monitor Agents from Python.