# Extract New Zealand Trail Reviews for Market Research

**Use case:** 

Scrape recent reviews and full details for key trails in New Zealand, focusing on popular backpacking routes. This dataset is essential for adventure tourism bo

## Input

```json
{
  "mode": "byTrail",
  "url": "https://www.alltrails.com/trail/us/california/half-dome-trail",
  "urls": [
    "https://www.alltrails.com/trail/new-zealand/otago/routeburn-track",
    "https://www.alltrails.com/trail/new-zealand/canterbury/hooker-valley-track",
    "https://www.alltrails.com/trail/new-zealand/northland/cape-brett-track"
  ],
  "country": "us",
  "difficulty": "",
  "routeType": "",
  "activity": "",
  "fetchTrailDetails": true,
  "useProxy": false,
  "autoEscalateOnBlock": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  },
  "maxItems": 10
}
```

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