Furnished Finder Scraper - Furnished & Mid-Term Rentals
Pricing
from $1.00 / 1,000 results
Furnished Finder Scraper - Furnished & Mid-Term Rentals
Scrape furnished, mid-term & month-to-month rentals from Furnished Finder - monthly rent, beds/baths, property type, latitude/longitude, minimum-stay, availability, amenities, pet policy & photos. Search by city + state or paste Furnished Finder search URLs.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
James Scott
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Scrape furnished, mid-term, month-to-month rentals from Furnished Finder into clean, structured data - no account or API key required. Search by city + state or paste Furnished Finder search URLs.
Furnished Finder is the go-to marketplace for 30+ day furnished housing - the supply that travel nurses, traveling healthcare professionals, corporate/relocation tenants and insurance-housing placements actually book. Most rental scrapers only cover nightly (Airbnb-style) or annual-lease (Zillow-style) inventory and miss this mid-term niche entirely.
What you get (per listing)
- propertyId and the canonical listing URL (
furnishedfinder.com/property/<id>) - title (property name) and description
- city, state (parsed from the listing's location) - see note on address below
- lat / lng (approximate location)
- monthlyRent (numeric) + rentText (raw, e.g.
$2,900/month) + rentCurrency - beds, baths (supports half-baths like 2.5), bathroomType, totalSleeps
- propertyType (House / Apartment / Cottage / Room ...) and propertyTypeClass (entire_unit / private_room ...)
- isFurnished (always true on Furnished Finder)
- availableDate (e.g.
AvailableorAvailable: Aug. 01, 2026) + isAvailableNow - minStayDays and minStayMonths (mid-term stays are typically 30+ days)
- laundryType, amenities (array), petPolicy (derived from amenities)
- photoUrl (featured photo) + photoCount
Fields intentionally null
Furnished Finder withholds the exact street address, ZIP and landlordName on its
search results (landlord-privacy) - those live behind the per-property detail page. They are
present as null so the record shape stays stable. Use lat/lng for approximate location.
Input
- city + state - the simplest way to search, e.g.
Austin/TX. - or Furnished Finder search URLs in
startUrls- paste a canonical location URL (.../housing/us--tx--austin) or a legacy.../housing/Search?city=Austin&state=TXURL. - maxItems caps the total listings collected.
- proxyConfiguration - Apify default (datacenter) proxy is sufficient.
Example input
{"city": "Austin","state": "TX","maxItems": 200,"proxyConfiguration": { "useApifyProxy": true }}
Equivalent with a URL:
{ "startUrls": [{ "url": "https://www.furnishedfinder.com/housing/us--tx--austin" }], "maxItems": 200 }
Example output (one item)
{"propertyId": "1012635_1","propertyNumber": "1012635","title": "East Austin Abode","url": "https://www.furnishedfinder.com/property/1012635_1","address": null,"city": "Austin","state": "TX","zip": null,"lat": 30.256969,"lng": -97.7280849,"monthlyRent": 4000,"rentText": "$4,000/month","rentCurrency": "USD","beds": 2,"baths": 2,"totalSleeps": 4,"propertyType": "House","propertyTypeClass": "entire_unit","isFurnished": true,"availableDate": "Available","isAvailableNow": true,"minStayDays": 30,"minStayMonths": 1,"petPolicy": "Pets allowed","photoUrl": "https://staticproperties.furnishedfinder.com/1012635/1/..._64619796-full.JPG","landlordName": null,"scrapedFrom": "furnishedfinder.com"}
Why this actor
- Right niche: targets mid-term / furnished / travel-nurse housing that mainstream rental scrapers skip.
- Reads the site's own GraphQL API, not brittle HTML - so it paginates cleanly through the entire result set (a metro like Austin returns 2,500+ listings), not just the first page the browser renders.
- Fast + cheap: every field comes from the search API - no per-listing detail requests - and it runs on Apify's default datacenter proxy (no pricey residential proxy).
- Export as JSON, CSV, or Excel, or pull via the Apify API.
Great for rental-market and rate analysis, travel-nurse/corporate-housing supply tracking, and lead research.
This scraper collects public listing data for market research. It is not a consumer report and must not be used for FCRA / tenant-screening purposes or any other use governed by the Fair Credit Reporting Act. Respect Furnished Finder's Terms of Use and applicable laws.