1npm install -g dealmachine
1dm login
12345You: Use the DealMachine API to find properties in Austin, TX with high equity that are owned by out-of-state owners. Claude: I'll use the DealMachine CLI to search for those properties. Let me first check what filters are available...
12"Find single family homes in Dallas County worth over $300k with at least 60% equity, owned for 10+ years"
1"Get the owners of these 5 properties and their phone numbers"
12"What filters can I use to search for distressed properties?" "Show me all the demographic filters available"
12"Create a list called 'High Equity Austin' with these results" "Add the pre-foreclosure properties to my existing list"
12345678910111213Your request: "Absentee owners in Austin with 40%+ equity owned 10+ years" Agent generates: { "location": { "cities": ["Austin"] }, "absenteeOwner": true, "equityPercent": { "min": 40 }, "yearsOwned": { "min": 10 } } API returns: 1,247 matching properties
GET /v1/filtersGET /v1/fields123"Find investment properties in Houston" -> "Now filter to just the ones with pre-foreclosure status" -> "Show me only the ones owned by individuals, not corporations"
123"What demographic filters are available?" "Can I filter by lien amount?" "What MLS statuses can I search for?"
12"How many credits do I have left?" "How many results would this search return before I export?"
12"Run my 'High Equity Austin' filter" "Update my saved filter to also include multi-family"