Lighthouse
Browse apartments and get free locator assistance.
Lighthouse is a plugin that can help users search for apartments in Texas and get free locator assistance. Users can easily find properties in a specific area by entering the city, neighborhood, or other location. The plugin converts these into coordinates and searches for apartments based on the location. Users can also view photos and learn more about the property by visiting the URL. Lighthouse makes it easy to find the perfect apartment in Texas.
How to
Comments (0)
Try it
API docs
Learn how to use Lighthouse effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts
-
Prompt 1: "Find an apartment in Dallas, Texas with a maximum rent of $1500."
-
Prompt 2: "What amenities are available at the Residences at The Grove?"
-
Prompt 3: "Tell me more about the apartment with nano ID 'ugGAR6Nw'."
-
Prompt 4: "Find apartments in Austin, Texas with at least 2 bedrooms and a pool."
-
Prompt 5: "Find the minimum and maximum rent for apartments in Houston, Texas."
Features and commands
Feature/Command | Description |
---|---|
searchP/v1/properties/search | This command allows you to search for apartments based on various filters such as minimum/maximum number of bedrooms, minimum/maximum rent, city, and amenities. The API endpoint to use is /p/v1/properties/search . For example, the correct request to search for properties in a specific area is https://api-next.lighthouse.app/p/v1/properties/search?ne[]=<longitude>&ne[]=<latitude>&sw[]=<longitude>&sw[]=<latitude>&limit=<limit>&fields=id,nanoId,coordinates,minRent,cashback,name . Make sure to include the desired fields in the response to keep it shorter and include the URL when showing properties to the user. |
Note: The API documentation provided is quite extensive and contains various other endpoints and schemas. However, for the purpose of this guide, only the searchP/v1/properties/search
command is explained in a non-technical language.