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
Target "apartments in [city]", "cheap rentals [neighborhood]", "[city] apartment deals" in your meta description and headings.
Add JSON-LD Residence schema for each listing with rent, address, and amenities to earn rich property snippets in search results.
Create neighborhood-specific landing pages (e.g. "Apartments in Capitol Hill, Denver") to capture hyper-local search queries.
Include a "moving to [city] guide" content section with cost of living, neighborhood descriptions, and renter tips for evergreen traffic.
Add a "cost of living comparison" page showing your city vs. other popular cities to attract relocation search traffic.
Monetization Ideas
Apartment listing referral fees from property managers and landlords earning $50-200 per signed lease from your referral.
Moving company affiliate links (U-Haul, PODS, Two Men and a Truck) earning commissions on booking referrals.
Renter's insurance affiliate commissions from Lemonade, State Farm, and Progressive on new policy signups.
Google AdSense display ads on listing pages with locally-targeted real estate and moving service advertising.
Premium "instant listing alerts" email subscription notifying subscribers of new listings before they appear on the public page.