Furnished Finder Scraper avatar

Furnished Finder Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Furnished Finder Scraper

Furnished Finder Scraper

[πŸ’° $1.0 / 1K] Extract furnished mid-term rental listings from FurnishedFinder.com. Get monthly rent, beds/baths, address, amenities, house rules, fees, photos, landlord profiles, availability, and tenant reviews. Search by city/state or paste URLs.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

SolidCode

SolidCode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Pull furnished mid-term rental listings from FurnishedFinder.com at scale β€” monthly rent, bed and bath counts, full addresses with coordinates, amenities, house rules, fee breakdowns, photo galleries, availability calendars, landlord profiles, and tenant reviews for furnished housing across the United States. Built for travel-nurse housing teams, relocation and corporate-housing coordinators, and rental-market analysts who need structured furnished-rental data without manually searching one city page at a time.

Why This Scraper?

  • Monthly rent with exact bed and bath counts β€” every listing carries a normalized USD monthlyRent, plus bedroomCount, bathroomCount, bathroomType, and totalSleeps so you can size and price-rank inventory instantly.
  • Three property-type filters β€” Entire Place (house, condo, apartment, cottage), Private Room, or Hotel, applied straight to any city-and-state search.
  • Landlord profiles with verification flags β€” name, bio, home city/state, hosting tenure, plus emailVerified, phoneVerified, and idVerified booleans to qualify hosts before you reach out.
  • Real-time availability calendars β€” isAvailableNow, availableFromDate, and a per-property availabilityCalendar so you only surface units a tenant can actually book.
  • Tenant reviews with star ratings β€” each review includes reviewer name, star rating, submission date, title, full text, and any landlord reply, alongside avgRating and totalReviewCount.
  • Full amenity lists, house rules, and itemized fees β€” the complete amenities array, house-rule list, and a structured fees breakdown pulled from every property detail page.
  • Photo galleries, not single thumbnails β€” every listing's full photos array (URL, caption, featured flag) for galleries and visual matching.
  • Nearby points of interest β€” nearbyPOI surfaces nearby hospitals and landmarks, the deciding factor for traveling-nurse and contract-worker placements.
  • Budget min/max filters across nationwide US cities β€” set a monthly price floor and ceiling on any city-and-state search, from major metros to small towns.

Use Cases

Relocation & Travel Nursing

  • Find furnished units near a specific hospital or assignment site
  • Filter by move-in availability so every result is bookable now
  • Rank options by monthly rent against a per-diem housing stipend
  • Surface verified landlords to speed up trustworthy bookings

Corporate & Insurance Housing

  • Build vetted furnished-housing shortlists for relocating employees
  • Source temporary homes for insurance-displaced tenants by city and budget
  • Compare entire-place vs. private-room inventory across candidate markets
  • Track availability calendars to confirm stay windows before placement

Rental Market Research

  • Map furnished mid-term rent levels by city and property type
  • Benchmark amenities and fee structures across competing listings
  • Measure how much furnished inventory is available now vs. future-dated
  • Analyze review sentiment and average ratings by market

Lead Generation for Property Managers

  • Build landlord outreach lists with name, tenure, and verification status
  • Identify hosts with multiple or highly-rated listings in target cities
  • Spot under-reviewed or newly listed properties to pitch services
  • Segment prospects by city, budget tier, and property type

Getting Started

Search by City

The simplest start β€” just a city and state:

{
"searchLocations": ["Austin, TX"],
"maxResults": 50
}

Entire-place rentals within a monthly budget, with reviews:

{
"searchLocations": ["Nashville, Tennessee", "Houston, TX"],
"propertyType": "entire_unit",
"minBudget": 1200,
"maxBudget": 2800,
"includeReviews": true,
"maxResults": 200
}

Using FurnishedFinder URLs

Paste city/state search pages, filtered or map search pages, or individual property pages directly:

