classified is a source listing; a property groups listings for the underlying real-estate asset. The generated API reference remains the source for parameters and response schemas.
Select an endpoint
Use a direct retrieval endpoint when you already know an identifier. Use property search when you need a filtered, paginated set of properties.
Look up a listing or property from its URL
Choose the lookup based on the resource your integration needs. Provide the listing URL through theurl query parameter. Use GET /classifieds/lookup to retrieve the source listing, or use GET /properties/lookup to retrieve the grouped property associated with that listing.
Search properties
The request body requirespage, transactionType, and propertyTypes. Add optional filters only when they match the result you need.
Continue through property search results
Readmeta.nextPage from each POST /properties/search response. When it contains a page number, send the same search request with that value as page. Stop when meta.nextPage is null.
If a request is rejected or limited, see API reliability. Open the generated API reference for the exact lookup parameters and response schemas.