Casasyterrenos: Search Listings
Casasyterrenos via Parse · real_estate
Search for real estate listings (houses, apartments, land, etc.) by state, municipality, property type, and operation. Returns paginated results with up to 40 listings per page. Listings include summary info: price, size, rooms, broker contact, and a canonical slug for drill-down via get_listing_detail. Pagination is zero-based; sort defaults to featured listings first. Search and retrieve real estate listings across Mexico from casasyterrenos.com, including property details, pricing, images, and seller contact information. Fulfilled by Parse from casasyterrenos.com.
- b2b-directory
- casasyterrenos
- casasyterrenos-com
- maps-geo
- parse
- platform-key
- 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/be39d005-39e6-4654-b189-f96e0e6c94ce/search_listings
- Interface artifact
- sha256:d1850c42a831421044283dfe6a308f928c9201589e6e4de93a59d0f2769953fb
- Manifest digest
- sha256:4fcccde2936436e9f7aa9939da49bc0c3dcfa5d3beedda25b81383bd40c404db
Request fields
- city (string): Municipality/city name slug to filter within the state (e.g., 'monterrey', 'guadalajara', 'zapopan'). Hyphens are replaced with spaces and title-cased for matching.
- page (integer): Page number (0-indexed). Each page returns up to 40 results.
- sort (string): Sort order. Omitting sorts by featured listings first.: Allowed values: price_asc, price_desc
- state (string, required): Mexican state name slug in lowercase hyphenated form (e.g., 'jalisco', 'nuevo-leon', 'ciudad-de-mexico', 'quintana-roo'). Corresponds to all 32 Mexican states.: Allowed values: jalisco, nuevo-leon, ciudad-de-mexico, aguascalientes, quintana-roo, puebla, guanajuato, queretaro, yucatan, chihuahua, baja-california
- parking (integer): Minimum number of parking spaces.
- bedrooms (integer): Minimum number of bedrooms.
- bathrooms (integer): Minimum number of bathrooms.
- max_price (integer): Maximum price in MXN. Filters on priceSale for venta, priceRent for renta.
- min_price (integer): Minimum price in MXN. Filters on priceSale for venta, priceRent for renta.
- operation (string): Operation type.: Allowed values: venta, renta
- property_type (string): Property type slug.: Allowed values: casa, departamento, terreno, local, edificio, oficina, bodega, consultorio, granja, hotel, rancho, cabana, villa, nave-industrial
Example queries
- {"city":"guadalajara","page":"0","sort":"price_asc","state":"jalisco","parking":"1","bedrooms":"2","bathrooms":"2","max_price":"10000000","min_price":"1000000","operation":"venta","property_type":"casa"}