{
"startUrls": [
"https://www.furnishedfinder.com/housing/Austin/Texas",
"https://www.furnishedfinder.com/property/12345"
],
"includePropertyDetails": true,
"maxResults": 100
}

Input Reference

What to Scrape

ParameterTypeDefaultDescription
startUrlsstring[][]FurnishedFinder URLs. Works with city/state search pages, filtered or map search pages, and individual property pages. Filters already in the URL (price, dates, type) are applied automatically.
searchLocationsstring[][]Search by city and state, e.g. "Austin, TX" or "Nashville, Tennessee". No need to build URLs manually.

Search Filters

These apply to searchLocations only. When using URLs, all filters come from the URL itself.

ParameterTypeDefaultDescription
propertyTypeselectAll TypesAll Types, Entire Place (house, condo, apartment, cottage), Private Room, or Hotel.
minBudgetintegerβ€”Only return rentals at or above this monthly price (USD).
maxBudgetintegerβ€”Only return rentals at or below this monthly price (USD).

Options

ParameterTypeDefaultDescription
maxResultsinteger100Maximum listings to return across all URLs and searches. Set to 0 for unlimited. Start with 10-50 to test.
includePropertyDetailsbooleantrueFetch each property's full detail page (landlord profile, description, house rules, fees, amenities, nearby hospitals). Slower but much richer. When off, only basic search fields are returned.
includeReviewsbooleanfalseAdd tenant reviews to each property (rating, reviewer, date, text, landlord reply). Only applies when full details are on.

Output

A representative result with full details and reviews enabled:

{
"listingId": "1006574_1",
"title": "Cozy Furnished 2BR Near Downtown",
"url": "https://www.furnishedfinder.com/property/1006574_1",
"propertyType": "entire_unit",
"monthlyRent": 2000,
"currency": "USD",
"bedroomCount": 2,
"bathroomCount": 1,
"bathroomType": "Private",
"totalSleeps": 4,
"minimumStayDays": 30,
"isAvailableNow": true,
"availableFromDate": "2026-07-01",
"city": "Austin",
"state": "TX",
"zip": "78704",
"latitude": 30.2432,
"longitude": -97.7654,
"amenities": ["WiFi", "Washer/Dryer", "Parking", "Furnished"],
"houseRules": ["No smoking", "No pets"],
"fees": [{ "name": "Cleaning fee", "amount": "$150" }],
"utilitiesIncluded": true,
"photos": [
{ "url": "https://images.furnishedfinder.com/1006574_1.jpg", "caption": null, "isFeatured": true }
],
"availabilityCalendar": [{ "date": "2026-07-01", "available": true }],
"nearbyPOI": [{ "name": "St. David's Medical Center", "type": "hospital", "distance": "1.2 mi" }],
"landlordName": "Jane Doe",
"landlordBio": "Renting furnished homes to traveling professionals since 2018.",
"landlordTenure": "Member since 2018",
"emailVerified": true,
"phoneVerified": true,
"idVerified": true,
"avgRating": 4.8,
"totalReviewCount": 12,
"reviews": [
{
"reviewer": "Sarah M.",
"rating": 5,
"date": "2026-03-10",
"title": "Perfect for my 13-week assignment",
"text": "Clean, well-equipped, and minutes from the hospital.",
"reply": "Thank you Sarah, welcome back anytime!"
}
]
}

Core Fields

FieldTypeDescription
listingIdstringUnique FurnishedFinder property identifier (e.g. 1006574_1)
titlestringListing title / property name
urlstringDirect property page URL
propertyTypestringProperty type as labelled by FurnishedFinder (e.g. entire_unit, room, hotel)
propertyTypeClassstringInternal property-type class code from FurnishedFinder
laundryTypestringLaundry arrangement (e.g. in-unit, shared, none)
monthlyRentnumberMonthly rent in USD (normalized)
currencystringCurrency code
bedroomCountnumberNumber of bedrooms
bathroomCountnumberNumber of bathrooms
bathroomTypestringPrivate or shared bathroom
totalSleepsnumberMaximum number of occupants
minimumStayDaysnumberMinimum stay length in days

