VOOZH about

URL: https://apify.com/piquno/hiking-trails-worldwide-scraper

โ‡ฑ Hiking Trails Worldwide Scraper (OSM) [DEPRECATED] ยท Apify


๐Ÿ‘ Hiking Trails Worldwide Scraper (OSM) avatar

Hiking Trails Worldwide Scraper (OSM)

Deprecated

Pricing

from $100.00 / 1,000 results

Go to Apify Store

Hiking Trails Worldwide Scraper (OSM)

Deprecated

Scrape hiking trails worldwide from OpenStreetMap via Overpass API. Search by country, region, or bounding box. Get multilingual names, GPS routes, length, trail markers and Wikipedia links for hundreds of thousands of trails. No API key. Data under ODbL.

Pricing

from $100.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Piquno

Piquno

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

2 months ago

Last modified

Categories

Share

Hiking Trails Worldwide Scraper

Scrape hiking trails from OpenStreetMap via the Overpass API. Search by country, region/state/city, or a custom bounding box. Get structured data on hundreds of thousands of hiking trails worldwide โ€” names in multiple languages, GPS routes, length, trail markers, operator details, Wikipedia links, and more.

โœ… Open data โ€” built on OpenStreetMap, licensed under the Open Database License (ODbL). No legal grey area, no terms-of-service issues.

โœ… Truly global โ€” coverage spans Europe (incredibly dense), Japan (excellent), New Zealand, Australia, the Americas, and most national parks worldwide.

โœ… No API key required โ€” uses the public Overpass API.

Features

  • Search modes: country (e.g. "Japan"), ISO code (e.g. "NZ"), region/state (e.g. "Bavaria", "California"), or bounding box
  • Route types: hiking trails (route=hiking), walking routes (route=foot), or both
  • Network filtering: only international trails (Camino, Appalachian Trail-tier), national trails (Te Araroa, Kumano Kodo), regional, or all local trails
  • Length filtering: min/max km to exclude short paths or epic thru-hikes
  • Multilingual names: pick a preferred language; original local names always preserved
  • GPS geometry: optionally include the full waypoint sequence for each trail
  • Trail metadata: colour, trail markers (osmc:symbol), operator, fees, opening hours, Wikipedia, Wikidata

Example output

{
"osm_id":173345,
"osm_url":"https://www.openstreetmap.org/relation/173345",
"name":"Tongariro Northern Circuit",
"name_local":"Tongariro Northern Circuit",
"name_alternatives":{
"en":"Tongariro Northern Circuit",
"mi":"Te Awahohonu"
},
"ref":"GW02",
"route_type":"hiking",
"network":"national",
"network_tag":"nwn",
"operator":"Department of Conservation",
"description":"One of New Zealand's Great Walks, a 4-day loop around Mt Ngauruhoe.",
"length_km":44.213,
"roundtrip":true,
"start_point":{"lat":-39.197691,"lon":175.5459621},
"end_point":{"lat":-39.1995736,"lon":175.5428742},
"bbox":{"south":-39.2124,"west":175.5417,"north":-39.1322,"east":175.6892},
"way_segments":56,
"website":"https://www.doc.govt.nz/...",
"wikipedia_url":"https://en.wikipedia.org/wiki/Tongariro_Northern_Circuit",
"wikidata_url":"https://www.wikidata.org/wiki/Q1258134",
"gpx_url":"https://hiking.waymarkedtrails.org/api/v1/details/relation/173345/gpx",
"source":"openstreetmap.org",
"license":"ODbL - ยฉ OpenStreetMap contributors",
"scraped_at":"2026-05-11T09:20:35Z"
}

Usage examples

All hiking trails in New Zealand (national and above):

{
"search_mode":"iso_code",
"iso_code":"NZ",
"min_network_level":"national",
"max_results":100
}

Hiking trails in California with GPS geometry:

{
"search_mode":"region",
"region":"California",
"min_network_level":"regional",
"include_geometry":true,
"min_length_km":5,
"max_results":200
}

All hiking and walking routes in a custom bounding box:

{
"search_mode":"bbox",
"bbox_south":45.85,
"bbox_west":6.85,
"bbox_north":45.95,
"bbox_east":6.95,
"route_types":["hiking","foot"],
"max_results":500
}

Long-distance trails worldwide (international tier):

{
"search_mode":"country",
"country":"Spain",
"min_network_level":"international",
"min_length_km":100
}

