Furnished Finder Scraper

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

Furnished Finder Scraper

Furnished Finder Scraper

epctex/furnishedfinder-scraper

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!

The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn mode

# Set API token
API_TOKEN=<YOUR_API_TOKEN>

# Prepare Actor input
cat > input.json <<'EOF'
{
  "startUrls": [
    "https://www.furnishedfinder.com/housing/Atlanta/Texas/Budget3200/MoveIndate20231213/Avail",
    "https://www.furnishedfinder.com/housing/San-Diego/California",
    "https://www.furnishedfinder.com/property/299655_1"
  ],
  "maxItems": 20,
  "extendOutputFunction": "($) => { return {} }",
  "customMapFunction": "(object) => { return {...object} }",
  "proxy": {
    "useApifyProxy": true
  }
}
EOF

# Run the Actor
curl "https://api.apify.com/v2/acts/epctex~furnishedfinder-scraper/runs?token=$API_TOKEN" \
  -X POST \
  -d @input.json \
  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor stats
  • 4 users
  • 149 runs
  • Modified about 22 hours ago

You might also like these Actors