Colorado 14ers & 13ers Peak and Route Scraper avatar

Colorado 14ers & 13ers Peak and Route Scraper

Pricing

Pay per event

Go to Apify Store
Colorado 14ers & 13ers Peak and Route Scraper

Colorado 14ers & 13ers Peak and Route Scraper

Scrapes 14ers.com for authoritative Colorado 14er and 13er peak data and climbing route details. Returns peak name, elevation, rank, range, lat/lon, and per-route YDS class, difficulty, trailhead, round-trip miles, elevation gain, exposure/risk notes, and standard-route flag.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Categories

Share

Scrapes 14ers.com — the authoritative source for Colorado fourteener and thirteener climbing data — and returns a structured dataset of peaks and their individual climbing routes.

Each output record combines peak-level data (elevation, rank, mountain range, coordinates) with route-level data (route name, YDS difficulty class, trailhead, round-trip distance, elevation gain, exposure/risk notes, and standard-route flag).

What you get

FieldTypeDescription
peak_namestringFull peak name as listed on 14ers.com
elevation_ftnumberSummit elevation in feet (LiDAR measurement)
rankintegerColorado 14er or 13er rank by elevation
mountain_rangestringRange (e.g., Sawatch, San Juan, Elk Mountains)
latitudenumberSummit latitude (decimal degrees)
longitudenumberSummit longitude (decimal degrees)
peak_urlstringCanonical 14ers.com URL for the peak
route_namestringRoute name (e.g., Northeast Ridge)
route_classstringYDS difficulty class (Class 1 through Class 5)
route_difficultystringFull difficulty label as shown on site
round_trip_milesnumberRound-trip distance from trailhead in miles
elevation_gain_ftnumberTotal elevation gain in feet
trailheadstringNamed trailhead for this route
exposure_rockfall_notesstringExposure, rockfall, route-finding, and commitment risk ratings
standard_routebooleanWhether this is designated a standard route for the peak

How it works

The actor discovers peaks from the 14ers.com sitemap (846 individual peak pages), then crawls each peak's route list and the individual route detail pages to collect statistics. All data is extracted from plain HTML — no JavaScript rendering required.

Coverage: ~58 Colorado 14ers and ~780+ Colorado 13ers, each with 1–11 routes.

Input

ParameterTypeDefaultDescription
maxItemsinteger15Maximum number of route records to return. Each peak has multiple routes, so this is the total record cap.

Example input

{
"maxItems": 200
}

Example output

{
"peak_name": "Mt. Elbert - The Highest 14er in Colorado",
"elevation_ft": 14438,
"rank": 1,
"mountain_range": "Sawatch",
"latitude": 39.11774,
"longitude": -106.44537,
"peak_url": "https://www.14ers.com/peaks/10001/mount-elbert",
"route_name": "Northeast Ridge",
"route_class": "Class 1",
"route_difficulty": "Class 1",
"round_trip_miles": 9.75,
"elevation_gain_ft": 4500,
"trailhead": "Mt. Elbert (North)",
"exposure_rockfall_notes": "Exposure: Low Rockfall: Low Route-Finding: Low Commitment: Low",
"standard_route": true
}

Notes

  • Respects 14ers.com's robots.txt crawl delay (5 seconds), running at a polite concurrency of 5.
  • Transient network errors and rate-limit responses are automatically retried.
  • The site does not use Cloudflare or require browser rendering — datacenter requests succeed.
  • Records per run: full dataset is ~1,200–1,500 routes across all 14ers and 13ers. Set maxItems to 0 to collect all.