Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.landbase.com/llms.txt

Use this file to discover all available pages before exploring further.

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