Install
$ agentstack add skill-realtyapi-realtyapi-skills-rental-market-research ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Rental Market Research
Overview
Help the user understand the rental picture for an area: available units that match their needs and what rent looks like (typical levels and trend). Works for long-term rentals and short-term/vacation stays.
Use [realtyapi-api](../realtyapi-api/SKILL.md) for auth and endpoint discovery.
When to Use
- "Find 2-bed rentals under $2,500 in Denver."
- "What does a furnished short-term stay cost near this address?"
- "Is rent going up in this zip?"
- Relocation, investment rent estimates, or budgeting.
Workflow
- Long-term vs. short-term? Long-term →
apartments,hotpads,zillow
rentals, flatmates (shared, AU), or the regional portal. Short-term/vacation → airbnb, vrbo, agoda, trip.
- Resolve the area with
autocomplete/locations. - Search rentals with the rent status filter set, plus beds/baths/price.
Read the endpoint openapi.json for the exact params; paginate as needed (cap it).
- Rent trends — pull rental-market analytics where available
(rental_market*, market*, regional trend endpoints) for typical rent and direction.
- Synthesize: options table + a short rent summary (median-ish level, range,
trend). Distinguish observed listing rents from any modeled estimate.
Output Format
# Rental Research: {criteria} in {area}
Type: {long-term / short-term} · Portal(s): {} · {N} options
## Rent Summary
- Typical rent for {beds}-bed: {level / range}
- Trend: {rising / flat / falling} ({source})
## Options
| # | Address/Listing | Rent | Beds/Baths | Size | Available | Link |
|--:|-----------------|-----:|-----------|-----:|-----------|------|
## Notes
- Sorted by: {criterion} · Pages/credits used: {}
- Caveats: listing rents ≠ signed-lease rents; sample size {}
Common Pitfalls
- Set the rent status — don't return for-sale homes by accident.
- Short-term nightly rates aren't comparable to monthly long-term rent; label units.
- A small number of listings is a weak trend signal — say so.
- Respect credits across search pages and trend calls.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: realtyapi
- Source: realtyapi/realtyapi-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.