/housing/locations/autocomplete
Resolve a free-text query (locality, landmark, project, builder or city) into Housing.com location suggestions. Each suggestion carries an id, type (locality/project/landmark/developer/city), city and a locality_gid usable as the locality filter for housing/properties/search.
Price: 1 credit
💡 AI Hint: Typeahead resolver for Housing.com search parameters. Pass keyword (e.g. ‘Powai’, ‘Bandra Mumbai’) and channel (buy/rent/commercial/paying_guest/plots) plus count. Returns suggestions with id, name, type (Locality/project/landmark/developer/city), sub_type, display_type, city, locality_gid (e.g. ‘powai-gid’, feed into housing/properties/search locality) and url. Use it to turn human input into the city + locality_gid that the search endpoints expect.
Authorizations
API token from the dashboard
Headers
Body
Search prefix: locality, landmark, project, builder or city name
1Max number of suggestions to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Search channel the suggestions are scoped to
buy, rent, commercial, paying_guest, plots