Indexing a listing does not require handing over your database. Four fields are enough to make a listing searchable; photographs, owner details and internal status stay with you, where they were already.
curl -sS -X POST https://api.thepropertystack.com/v1/documents:batch \
-H "Authorization: Bearer $PROPERTYSTACK_KEY" \
-H "Content-Type: application/json" \
-d '{
"documents": [{
"doc_id": "listing-4471",
"title": "3 bedroom house to rent in Newlands",
"body": "Spacious family home with a pool and a walled garden.",
"price": 18500,
"currency": "ZAR",
"bedrooms": 3,
"bathrooms": 2,
"address": { "street": "12 Protea Road", "suburb": "Newlands", "city": "Cape Town" }
}]
}'Once listings are in, they are queryable through the search API.
Try the public sandbox, or talk to us about a demo tenant and production access.
Or email us directly at info@thepropertystack.com