Climbing Information Scraper avatar

Climbing Information Scraper

Deprecated

Pricing

Pay per usage

Go to Apify Store
Climbing Information Scraper

Climbing Information Scraper

Deprecated

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

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Yaroslav Tykhovetskyi

Yaroslav Tykhovetskyi

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

3

Monthly active users

a month ago

Last modified

Categories

Share

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": ""
}