Pulppo: Search Properties
Pulppo via Parse · real_estate
Search properties for sale or rent in Mexico with optional filters. Returns paginated results with property details including name, location, price, size, bedrooms, bathrooms, amenities, images, and description. Use offset and limit for pagination. Each result includes a property id that can be used with get_property for full details. Search and retrieve real estate property listings from Pulppo.com, a Mexican property marketplace. Supports filtering by operation type (sale/rent), location, property type, bedrooms, and price range. Fulfilled by Parse from pulppo.com.
- maps-geo
- marketplace
- parse
- platform-key
- pulppo
- pulppo-com
- real-estate
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
- GET /scraper/2560bad1-d8be-4617-bb55-7584671a1f65/search_properties
- Interface artifact
- sha256:dfa5464d76082451b6a5d7fb53fecc37e3fb1a7822923916ddfd52afacc35e17
- Manifest digest
- sha256:262aa6133204d2aff7dbbc9bd6782abc2d8ef3b8f57e33fd6d7f2783280ab8c3
Request fields
- sort (string): Sort order. Format is 'field,direction' where direction is -1 (descending) or 1 (ascending). Examples: 'score,-1' (relevance), 'listing.price.price,1' (cheapest first), 'listing.price.price,-1' (most expensive first).
- limit (integer): Number of results per page (max 20).
- offset (integer): Offset for pagination. Use with limit to page through results.
- currency (string): Currency for price display and filtering (e.g. 'MXN', 'USD').
- location (string): State/location slug to filter by (e.g. 'ciudad-de-mexico', 'estado-de-mexico', 'yucatan-mexico', 'jalisco', 'queretaro-mexico'). Omitting returns all locations.
- operation (string): Type of listing operation.: Allowed values: sale, rent
- price_max (string): Maximum price filter.
- price_min (string): Minimum price filter.
- bedrooms_min (string): Minimum number of bedrooms filter.
- property_type (string): Property type filter (e.g. 'Departamento', 'Casa', 'Terreno residencial', 'Oficina'). Omitting returns all types.
Example queries
- {"limit":"2","offset":"0","currency":"MXN","operation":"sale"}