Skip to content

GossetLife science intelligence from your terminal

Search 87,000+ drugs, 221,000+ trials, 190,000+ companies, 313,000+ deals and 1M+ news items, by name, target, disease or modality. JSON by default, so it pipes into jq 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