Walk Score Scraper
Pricing
from $3.00 / 1,000 results
Walk Score Scraper
Scrape Walk Score, Transit Score, and Bike Score for any US address or city from walkscore.com. No API key required. Returns walkability, transit, and bikeability scores with descriptions.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
1
Monthly active users
11 days ago
Last modified
Categories
Share
Scrape Walk Score, Transit Score, and Bike Score for any US city or address from walkscore.com. No API key or login required.
Features
- Look up walkability scores by city/state (e.g. "Seattle-WA") or street address
- Returns Walk Score (0–100), Transit Score, and Bike Score with human-readable descriptions
- Extracts nearby amenity categories where available
- Zero credentials required — fully public data
Input
| Field | Type | Description |
|---|---|---|
mode | select | byCity or byAddress |
cities | list | City slugs like Seattle-WA, New-York-NY, Chicago-IL |
addresses | list | Full addresses like 123 Main St, Seattle, WA |
maxItems | integer | Max records to emit (default: 50) |
Output
Each record contains:
| Field | Description |
|---|---|
address | The input city or address |
walkScore | Walk Score (0–100) |
walkDescription | E.g. "Walker's Paradise", "Very Walkable" |
transitScore | Transit Score (0–100) |
transitDescription | E.g. "Rider's Paradise", "Excellent Transit" |
bikeScore | Bike Score (0–100) |
bikeDescription | E.g. "Very Bikeable", "Bikeable" |
nearbyAmenities | Categories of nearby amenities |
sourceUrl | URL scraped |
scrapedAt | ISO 8601 timestamp |
recordType | Always "walk_score" |
FAQ
Does this require an API key? No. It scrapes the public walkscore.com website.
What cities are supported? All US cities with a walkscore.com page. Use format CityName-ST (e.g. Los-Angeles-CA).
Is the data accurate? Yes, data is sourced directly from walkscore.com which uses OpenStreetMap and other authoritative sources.