Climbing Information Scraper avatar
Climbing Information Scraper

Pricing

Pay per usage

Go to Apify Store
Climbing Information Scraper

Climbing Information Scraper

Developed by

Yaroslav Tykhovetskyi

Yaroslav Tykhovetskyi

Maintained by Community

This actor's purpose is to help climbers find climbs in a specific area.

0.0 (0)

Pricing

Pay per usage

0

2

1

Last modified

5 hours ago

Climbing information scraper:

This actor's purpose is to simplify finding climbing routes in a region, either with filters applied, or just any routes. It collects information about routes and exports it in the default dataset in a unified format

Running the actor:

To run the Actor use the following command:

$apify run

Output schema:

{
title: string;
difficulty: string;
type: string;
description: string;
location: string;
routeUrl: string;
}

Example:

{
"title": "Via ferrata",
"location": "World > Europe > Ukraine > Dovbush Rocks > Bronenosets'",
"routeUrl": "https://www.thecrag.com/en/climbing/ukraine/route/1197916083",
"difficulty": "5b",
"type": "Sport",
"description": ""
}