Smart rental pricing powered by live market data, college events, and spring break surge detection. Building an AI agent? Want direct API access? →
Smart Rental Pricing · Powered by Live Market Data

Price your rental for
every event, every night.

The only pricing tool that knows about game days, spring break, and move-in season near your property. Get a full report in under 10 seconds.

Start pricing smarter
Sign up free — no password needed. We\'ll remember you on this device. Reports start at $2.99 each.

Free to join · Reports from $2.99 · Credits never expire

Already have an account? Sign in instead
// Example report output
Live market report
3171 Ocean Front Walk · San Diego, CA
$412/night
$12,772 estimated / month
✓ High confidence
↑ +30% boosted
Price Drivers
📊 Base market rate$330/night
🌊 Spring break destination+25%
🎓 Near UC San Diego (1.4 mi)+5%
📝 Summary
Spring break season in San Diego. 1.4 miles from UC San Diego campus.
🏠 Nearby comps
3br · 0.2mi$5,500/mo
3br · 0.3mi$4,700/mo
3br · 0.4mi$6,200/mo
Sample report — your results reflect your actual property and date
What's included in every report
310+
Universities tracked
26
Spring break destinations
60+
College football teams
  • Full pricing report in under 10 seconds — address, date, done.
  • Automatically detects game days, move-in weeks, and spring break surges.
  • Up to 15 live comparable properties pulled from active market listings.
  • Confidence scoring tells you exactly how strong the local data is.
  • Credits never expire — buy once, use whenever you need.
Simple, transparent pricing
Single Report
One address, one date
$2.99
5-Pack
Best for active landlords
$12.99
Save 13%
20-Pack
For property managers
$39.99
Save 33%
Building something? Full JSON API for AI agents, booking platforms, and property management systems.
View API →
Why PriceNest

Stop leaving money on the table.

Most landlords price by gut feel or a quick Zillow check. PriceNest uses the same data-driven intelligence that large property managers pay thousands per month for — at a fraction of the cost.

🏈
Game Day Intelligence

Every 2026 Power 4 home game is mapped. If your property is within 10 miles of a stadium on game day, you're missing a surge — unless you're using PriceNest.

60+ teams · Full season
🌊
Spring Break Surge

26 vacation hotspots. Exact spring break windows by school. A $200/night property near PCB or Scottsdale can command $340+ during the right week — automatically detected.

26 destinations covered
🎓
College Move-In & Events

Move-in week, family weekend, graduation — every major campus event that spikes short-term rental demand is tracked across 310+ universities nationwide.

310+ universities
📊
Real Comps. Not Estimates.

Up to 15 active comparable listings near your address are analyzed to anchor your base price to what the market is actually paying — not estimates, not averages.

Live market data
10 Seconds. Full Report.

Enter an address and date, get a complete pricing report with confidence score, active boosts, comparable properties, and an AI-written summary. No guesswork.

Single lookup · $2.99
🤖
Built for AI Agents Too

If you're a developer building a property management bot, booking platform, or AI assistant — the PriceNest API gives you everything as clean JSON, ready to inject.

Explore the API →
Start pricing smarter
Sign up free — no password needed. We'll remember you on this device. Reports start at $2.99 each.

Free to join · Reports from $2.99 · Credits never expire

Already have an account? Sign in instead
Purchase lookups
Each lookup gives you a full pricing report. Credits never expire and carry over.
Single Lookup
$2.99
1 full report · try it out
10 Lookups
$19.99
10 full reports · $2.00 each

Secured by Stripe. Lookups appear within seconds of payment.

— lookups
Lookups remaining
Credits never expire
Total lookups used
All time
Recent lookups
Loading your lookup history...
— lookups
Price your property
— lookups
— lookups
🔗 Shared report — view only

Build smarter
rental tools.

The same pricing intelligence behind the human tool, exposed as a clean JSON API. Built for AI agents, booking systems, and developers.

Separate accounts: API keys and Human Tool accounts are completely independent. Credits do not transfer between the two.
api-response.json
{
  "suggested_nightly_price": 412,
  "total_boost_percent": 25.0,
  "active_events":["spring_break_vacation"],
  "confidence_label":"high",
  "calls_remaining":249
}

Everything agents need.
Nothing they don't.

🏈
2026 Football Schedules

Exact home game dates for every Power 4 team. Confirmed game-day detection with a 1 day flex buffer.

