Tecnocasa: Search Properties
Tecnocasa via Parse · real_estate
Search for properties available for sale or rent by location (province/region). Returns paginated results with property summaries including price, surface area, rooms, and detail URLs. Each result includes a detail_url that can be passed to get_property_details for the full listing. The upstream API returns a total field but it is always 0 regardless of actual result count; use the estates array length to determine how many results were returned. Search properties and agencies on Tecnocasa.it, Italy's largest real estate franchising network. Fulfilled by Parse from tecnocasa.it.
- b2b-directory
- maps-geo
- parse
- platform-key
- real-estate
- tecnocasa
- tecnocasa-it
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/7aac2acc-9f50-45a6-9ee8-4322b3252092/search_properties
- Interface artifact
- sha256:b333107a65a0b5db956743a31e7975c9d1880b3c60a1d37cad11dcf2d7373c50
- Manifest digest
- sha256:ee1fea2a2ce3a5bab7816bcd433a3217bceff7a774f75045f247098d18f7d440
Request fields
- page (integer): Page number for pagination.
- limit (integer): Results per page.
- region (string): Region code (e.g., 'taa' for Trentino Alto Adige, 'lom' for Lombardia, 'vda' for Valle d'Aosta, 'ven' for Veneto, 'tos' for Toscana, 'laz' for Lazio).
- contract (string): Contract type: 'acquis' for sale, 'affitto' for rent.: Allowed values: acquis, affitto
- province (string): Province code (e.g., 'TN', 'MI', 'RM', 'FI', 'BZ').
- typology (string): Property typology filter.
- max_price (integer): Maximum price filter in euros.
- min_price (integer): Minimum price filter in euros.
Example queries
- {"page":"1","limit":"5","region":"lom","contract":"acquis","province":"MI","max_price":"500000","min_price":"50000"}