Zillow Transport Score Fetcher avatar
Zillow Transport Score Fetcher

Pricing

Pay per usage

Go to Apify Store
Zillow Transport Score Fetcher

Zillow Transport Score Fetcher

Get walk, transit, and bike scores for Zillow properties. Evaluates neighborhood accessibility and location livability. Ideal for relocation research or location quality assessments.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Zillow Scraper

Zillow Scraper

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

3 days ago

Last modified

Categories

Share

🚶 Zillow Transport Score Fetcher - Apify Actor

📋 Overview

This Apify Actor retrieves Walk Score, Transit Score, and Bike Score for Zillow properties.
It evaluates location accessibility and quality for each property based on its ZUID.

⚙️ Note: This actor is configured for the transportScore data type.


🚀 Features

  • Fetches walkability, transit, and bike scores
  • Provides descriptive summary of the area
  • Supports multiple ZUIDs for bulk analysis

🧩 Input Schema

Required Field

FieldTypeRequiredDescription
zuid_listArray of Strings✅ YesList of Zillow property IDs (one per line)

📝 Input Example

{
"zuid_list": [
"20482366",
"98765432"
]
}

📤 Output Example

{
"zuid": "20482366",
"walkScore": 78,
"transitScore": 65,
"bikeScore": 72,
"description": "Very Walkable"
}

💡 Usage Tips

  • Great for assessing neighborhood livability and accessibility.
  • Combine with price history or property details for full evaluations.