Availability & Location

FieldTypeDescription
isAvailableNowbooleanWhether the unit is available immediately
availableFromDatestringEarliest move-in date
availabilityCalendarobject[]Per-date availability calendar
citystringCity
statestringState
zipstringZIP code
latitudenumberLatitude
longitudenumberLongitude
nearbyPOIobject[]Nearby hospitals and landmarks with distance

Property Details

Populated when includePropertyDetails is on.

FieldTypeDescription
amenitiesstring[]Full amenity list
houseRulesstring[]House rules (smoking, pets, etc.)
feesobject[]Itemized fee breakdown
utilitiesIncludedbooleanWhether utilities are included
photosobject[]Photo gallery (url, caption, featured flag)
descriptionstringFull listing description
squareFootagenumberLiving area in square feet

Landlord

FieldTypeDescription
landlordNamestringLandlord name
landlordBiostringLandlord biography
landlordCitystringLandlord home city
landlordStatestringLandlord home state
landlordTenurestringHow long the landlord has hosted
emailVerifiedbooleanEmail verification flag
phoneVerifiedbooleanPhone verification flag
idVerifiedbooleanID verification flag

Reviews

Populated when includeReviews is on.

FieldTypeDescription
avgRatingnumberAverage star rating
totalReviewCountnumberTotal number of reviews
reviewsobject[]Reviews: reviewer, rating, date, title, text, reply

Tips for Best Results

  • Start small β€” set maxResults to 10-50 on your first run to confirm the data fits your needs, then scale up.
  • Type cities, skip URLs β€” "Austin, TX" or "Nashville, Tennessee" is easier and more reliable than building search links by hand. Both "ST" and full state names work.
  • Turn details off for speed β€” leave includePropertyDetails off when you only need rent, beds, baths, location, and photos; turn it on for landlord profiles, house rules, fees, and nearby hospitals.
  • Reviews imply details β€” includeReviews automatically pulls full property details, since reviews live on the detail page. No extra setup needed.
  • Budget filters apply to searches only β€” minBudget/maxBudget and propertyType shape city searches; when pasting URLs, set the price and type filters in the URL itself.
  • Pin to a hospital with nearbyPOI β€” for travel-nurse placements, sort results by the nearbyPOI hospital distance to surface the closest furnished housing to an assignment site.
  • Mix inputs in one run β€” combine several searchLocations and startUrls together; results are de-duplicated by listing, so overlapping areas never double-count.

Pricing

From $1.00 per 1,000 results β€” flat pay-per-result pricing for furnished mid-term rental data. Bronze, Silver, and Gold subscribers pay progressively less; the table below shows total cost at each discount tier.

ResultsNo discountBronzeSilverGold
100$0.12$0.115$0.105$0.10
1,000$1.20$1.15$1.05$1.00
10,000$12.00$11.50$10.50$10.00
100,000$120.00$115.00$105.00$100.00

No compute or time-based charges β€” you pay per result, plus a small fixed per-run start fee. A "result" is any listing row in the output dataset.

Integrations

Export data in JSON, CSV, Excel, XML, or RSS. Connect to 1,500+ apps via:

  • Zapier / Make / n8n β€” Workflow automation
  • Google Sheets β€” Direct spreadsheet export
  • Slack / Email β€” Notifications on new results
  • Webhooks β€” Trigger custom APIs on run completion
  • Apify API β€” Full programmatic access

This actor is designed for legitimate housing research, relocation support, and market analysis. Users are responsible for complying with applicable laws and FurnishedFinder's Terms of Service. Do not use extracted data for spam, harassment, or any unlawful purpose, and handle any personal data (landlord and reviewer names) in line with applicable privacy regulations and fair housing rules.