FurnishedFinder $1💰 Listings, Amenities & Reviews
Pricing
from $1.00 / 1,000 results
FurnishedFinder $1💰 Listings, Amenities & Reviews
From $1/1K. Scrape furnishedfinder.com listings by city or URL. Extract structured data including price, beds, baths, occupancy, amenities, photos, location, square footage, ratings, reviews, utilities, house rules, and fees. Fast and reliable via the site's data API.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
AbotAPI
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Furnished Finder Scraper
Scrape monthly furnished rental listings from Furnished Finder at scale. Search by city or paste URLs, and the actor walks every result page and returns clean, structured records: price, bedrooms, bathrooms, sleeps, amenities, photos, coordinates, square footage, ratings, reviews, utilities, house rules and fees. Built on the site's own data API, so it is fast, cheap, and resilient to page redesigns.
Why This Scraper?
- Up to 30+ fields per listing, including square footage, average rating, review count, individual guest reviews, utilities included, house rules, fees and a full amenity list.
- Two input modes: search by free-text city ("Houston, TX") or paste search and property URLs.
- Forward auto-pagination, 50 listings per page, with an overall listing cap.
- Verified filters that actually narrow results: price range, property type, minimum bedrooms, minimum bathrooms.
- Optional detail enrichment so you only pay for the depth you need.
- Concurrent enrichment with per-record output, so a stopped run still keeps everything finished so far.
Data You Get
Sample shape: values are illustrative placeholders, not from a live listing.
| Field | Example |
|---|---|
| id | 00000001_1 |
| url | https://www.furnishedfinder.com/property/00000001_1 |
| name | Sample Furnished Rental Near Downtown |
| propertyType | House |
| propertyTypeClass | entire_unit |
| priceValue | 2000 |
| priceFormatted | $2,000/month |
| priceCurrency | USD |
| bedroomCount | 2 |
| bathroomCount | 1 |
| totalSleeps | 4 |
| laundryType | In-Unit W/D |
| squareFootage | 1200 |
| avgRating | 4.5 |
| totalReviewCount | 2 |
| reviews | [{ "reviewerName": "Jane D", "starRating": 5, "submissionDate": "Jan 01, 2026", "title": "Great stay", "text": "Clean and comfortable.", "reply": null }] |
| utilitiesIncluded | true |
| minimumStayDays | 30 |
| city | Houston |
| state | Texas |
| latitude | 29.0000 |
| longitude | -95.0000 |
| isAvailableNow | true |
| availableOnDate | Available |
| amenities | ["airConditioning", "wifi", "dishwasher"] |
| photoCount | 12 |
| scrapedAt | 2026-01-01T00:00:00.000Z |
How to Use
Search a single city (full details):
{"mode": "search","locations": ["Houston, TX"],"maxPages": 5,"fetchDetails": true,"proxy": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "apifyProxyCountry": "US" }}
Search several cities with filters:
{"mode": "search","locations": ["Seattle, WA", "Denver, CO", "Austin, TX"],"minPrice": 1000,"maxPrice": 2500,"minBedrooms": 2,"propertyTypeClass": "entire_unit","maxListings": 300}
Paste a search URL and auto-paginate:
{"mode": "url","urls": ["https://www.furnishedfinder.com/housing/us--tx--houston"],"maxPages": 10}
Scrape specific property URLs:
{"mode": "url","urls": ["https://www.furnishedfinder.com/property/00000001_1","https://www.furnishedfinder.com/property/00000002_1"],"fetchDetails": true}
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| mode | string | search | search (cities + filters) or url (paste URLs). |
| locations | array | ["Houston, TX"] | Cities for search mode. Free text, City, State, or a us--tx--houston slug. |
| urls | array | (empty) | Search or property URLs for URL mode. |
| propertyTypeClass | string | any | any, entire_unit, or room. |
| minPrice | integer | (none) | Minimum monthly rent in USD. |
| maxPrice | integer | (none) | Maximum monthly rent in USD. |
| minBedrooms | integer | (none) | Minimum bedroom count. |
| minBathrooms | integer | (none) | Minimum bathroom count. |
| fetchDetails | boolean | true | Fetch full property details per listing. |
| maxPages | integer | 5 | Result pages per city or search URL (50 listings each). |
| maxListings | integer | 0 | Overall cap across all cities/URLs (0 = unlimited). |
| proxy | object | Residential US | Proxy config. Residential US is required. |
Output Example
Sample shape: values are illustrative placeholders, not from a live listing.
{"id": "00000001_1","propertyId": "00000001","unitId": "1","url": "https://www.furnishedfinder.com/property/00000001_1","name": "Sample Furnished Rental Near Downtown","propertyType": "House","propertyTypeClass": "entire_unit","bedroomCount": 2,"bathroomCount": 1,"bathroomType": "Private Bath","totalSleeps": 4,"laundryType": "In-Unit W/D","priceFormatted": "$2,000/month","priceValue": 2000,"priceCurrency": "USD","latitude": 29.0000,"longitude": -95.0000,"city": "Houston","state": "Texas","encodedLocationName": "us--tx--houston","isAvailableNow": true,"availableOnDate": "Available","minimumStayInDays": 30,"amenities": ["airConditioning", "wifi", "dishwasher"],"photos": ["https://staticproperties.furnishedfinder.com/00000001/1/00000001_1_00000000-full.jpg"],"photoCount": 12,"description": "Full property description appears here when fetchDetails is on.","neighborhoodDescription": "Neighborhood summary text.","spaceDescription": "Space summary text.","squareFootage": 1200,"avgRating": 4.5,"totalReviewCount": 2,"reviews": [{ "reviewId": "00000001", "reviewerName": "Jane D", "reviewerImage": "J", "starRating": 5, "title": "Great stay", "text": "Clean and comfortable, great communication.", "submissionDate": "2026-01-01", "reply": null }],"utilitiesIncluded": true,"minimumStayDays": 30,"houseRules": [{ "name": "No smoking", "description": "Smoking is not allowed." }],"fees": [{ "type": "Cleaning", "amount": "$100" }],"detailAmenities": [{ "name": "Air Conditioning", "value": "airConditioning" }],"bedroomsDetail": [{ "title": "Bedroom 1", "type": "Queen Bed" }],"bathroomsDetail": [{ "title": "Bathroom 1", "type": "Full Bath" }],"searchLocation": "Houston, TX","scrapedAt": "2026-01-01T00:00:00.000Z"}
Plan Requirement
This actor needs Apify Residential proxy with country US. The site only accepts traffic from US residential connections, so data-centre IPs return zero results. Residential proxy is available on the Apify Starter plan and above. On the free plan the run will likely return no items; upgrade at https://apify.com/pricing to enable residential proxy access.