Skip to content

GossetEvery drug, trial, company and deal, one query away

88,000+ drugs, 221,000+ trials, 190,000+ companies, 359,000+ deals and 1M+ news items. Search by name, target, disease or modality. JSON by default, so it pipes into jq, pandas or straight into an agent.

Sixty seconds ​

bash
pip install gosset
gosset auth                              # one browser sign-in; the key is stored

gosset drugs --target TL1A --table       # the TL1A landscape, most advanced first
gosset trials --disease "atopic dermatitis" --phase 3 --table
gosset deals --drug pembrolizumab --table

Every command prints JSON by default, so it composes:

bash
gosset drugs --target "KRAS G12C" --phase 3 | jq -r '.[].name'

Full CLI guide →

Gosset Documentation