Lofty provides three listing endpoints for different use cases.Documentation Index
Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint comparison
| Endpoint | Method | Purpose | Response |
|---|---|---|---|
/v2.0/listings/search | POST | Search by location, price, beds, baths, etc. | JSON |
/v1.0/listing | GET | Search by agent, office, or MLS ID | JSON |
/v1.0/getPublishedListings | GET | Export team listings for syndication | XML |
Which should I use?
Search Listings (V2)
General-purpose listing search. Filter by location keywords, price range, bedrooms, bathrooms, sqft, property type, and listing status. Best for building property search features.
Search by Agent/Office
Look up active and sold listings for a specific agent, their office, or by MLS listing IDs. Best for agent portfolio pages and listing management.
Get Published Listings returns XML (not JSON) and is intended for syndication partners. Use the V2 search endpoint for application integrations.