Quickstart
1. Install
You need Node.js 18 or later.
Or run without installing:
2. Log In
A code appears in your terminal. Your browser opens — sign in with your DealMachine account, enter the code, and click Authorize. That’s it.
If you already have an API key, you can skip the browser flow: dm login --key dm_sk_live_xxxxx
Need an API key before using the CLI? Run dm signup developer@example.com --login,
adding --phone-number +15551234567 if the API environment requires phone numbers,
then dm plans, then dm checkout --price-id price_xxx_monthly.
3. Run Your First Command
Look up a property:
Check your account:
See your credit usage:
4. Try More
Search for people by name:
Get raw JSON output (useful for scripts and integrations):
Validate and standardize an address:
See the full command reference for everything you can do.