Remax: Search Developments
Remax via Parse · real_estate
Search developments (empreendimentos) on RE/MAX Portugal with optional filters for county, price range, bedrooms, and area. Returns paginated results with development details and their associated units. Paginates via zero-based page number. Each development contains nested unit listings with pricing, area, and status information. Search and browse real estate developments and units across Portugal through RE/MAX's platform, filtering by preferences to find properties. Access detailed information about specific developments, individual units, and explore listings organized by region. Fulfilled by Parse from remax.pt.
- maps-geo
- marketplace
- parse
- platform-key
- real-estate
- remax
- remax-pt
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/4712a94d-de4e-4a83-bacd-a5a1dbcb4f5a/search_developments
- Interface artifact
- sha256:4679a8ea465fdf528238417b30589224c140cc07c17a992e6d3d54a6e9bd36db
- Manifest digest
- sha256:a6a20643730b764f2d4568bdff3d2a3a92fd47a7fea4fe8aa4065b5666daa2c0
Request fields
- page (integer): Zero-based page number for pagination.
- sort (string): Sort field with optional - prefix for descending.: Allowed values: -PublishDate, PublishDate, -minimumPrice, minimumPrice, name, -name
- county (string): County (concelho) slug to filter by, lowercase with hyphens (e.g. 'lisboa', 'cascais', 'porto'). Use list_regions endpoint to get valid values from the region_search field.
- bedrooms (string): Filter by number of bedrooms in units (e.g. '2').
- max_area (string): Maximum total area filter in square meters (e.g. '200').
- min_area (string): Minimum total area filter in square meters (e.g. '50').
- max_price (string): Maximum price filter in euros (e.g. '500000').
- min_price (string): Minimum price filter in euros (e.g. '100000').
- page_size (integer): Number of results per page (1-100).
- search_value (string): Free-text search query to filter developments by name.
Example queries
- {"page":"0","sort":"-PublishDate","county":"lisboa","page_size":"5"}