Search for properties using location, price, and other criteria
area and query fields are required and accept arrays:
area: Array of geographic filters (combined with OR logic)query: Array of query operators for property filteringquery field accepts an array of query operators with a nested structure:
eq: Equalsne: Not equalsgt: Greater thangte: Greater than or equallt: Less thanlte: Less than or equalin: In arraynin: Not in arraycontains: Contains substringstartswith: Starts withendswith: Ends withlimit and offset for pagination:
limit: 1 to 10,000 (default: 25)offset: 0 to 100,000 (default: 0)attributes field to select specific fields (supports both string and array formats):
API Key authentication for Vepler API. Get your API key from the Vepler dashboard.
Property search criteria
Geographic search areas (multiple areas will be combined with OR logic)
1Property attribute filters
Number of results to return per page
1 <= x <= 10025
Number of results to skip for pagination
x >= 00
Field to sort results by
price, date, beds, floorArea, yearBuilt "price"
Sort order
asc, desc "asc"
Specific fields to include in response
["address", "pricing", "roomDetails", "epc"]Properties matching search criteria
Array of property data objects
Total number of properties matching the query
150
Number of properties returned in this response
25
Indicates if more results are available
true
Offset to use for next page of results
25