Tips

  • Don't know a country's ISO code? Use search mode "country" with the English name, or look it up: NZ, US, JP, FR, AU, GB, CA, DE, IT, ES, MX, AR, CL, PE, NO, SE, FI, IS, NP, ZA.
  • For regions, try the local-language name if the English one doesn't work (e.g. "Bayern" instead of "Bavaria", "Hokkaidล" instead of "Hokkaido").
  • Looking for famous long-distance trails? Set min_network_level to national or international, and min_length_km to 50+ to filter out short connectors.
  • Include unnamed trails only if you specifically need exhaustive path coverage โ€” unnamed paths often lack descriptions and quality varies.
  • GPS geometry is heavy โ€” a single 100 km trail can have thousands of waypoints. Disable include_geometry for lightweight metadata-only runs.

Data quality and coverage

OpenStreetMap is a community-edited dataset. Coverage varies by region:

  • Excellent: Western & Northern Europe, Japan, Switzerland, Austria, Germany, the Alps generally
  • Very good: New Zealand, Australia, Canada, US national parks, Andes (Argentina/Chile), Scandinavia
  • Good and growing: South America, South Africa, Eastern Europe, South Korea
  • Sparse: Some parts of Africa, Central Asia, Pacific islands

Trail metadata (descriptions, length tags, opening hours) is more complete on popular and signposted trails than on local paths.

Cost estimate

This Actor is light on compute โ€” Overpass returns structured JSON in one or a few queries:

  • 100 trails (metadata only): ~$0.02 platform usage
  • 500 trails (metadata only): ~$0.05 platform usage
  • 100 trails (with GPS geometry): ~$0.05 platform usage
  • 500 trails (with GPS geometry): ~$0.15 platform usage

Attribution

All data is ยฉ OpenStreetMap contributors and provided under the Open Database License (ODbL). When you use this data, you must credit OpenStreetMap. A simple "ยฉ OpenStreetMap contributors" notice is enough for most uses. Read more: https://www.openstreetmap.org/copyright.

You might also like

Open Topo Data Elevation Scraper

parseforge/opentopodata-elevation-scraper

Look up terrain elevation for any list of latitude/longitude coordinates using global open elevation datasets (SRTM 30m, NED 10m, EU DEM 25m, ASTER 30m, ETOPO1, EMOD bathymetry, Mapzen, GEBCO, and more). Returns elevation in meters per point with the dataset source and resolution.

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

AllTrails Scraper

parseforge/alltrails-scraper

Supercharge your outdoor adventure planning with our comprehensive AllTrails Scraper! Automate collection of detailed trail information, ratings, reviews, and photos from AllTrails.com. Perfect for hikers, outdoor enthusiasts, and travel planners who need accurate without manual work.

90

4.0

(6)

Instagram Location Scraper - Find Users by Location 2026

instaprism/instagram-location-scraper

No login required. Extract users posting from specific locations. Geo-target local audiences for business marketing. Get usernames, IDs, profile data. Auto-save every 60s. Export JSON/CSV.

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.

Agoda Hotel Scraper

parseforge/agoda-scraper

Scrape hotel listings from Agoda.com including prices, ratings, reviews, location, and amenities. Search by city with date and guest filters. Browser-based extraction captures full hotel data. Export structured accommodation data.

OSRM Driving Routes & Directions Scraper

parseforge/osrm-routing-scraper

Compute driving, cycling, or walking routes between two coordinates using the OSRM open routing engine. Returns total distance, duration, route geometry, and optional turn-by-turn instructions.

W3C Standards Catalog Scraper

parseforge/w3c-standards-catalog-scraper

Scrape W3C standards catalog: title, status, type, date, editors, abstract, shortname, group, deliverer, errata, and specification URL. Covers Recommendations, Working Drafts, Notes, and Candidate Recommendations. Export web standards to JSON, CSV, or Excel for developer tooling.

ISS & Satellite Live Position Scraper

parseforge/iss-current-location-scraper

Track the International Space Station and any NORAD-cataloged satellite in real time. Pull live latitude, longitude, altitude, velocity, footprint, and visibility. Snapshot once or stream multiple positions over time for path mapping.

Sunrise, Sunset & Twilight Times Scraper

parseforge/sunrise-sunset-times-scraper

Pull sunrise, sunset, solar noon, day length, civil, nautical, astronomical twilight, and golden hour times for any coordinate worldwide. Works for any date past or future. Bulk-query multiple cities and dates in one run.