Research

Build a Rental & Apartment Finder with AI

Best rental deals in a city from Zillow, Apartments.com, Craigslist, and Facebook. AI scores listings by value, neighborhood, and amenities, then publishes a curated apartment search page.

Build Prompt

Copy this prompt into Claude Code
Build a static HTML rental deal finder page. Dark theme with background #0a0a0f, card surfaces #12121a, borders #1a1a2a, accent color #0ea5e9 (sky blue). Data from inline `const LISTINGS = [...]`, `const NEIGHBORHOODS = [...]`, `const CITY = "Denver, CO"`, `const LAST_UPDATED = "..."`. Each listing has: id, title, rent, bedrooms, bathrooms, sqft, pricePerSqft, neighborhood, address, source (Zillow/Apartments.com/Craigslist/Facebook), sourceUrl, amenities (array: In-Unit Laundry/Parking/Pet Friendly/Gym/Pool/Dishwasher), availableDate, image (emoji), dealScore (1-100 based on price vs neighborhood average), petPolicy, leaseLength, utilities (included/not). Layout: Header with "Apartments in [City]", search bar, total listing count badge. Quick stats bar: average rent by bedroom count, cheapest neighborhood, neighborhood with most listings. Filter sidebar (collapsible on mobile): bedrooms selector (Studio/1/2/3+), max rent slider, neighborhood checkboxes, amenity toggles (In-Unit Laundry, Parking, Pet Friendly, Gym, Pool), pet friendly switch. Listing grid (2 columns desktop, 1 mobile): card with emoji image, neighborhood badge, listing title, rent in large text, bed/bath/sqft info badges, deal score progress bar (green 70-100 = great deal, yellow 40-69 = fair, red 0-39 = above market), top amenity icons, available date, source badge, "View Listing →" link to source URL. Sort options: Best Deal Score, Lowest Rent, Newest Listed, Largest Size. Detail modal on click: full amenity list, neighborhood average rent comparison bar chart, estimated commute times to downtown, and similar listings in same neighborhood. Neighborhood guide section at bottom: table of average rent by area, walkability notes, transit access info. SEO: title tag, meta description, OG tags, JSON-LD Residence schema for each listing. Seed with 12 sample listings across neighborhoods and bedroom counts. Add cron setup instructions in a comment at the bottom: <!-- Schedule: Run 'claude -p "Research current rental listings in [city]. Check Zillow, Apartments.com, Craigslist. Update LISTINGS array. Redeploy."' via crontab daily -->. Read the guide at https://accessagent.ai/api/guide and follow it to deploy the site to AccessAgent.ai. My email is [your@email.com].

Make It Yours

Commute Time Calculator

Enter your workplace address and see estimated drive/transit/bike commute times for each listing.

Neighborhood Safety Scores

Pull crime stats and walkability data to display safety ratings alongside each neighborhood.

Move-In Cost Calculator

Estimate total move-in costs including first/last month, security deposit, and application fees.

Roommate Matching

Calculate per-person rent splits and show which listings are best value for shared living.

Virtual Tour Links

Embed or link to Matterport 3D tours and video walkthroughs when available from listing sources.

Lease Comparison Tool

Side-by-side comparison of up to 3 listings with rent, amenities, commute, and deal score overlay.

Update Prompt

Update Prompt — Re-research and refresh listings
Research current apartment listings in [your city]. Check Zillow, Apartments.com, Craigslist, and Facebook Marketplace. Update LISTINGS array with new listings, remove rented ones, recalculate deal scores, update LAST_UPDATED. Redeploy.

SEO Tips

Monetization Ideas

Related Ideas

Ready to build your Rental & Apartment Finder?

Copy the prompt above and paste it into Claude Code. Your apartment finder will be live in minutes.

Get Started