Skip to main content

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.

Lofty provides three listing endpoints for different use cases.

Endpoint comparison

EndpointMethodPurposeResponse
/v2.0/listings/searchPOSTSearch by location, price, beds, baths, etc.JSON
/v1.0/listingGETSearch by agent, office, or MLS IDJSON
/v1.0/getPublishedListingsGETExport team listings for syndicationXML

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.