# Find hiking routes in Massachusetts on Hiking Project

**Use case:** 

Scrape Massachusetts hiking route search results from Hiking Project with distance, elevation, and difficulty.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.hikingproject.com/search?q=massachusetts&type=routes"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Trail URL",
    "format": "link"
  },
  "title": {
    "label": "Trail Name",
    "format": "text"
  },
  "summary": {
    "label": "Trail Summary",
    "format": "text"
  },
  "description": {
    "label": "Trail Description",
    "format": "text"
  }
}
```

## About this Actor

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