Research a target account with Claude Code
In this tutorial you will use the Landbase Claude Code plugin to research a target account in multiple steps — finding the company, finding relevant contacts, enriching them with email and phone data, and saving the results. By the end you will have experienced a full prospecting loop driven by natural language inside your editor. What you will need:- landbase-cli installed and authenticated
- Claude Code installed
- The Landbase Claude Code plugin set up (run
landbase-cli config permissions --yesto configure it)
1. Open Claude Code and run the Landbase setup command
In your terminal, run:2. Find your target company
Ask Claude:3. Find decision-makers at that company
Now ask:acme-research) means all follow-up prompts in this conversation will continue the same research thread.
4. Narrow the list
Ask a follow-up:5. Enrich with email and phone
Ask:6. Review and export
Ask:acme-final.csv to see your completed prospect list with names, titles, emails, and phone numbers.
What you learned
- The
/landbase-cli:setupcommand verifies your environment inside Claude Code - Named sessions let you refine searches iteratively without losing context
- Claude can chain multiple CLI commands naturally in response to plain-English instructions
- The full prospecting loop (find company → find contacts → narrow → enrich → export) runs entirely from your editor

