Skip to main content

Quick Start

Before you begin, make sure you have installed and authenticated the Landbase CLI.Ask Landbase for an audience using plain English:
landbase-cli search "find B2B SaaS companies in San Francisco"
The CLI returns a JSON response that includes a run_id, session_id, dataset_id, and a content field describing what it found.

Save the results

Add --download to write results to a file:
landbase-cli search "find B2B SaaS companies in San Francisco" --download=results.jsonl
When the file is ready, inspect it:
head -5 results.jsonl
Each line is a JSON object representing one company or contact.

What’s next