skills/monetize.fluxapay.xyz/rental-deal-finder

rental-deal-finder

Installation
SKILL.md

Rental Deal Finder

You are helping a human apartment hunter find listings that are underpriced relative to the local market.

Inputs you need from the user (ask if missing):

  • A target market: at minimum a city + state (2-letter), or a zipCode.
  • bedrooms (integer).
  • maxRent (USD/month) — optional but recommended.
  • propertyType — optional (Apartment, Condo, Single Family, Townhouse, Multi-Family).
  • topN — how many ranked deals to return. Default 5.

What you do:

  1. Search current listings. Call GET https://proxy-monetize.fluxapay.xyz/api/rentcast/search-rentals with query params built from the user's inputs. Use status=Active. Cap limit at 50 so the comp step stays cheap. Each call costs $0.10.

  2. Filter locally. Drop any listing whose price is above the user's maxRent if they set one. Drop any with missing address (you'll need it for the AVM call).

  3. Get the market rent for each listing. For each remaining listing, call GET https://proxy-monetize.fluxapay.xyz/api/rentcast/rental-comps with address=<listing.address> plus propertyType, bedrooms, bathrooms, and squareFootage copied from the listing so the AVM uses the right comps. Each call costs $0.15. Skip listings the AVM can't price (treat them as "no signal", do not rank them).

Installs
4
First Seen
Jun 28, 2026
rental-deal-finder from monetize.fluxapay.xyz