VOOZH about

URL: https://apify.com/crawlerbros/trailforks-scraper

โ‡ฑ Trailforks Scraper ยท Apify


Pricing

from $3.00 / 1,000 results

Go to Apify Store

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.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

24 days ago

Last modified

Share

Scrape mountain biking trails from Trailforks โ€” the world's largest trail database with 400,000+ trails worldwide. Search by keyword, browse by region or area ID, filter by difficulty, or get the most popular trails globally. Returns trail ratings, distance, elevation, GPS coordinates, and more.

What this actor does

  • Four modes: searchTrails, trailDetails, regionTrails, popularTrails
  • Difficulty filters: white (easiest), green, blue, black, double black, pro line
  • Trail types: downhill, cross country, enduro, freeride, bikepacking, dirt jump
  • Full trail metadata: distance (km), elevation gain/loss, GPS coordinates
  • Empty fields are omitted โ€” no null values in output

Output per trail

FieldDescription
trailIdTrailforks trail ID
titleTrail name
difficultyDifficulty level (white/green/blue/black/double_black/proline)
trailTypeTrail type (downhill/cross_country/enduro/freeride/bikepacking/dirt_jump)
ratingAverage rating (0โ€“5)
totalRatingsNumber of ratings
distanceTrail distance in km
elevationGainElevation gain in meters
elevationLossElevation loss in meters
regionRegion/area name
countryCountry
cityNearest city
latitudeTrail start latitude
longitudeTrail start longitude
imageUrlTrail cover image
trailUrlTrailforks trail page URL
descriptionTrail description
statusTrail status
recordTypeAlways "trail"
scrapedAtISO 8601 timestamp

Input

FieldTypeDefaultDescription
modestringsearchTrailssearchTrails / trailDetails / regionTrails / popularTrails
querystringwhistlerSearch keyword (mode=searchTrails)
trailIdsarrayโ€”Trail IDs (mode=trailDetails)
regionIdintegerโ€”Region ID (mode=regionTrails)
difficultystringโ€”Filter by difficulty
trailTypestringโ€”Filter by trail type
maxItemsinteger20Max trails to return (1โ€“500)

Example: search Whistler trails

{
"mode":"searchTrails",
"query":"whistler",
"difficulty":"black",
"maxItems":20
}

Example: popular downhill trails

{
"mode":"popularTrails",
"trailType":"downhill",
"maxItems":20
}

Frequently Asked Questions

Does this require a Trailforks API key? No. This scraper uses Trailforks' public API without requiring authentication.

What difficulty levels are supported? white (easiest), green, blue, black, double_black, proline.

How do I find a region ID? Navigate to a region on Trailforks.com and look at the URL โ€” the numeric ID is in the path.

Can I filter by trail type? Yes, use the trailType field: downhill, cross_country, enduro, freeride, bikepacking, dirt_jump.

You might also like

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.

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.

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

Hiking Project Scraper

lexis-solutions/hikingproject-scraper

Hiking Project scraper that extracts structured hiking trail data with distance, elevation, difficulty, ratings, location and nearby routes for outdoor apps, maps, trail databases, and hiking analytics.

๐Ÿ‘ User avatar

Lexis Solutions

2

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

Related articles

How to use the Google Maps API in Python
Read more