VOOZH about

URL: https://apify.com/lulzasaur/traillink-scraper

โ‡ฑ TrailLink Trail Finder Scraper ยท Apify


Pricing

from $10.00 / 1,000 results

Go to Apify Store

TrailLink Trail Scraper

Scrape trails from TrailLink.com. Get trail names, lengths, ratings, reviews, surface types, activities, GPS coordinates, and photos from 40K+ miles of trails.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Categories

Share

TrailLink Trail Finder Scraper

Scrape trail data from TrailLink, the Rails-to-Trails Conservancy trail database. Extract distances, surfaces, ratings, reviews, and trail descriptions for biking, hiking, and walking trails across the US.

Features

  • Search for trails by city, state, or keyword
  • Browse trails by state code
  • Direct scraping of specific trail URLs
  • Rich trail data: distance, surface type, activities, ratings, reviews
  • Trail details: descriptions, categories, images

Input

FieldTypeDefaultDescription
modestringsearchsearch to find trails, trail to scrape specific URLs
searchQuerystring""City or keyword to search (e.g. "denver"). Search mode only.
statestring""Two-letter state code (e.g. "co"). Alternative to searchQuery.
startUrlsarray[]Direct trail URLs to scrape. Trail mode only.
limitinteger50Maximum number of trails to scrape
proxyConfigurationobject-Optional proxy settings

Output

Each result includes:

FieldDescription
nameTrail name
distanceTrail length (e.g. "47.8 miles")
surfaceSurface type (Asphalt, Concrete, Gravel, etc.)
activitiesArray of activities (Bike, Walking, Hiking, etc.)
ratingAverage rating (0-5 scale)
reviewsNumber of reviews
cityCity location
stateState name
trailTypeTrail category (e.g. "Greenway/Non-RT")
descriptionFull trail description
imageUrlTrail photo URL
sourceUrlFull trail URL on TrailLink
scrapedAtISO timestamp

Usage Examples

Search by state

{
"mode":"search",
"state":"co",
"limit":100
}

Search by city

{
"mode":"search",
"searchQuery":"denver",
"limit":50
}

Scrape specific trails

{
"mode":"trail",
"startUrls":[
{"url":"https://www.traillink.com/trail/cherry-creek-regional-trail/"},
{"url":"https://www.traillink.com/trail/platte-river-trail/"}
]
}

How It Works

  1. Search mode: Navigates to TrailLink listing pages (state or city). Extracts trail data from the window.model JavaScript data embedded in the page, then visits each trail detail page for full information.

  2. Trail mode: Directly visits provided trail URLs and extracts all available data from the SSR HTML.

  3. Data extraction: On listing pages, parses the window.model JSON array for basic trail info. On detail pages, parses the HTML for facts (length, surface, category), activities, ratings, reviews, and descriptions.

You might also like

Traillink Rail Trail Directory Scraper

jungle_synthesizer/traillink-rail-trail-directory-scraper

Scrape the full TrailLink catalogue of paved, rail-trail, and accessible trails across all US states. Returns trail name, state, county, length, surface, activities, description, endpoints, rating, review count, and GPS coordinates.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

AllTrails Scraper

crawlerbros/alltrails-scraper

Scrape AllTrails, the world's largest hiking, biking, and running trail database. Search trails by keyword/location; fetch full trail detail (difficulty, distance, elevation, GPS coordinates, photos, recent reviews); browse trails by park, city, or country.

9

5.0

WTA Washington Trails Scraper

crawlerbros/wta-trails-scraper

Scrape wta.org (Washington Trails Association) hiking trail database - search trails by region, get trail stats (length, elevation, rating), features, coordinates, and trip reports across Washington State.

Trailforks Scraper

crawlerbros/trailforks-scraper

Scrape mountain biking trails from Trailforks - the world's largest trail database. Search by keyword or region, filter by difficulty, fetch trail details, and get popular trails with ratings, distance, and elevation data.

AllTrails Scraper

solidcode/alltrails-scraper

[๐Ÿ’ฐ $9 / 1K] Extract trail data from AllTrails โ€” ratings, difficulty, length, elevation, GPS, photos, and trail features. Search by national park, US state, or city, or paste any AllTrails URL. Filter by difficulty, rating, activity, route type, and 20 trail features.

OSM Overpass Hiking Trail Route Scraper

jungle_synthesizer/osm-overpass-hiking-route-relation-scraper

Query the Overpass API for OpenStreetMap hiking route relations by bounding box or region. Returns ODbL-licensed trail geometry: route names, distance, network level, way coordinates, and full OSM tags. The only license-clean trail corpus on Apify โ€” safe for AI training and GIS use.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

Appalachian Trail Conservancy - Updates & Sections Scraper

jungle_synthesizer/appalachiantrail-org-shelter-segment-scraper

First ATC actor. Crawls official Appalachian Trail Conservancy trail updates (closures, bear warnings, detours, alerts) and state section pages. Authoritative free AT logistics data for thru-hiker planning โ€” shelters, sections, closures.

๐Ÿ‘ User avatar

BowTiedRaccoon

2