# Get Biking Trails in Denver Area with Loop Routes

**Use case:** 

Collect data on all loop-type biking trails located near Denver, Colorado, including their distance and full details. This is vital for local bike shops, commun

## Input

```json
{
  "mode": "byCity",
  "url": "https://www.alltrails.com/trail/us/california/half-dome-trail",
  "urls": [],
  "country": "us",
  "state": "colorado",
  "city": "denver",
  "difficulty": "",
  "routeType": "loop",
  "activity": "biking",
  "fetchTrailDetails": true,
  "useProxy": false,
  "autoEscalateOnBlock": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  },
  "maxItems": 60
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "difficulty": {
    "label": "Difficulty"
  },
  "lengthKm": {
    "label": "Length km"
  },
  "elevationGainMeters": {
    "label": "Elevation gain meters"
  },
  "avgRating": {
    "label": "Avg rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "country": {
    "label": "Country"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [AllTrails Scraper](https://apify.com/crawlerbros/alltrails-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/alltrails-scraper) to learn more, explore other use cases, and run it yourself.