Dotproperty: Search Listings
Dotproperty via Parse · real_estate
Search for property listings on dotproperty.com.ph filtered by region, city, property type, and listing type. Returns paginated results. The URL is constructed from the property_type, listing_type, region, and city slugs. Invalid slugs result in an upstream error. Each result includes basic info (title, price, location, specs) and a URL for fetching full details. Scraper for Dot Property Philippines (dotproperty.com.ph). Supports searching for residential properties (rent/sale) and extracting detailed information from listing pages. Fulfilled by Parse from dotproperty.com.ph.
- dotproperty
- dotproperty-com-ph
- maps-geo
- marketplace
- 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/f39b862b-7b46-4215-98b6-ee80d936af53/search_listings
- Interface artifact
- sha256:7b213db34d8193ff5bc84d7bb054c0af8c4c6960ea9d8e06c2ddba755347dc48
- Manifest digest
- sha256:23ce886edbb19481c9c5d9660bd496788646ea124f7be117de68cd15025c9164
Request fields
- city (string): City slug to search in (e.g. 'makati', 'quezon-city', 'taguig', 'pasig').
- page (integer): Page number for pagination.
- region (string): Region slug to search in (e.g. 'metro-manila', 'cebu', 'davao').
- listing_type (string): Listing type: 'rent' or 'sale'.: Allowed values: rent, sale
- property_type (string): Type of property slug: 'townhouses', 'condos', 'houses'.: Allowed values: townhouses, condos, houses
Example queries
- {"city":"makati","page":"1","region":"metro-manila","listing_type":"rent","property_type":"townhouses"}