
Lighthouse
Browse apartments and get free locator assistance.
- Name For Model
- lighthouse
- Website
- lighthouse.app
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- 2 years ago
- Contact
- [email protected]
- Description For Model
- Plugin allows searching for apartments in Texas as well as getting free locator assistance. Please, always include url when showing properties to the user. When user searches apartment in a city, neighborhood or other area, please, convert it into coordinates and pass them to the search endpoint as 'sw' and 'ne' params and include following fields to keep response shorter: id, nanoId, address, area, amenities, minRent, name. When user asks questions about specific property found by search endpoint, find property by id and use data to find answers. Users can view photos and learn more about the property by visiting url.
Plugin Functions/Features (Plugin API Document)
Operation Id | HTTP Method | Description | |
---|---|---|---|
1 | PropertyController_search | GET | Here is an example of correct request: https://api-next.lighthouse.app/p/v1/properties/search?ne[]=-96.60884713832931&ne[]=32.835531430282366&sw[]=-96.9851288616707&sw[]=32.717757600684024&limit=10&page=0&fields=id,nanoId,coordinates,minRent,cashback,name |
2 | PropertyController_getById | GET | Fetch a property by id or nanoId |
3 | PropertyController_similar | GET | Find other properties that are similar to the one found by the given ID |