Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create a Landryx key and call the property intelligence API.
export LANDRYX_API_KEY="landryx_..."
curl "https://api.landryx.com/v1/parcels?state_code=IL&limit=5" \ -H "Authorization: Bearer $LANDRYX_API_KEY"
curl "https://api.landryx.com/v1/listings/search?state=AZ&city=Phoenix&status=active&limit=20" \ -H "Authorization: Bearer $LANDRYX_API_KEY"