Housing: Search Listings
Housing via Parse · real_estate
Generic search for property listings across all categories on Housing.com. Supports buy, rent, plots, commercial, and paying guest searches with optional property type and locality filters. Returns paginated results. This is the most flexible search endpoint, combining service type, category, and property type filtering. Search and browse real estate listings on Housing.com including properties for sale and rent. Fulfilled by Parse from housing.com.
- housing
- housing-com
- 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/2f244511-21f6-4d0c-a18a-c51576e2ba8a/search_listings
- Interface artifact
- sha256:5439199d18e313a9288a6d1ed062bb23c43fb53978dad919f9f1b92479fc8ba0
- Manifest digest
- sha256:d54558438330e1e59cee8081590d8d04d6a7ed627dc243d2c3bfb421778887d7
Request fields
- city (string): City name to search in. Supported cities include Mumbai, Pune, Bengaluru, Hyderabad, Chennai, Delhi, Kolkata, Ahmedabad, Noida, Gurgaon, Navi Mumbai, Thane.: Allowed values: Mumbai, Chennai, Pune, Bengaluru, Hyderabad, Delhi, Kolkata, Ahmedabad, Noida, Gurgaon, Navi Mumbai, Thane
- page (integer): Page number for pagination.
- limit (integer): Number of results per page.
- service (string): Service type: 'buy', 'rent', 'plots', 'commercial', 'paying_guest'.: Allowed values: buy, rent, plots, commercial, paying_guest
- category (string): Category: 'residential' or 'commercial'.: Allowed values: residential, commercial
- locality (string): Specific locality within the city to narrow results (e.g. 'Bandra', 'Andheri', 'Koramangala').
- property_type (string): Property type filter used in search query (e.g. 'Flats', 'Apartment', 'Villa', 'Plot').
Example queries
- {"city":"Mumbai","page":"1","limit":"30","service":"buy","category":"residential","locality":"Andheri","property_type":"Flats"}