# Monitor Hiking Project contributor trail submissions

**Use case:** 

Track trail contributions and activity from a Hiking Project user profile for community route intelligence.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.hikingproject.com/user/202133725/andrii-rosa"
    }
  ],
  "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.