# Find Top UK Moderate Mountain Biking Trails

**Use case:** 

Discover top-rated moderate mountain biking trails across the United Kingdom, complete with their full details and user reviews. This data is invaluable for bik

## Input

```json
{
  "mode": "topTrailsByCountry",
  "url": "https://www.alltrails.com/trail/us/california/half-dome-trail",
  "urls": [],
  "country": "united-kingdom",
  "difficulty": "moderate",
  "routeType": "",
  "activity": "mountain-biking",
  "minRating": 4,
  "fetchTrailDetails": true,
  "useProxy": false,
  "autoEscalateOnBlock": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  },
  "maxItems": 50
}
```

## 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.