Furnished Finder Scraper avatar

Furnished Finder Scraper

Try for free

3 days trial then $20.00/month - No credit card required now

View all Actors
Furnished Finder Scraper

Furnished Finder Scraper

epctex/furnishedfinder-scraper
Try for free

3 days trial then $20.00/month - No credit card required now

Find, filter, and explore Furnished Finder properties effortlessly with our comprehensive tool. Your ideal rental is just a click away!

You can access the Furnished Finder Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "startUrls": [
3    "https://www.furnishedfinder.com/housing/Atlanta/Texas/Budget3200/MoveIndate20231213/Avail",
4    "https://www.furnishedfinder.com/housing/San-Diego/California",
5    "https://www.furnishedfinder.com/property/299655_1"
6  ],
7  "searchCoordinates": [
8    {
9      "latitude": 40.7485379,
10      "longitude": -73.9870227,
11      "searchArea": 0.25
12    }
13  ],
14  "searchArea": "0.25",
15  "maxItems": 20,
16  "extendOutputFunction": "($) => { return {} }",
17  "customMapFunction": "(object) => { return {...object} }",
18  "proxy": {
19    "useApifyProxy": true
20  }
21}' |
22apify call epctex/furnishedfinder-scraper --silent --output-dataset

Furnished Finder Scraper API through CLI

The Apify CLI is the official tool that allows you to use Furnished Finder Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 9 monthly users
  • 1 star
  • 100.0% runs succeeded
  • 17 hours response time
  • Created in Sep 2023
  • Modified about 16 hours ago