Mountainproject: Get Route Finder
Mountainproject via Parse · sports
Query the Route Finder with filters to find highly-rated climbs in a given area. Returns a list of matching routes filtered by difficulty range, star rating, and climb type. Results are not paginated; the site returns a fixed batch of top-rated routes matching the criteria. Scraper for Mountain Project climbing route database - search routes, get route/area details, find routes by filters, and read comments. Fulfilled by Parse from mountainproject.com.
- maps-geo
- mountainproject
- mountainproject-com
- parse
- platform-key
- reviews-ratings
- sports
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- sports
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/d806c1ab-d61a-4e73-a2fd-01f0ad04feae/get_route_finder
- Interface artifact
- sha256:e3e24970ff176970d2a3e6e1f28838be04a9dfc000cdbbc3b82cd10907009818
- Manifest digest
- sha256:7a7917ddba27e2da2f58487608b661d02a22c7f5f225788463f9f1a850e28ec3
Request fields
- stars (string): Minimum star rating threshold as a decimal string (e.g. '3.8').
- area_id (string, required): Numeric area ID to search within (e.g. '105833388' for Yosemite Valley).
- diff_max (string): Maximum difficulty value as a numeric code string.
- diff_min (string): Minimum difficulty value as a numeric code string.
- climb_type (string): Climb type filter. Accepted values: boulder, rock.: Allowed values: boulder, rock
Example queries
- {"stars":"3.8","area_id":"105833388","diff_max":"21400","diff_min":"20000","climb_type":"boulder"}