Listing Sleuth avatar

Listing Sleuth

Try for free

No credit card required

Go to Store
Listing Sleuth

Listing Sleuth

onyedikachi-david/listing-sleuth
Try for free

No credit card required

An agentic real estate listing monitor that helps users find properties that match their specific criteria. This agent scrapes data from popular real estate platforms such as Zillow, Realtor.com, and Apartments.com to provide up-to-date information on available properties.

Developer
Maintained by Community

Actor Metrics

  • 0 monthly users

  • No reviews yet

  • No bookmarks yet

  • Created in Mar 2025

  • Modified 14 hours ago

Location

locationstringRequired

City or neighborhood to search in (e.g., 'San Francisco, CA')

Property Type

propertyTypeEnumOptional

Type of property to look for

Value options:

"apartment": string"house": string"condo": string"townhouse": string"any": string

Default value of this property is "any"

Minimum Bedrooms

minBedroomsintegerOptional

Minimum number of bedrooms

Default value of this property is 1

Maximum Bedrooms

maxBedroomsintegerOptional

Maximum number of bedrooms (leave blank for no maximum)

Minimum Price

minPriceintegerOptional

Minimum price (in USD)

Default value of this property is 0

Maximum Price

maxPriceintegerOptional

Maximum price (in USD)

Amenities

amenitiesarrayOptional

Desired amenities for the property

Default value of this property is []

Search Type

searchTypeEnumOptional

Type of search to perform

Value options:

"rent": string"buy": string

Default value of this property is "rent"

Data Sources

sourcesarrayOptional

Sources to search for listings

Default value of this property is ["zillow","realtor","apartments"]

LLM API Token

llmApiTokenstringOptional

OpenAI API token for processing results (optional)