Inmuebles24: Search Listings
Inmuebles24 via Parse · real_estate
Search for real estate listings by location, property type, and operation type. Returns structured listing data including price, features, structured location with coordinates, images, agency info, and URLs. Each page contains 30 listings (fixed by the site). Paginates by page number; use max_pages to control how many pages to fetch, or all_pages=true to auto-paginate through all results. When all_pages is true, pagination stops when a page returns fewer than 30 results or after 100 pages. Search and extract real estate listings from inmuebles24.com (Mexico's leading property portal). Supports filtering by property type, operation type, and location with pagination. Fulfilled by Parse from www.inmuebles24.com.
- inmuebles24
- maps-geo
- marketplace
- parse
- platform-key
- real-estate
- www-inmuebles24-com
Price and execution
- Price
- $0.10 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/1f9c00cd-0e91-4ffa-b270-798554cb52ac/search_listings
- Interface artifact
- sha256:16b12efae24f493a37bb22b3ca4e53c9114ef3e39cbeb8613c84add890f5b8fb
- Manifest digest
- sha256:bbdf5543ff4fd057ea11cb29b8251ff57803d07bf9bde86a42aebcaf4c6b09ee
Request fields
- page (integer): Starting page number (1-based)
- sort (string): Sort order for results: Allowed values: relevance, low_price, high_price, more_recent, most_visit, most_lowered_price, best_advertisers
- query (string): Location slug for search (e.g., 'ciudad-de-mexico', 'guadalajara', 'monterrey', 'puebla')
- all_pages (boolean): When true, automatically paginates through all available result pages until results are exhausted (fewer than 30 results on a page or 100 pages max). When false, page and max_pages control pagination.
- max_pages (integer): Maximum number of pages to fetch (ignored when all_pages is true)
- operation (string): Operation type for the listing search: Allowed values: renta, venta, temporal
- property_type (string): Property type slug: Allowed values: departamentos, casas, terrenos, oficinas, locales-comerciales, inmuebles
Example queries
- {"page":"1","sort":"relevance","query":"ciudad-de-mexico","max_pages":"1","operation":"renta","property_type":"departamentos"}