Public OSINT Graph
Map public entity relationships and degrees of separation from open sources.
Step 1 — Understand the use case
Use this when an agent needs to expand a public seed entity (person, org, event) into a relationship graph. Results are logged for secondary realization into the marketplace knowledge graph.
Not for: licensed people search, private PII, or stalking.
Step 2 — Try from the website
- Open x402-micro-pay.com
- Find Public OSINT Graph
- Click Try now
Step 3 — curl (free beta)
curl -s -X POST https://x402-micro-pay.com/api/skills/osint-graph \
-H "Content-Type: application/json" \
-d '{"seed_entity":"OpenAI","max_depth":2}'
Step 4 — Humanless agent
python -m agent.humanless_client osint_graph --seed "OpenAI" --depth 2
Step 5 — Applet workflow
- Open
/applet - Select Public OSINT Graph
- Enter seed in Service prompt (e.g.
Tesla) - Add context (jurisdiction, public sources to prefer)
- Click Run microservice
Input schema
| Field | Type | Required |
|---|---|---|
| seed_entity | string | yes |
| max_depth | integer (1–4) | no, default 2 |
Billing
- Now: free beta
- Soon: x402 USDC per call ($0.002 listed price)