60+ teams
🎓
College Event Boosts

Move-in week (+20%), family weekend (+15%), home game (+18%). Auto-applied within 10 miles of campus.

310+ universities
🌊
Spring Break Surge

+25% boost for vacation hotspots during spring break season. 26 destinations covered.

26 destinations
📊
Live Market Comps

Up to 15 live comparable listings near your address, with confidence scoring on every result.

Live market comps
🤖
Agent-Ready Output

reasons_for_agents is pre-formatted and ready to inject directly into any agent message.

Zero formatting work
📅
Batch Date Pricing

Price up to 7 dates in one call. Returns peak_date and peak_nightly automatically.

7 dates / call

Run your first call
in under a minute.

Step 1 — Get your API key:

curl -X POST https://api.mikiware.com/create-api-key \
  -H "Content-Type: application/json" \
  -d '{"email":"[email protected]"}'

Step 2 — Price a property:

curl -X POST https://api.mikiware.com/rental/pricing \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_KEY_HERE" \
  -d '{"address":"3171 Ocean Front Walk San Diego CA","pricing_date":"2026-03-14"}'

Step 1 — Get your API key:

curl -X POST https://api.mikiware.com/create-api-key ^
  -H "Content-Type: application/json" ^
  -d "{\"email\":\"[email protected]\"}"

Step 2 — Price a property:

curl -X POST https://api.mikiware.com/rental/pricing ^
  -H "Content-Type: application/json" ^
  -H "X-API-Key: YOUR_KEY_HERE" ^
  -d "{\"address\":\"3171 Ocean Front Walk San Diego CA\",\"pricing_date\":\"2026-03-14\"}"
New to terminal? Here is how to open it
  • MacPress Cmd + Space, type Terminal, press Enter.
  • WindowsPress Win + R, type cmd, press Enter.

Pay as you go.
No subscriptions.

Credits never expire. Separate from Human Tool accounts.

Trial
$0.50
1 call · just try it
  • 1 pricing call
  • All boosts
  • Full comps
Starter
$19
75 calls · $0.25/call
  • Single pricing
  • Batch dates
  • All boosts
Studio
$149
900 calls · $0.17/call
  • Everything in Pro
  • Lower per-call
  • Never expire
Agency
$399
3,000 calls · $0.13/call
  • Everything in Studio
  • Lowest rate
  • Production ready

Full endpoint
documentation.

POST/create-api-key

Register or retrieve your API key. Emails are case-insensitive.

curl -X POST https://api.mikiware.com/create-api-key \
  -H "Content-Type: application/json" \
  -d '{"email": "[email protected]"}'

{ "api_key": "pn_7a76e32486b5", "calls_remaining": 0 }
GET/balance

Check calls remaining, total spend, and usage stats.

curl https://api.mikiware.com/balance \
  -H "X-API-Key: pn_7a76e32486b5"

{ "calls_remaining": 74, "total_calls_made": 1, "total_spent_usd": 0.19 }
POST/buy-credits

Generate a Stripe Checkout URL. Calls credited automatically after payment.

FieldTypeRequiredDescription
emailstringrequiredAccount email
packstringrequiredtrial | starter | pro | studio | agency
POST/rental/pricing

Get an AI-adjusted rental price for a single property on a single date.

1 call per request
FieldTypeDescription
addressstringrequiredFull US property address
pricing_datestringoptionalYYYY-MM-DD. Defaults to today.
bedroomsintoptionalNumber of bedrooms
bathroomsfloatoptionalNumber of bathrooms
latitude / longitudefloatoptionalSkip geocoding
curl -X POST https://api.mikiware.com/rental/pricing \
  -H "Content-Type: application/json" \
  -H "X-API-Key: pn_7a76e32486b5" \
  -d '{"address":"3171 Ocean Front Walk San Diego CA","pricing_date":"2026-03-14"}'

{
  "adjusted_pricing": {
    "suggested_nightly_price": 412,
    "active_events": ["spring_break_vacation"],
    "confidence_label": "high",
    "calls_remaining": 74
  }
}
POST/rental/pricing/batch

Price the same property across up to 7 dates. Market data queried once.

1 call per date
GET/events/preview

Preview active event windows on a given date. Free.

GET/universities/nearby

List universities within radius of a coordinate. Free.

Built by Mikiware
2026 · Credits never expire