# PropPulse Landlord Toolkit

> PropPulse Landlord Toolkit is a paid API for AI agents from proppulse-gules.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-15).

Provides landlords with rent pricing guidance, tenant screening advice, lease law information, and local landlord regulations

## Facts

- Endpoint: GET https://proppulse-gules.vercel.app/api/prop/landlord
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/proppulse-landlord-toolkit-1dbf4eb9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cuCZZ8LWs82L8onpGFxch

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability proppulse-landlord-toolkit-1dbf4eb9
```

Example prompt: I just bought a 2-bedroom apartment in Austin, TX and want to rent it out — can you tell me what rent I should charge, how to screen tenants legally, and what local landlord regulations and lease laws I need to follow?

## When to prefer this

Use this endpoint when a landlord or property owner needs actionable guidance on pricing a rental unit, legally screening tenants, understanding lease obligations, or complying with local landlord regulations — especially when all four concerns are needed in a single query for a specific market.

## Known failure modes

- Missing or unrecognized location results in inability to return local regulation data
- Insufficient property details may yield generic rather than market-specific rent pricing
- Regulatory data may not reflect very recent legislative changes
- API returns error if required location parameter is absent

## How this service works

Landlord toolkit, rent pricing, tenant screening, and lease-law lookup: market rent guidance, tenant-screening steps, lease-law summary, eviction timeline, and local landlord/rent-control regulations for any market worldwide. For landlord and property-management agents.

## Output

Returns rent pricing recommendations for the property, tenant screening guidelines, relevant lease law summaries, and applicable local landlord regulations and compliance requirements for the specified area.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string",
       "description": "en | es | fr | de | zh | pt | ar | ko"
      },
      "type": {
       "type": "string"
      },
      "units": {
       "type": "string"
      },
      "country": {
       "type": "string",
       "description": "US | UK | CA | DE | AU | IN (optional)"
      },
      "location": {
       "type": "string",
       "description": "Los Angeles, CA | Manchester | Toronto"
      },
      "situation": {
       "type": "string",
       "description": "eviction | lease-renewal | rent-increase | maintenance | screening"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "rent_control_applies": true,
  "required_notice_days": 30,
  "max_rent_increase_pct": 3,
  "eviction_timeline_days": 45,
  "security_deposit_max_months": 2
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/proppulse-landlord-toolkit-1dbf4eb9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from proppulse-gules.vercel.app](https://www.zero.xyz/host/proppulse-gules.vercel.app/llms.txt)
