Great Wall Marathon Race Info Scraper avatar

Great Wall Marathon Race Info Scraper

Pricing

Pay per event

Go to Apify Store
Great Wall Marathon Race Info Scraper

Great Wall Marathon Race Info Scraper

Scrapes race info, packages, registration details, and results history from the official Great Wall Marathon site (great-wall-marathon.com). Returns structured records for the current race edition, package pricing, and historical result editions.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Scrape race information, tour packages, registration details, and historical results from the official Great Wall Marathon website (great-wall-marathon.com).

The Great Wall Marathon is run annually on the Great Wall of China at Huangyaguan, Tianjin. This actor collects the current race edition details, all available tour packages with pricing, and historical result editions back to 1999.

What does this actor do?

This actor visits the Great Wall Marathon website and returns three types of structured records in a single dataset:

Record typeDescription
race_infoCurrent race edition: date, year, distances, course difficulty, registration status, sponsors
packageTour packages available for booking with price (USD), dates, and description
result_editionPast race editions with year, recap text, and link to the live results page

Output example

[
{
"record_type": "race_info",
"race_edition_year": 2027,
"race_name": "Great Wall Marathon",
"race_date": "2027-05-15",
"location": "Huangyaguan, Tianjin, China",
"distances_offered": "Full Marathon | Half Marathon | Fun Run",
"course_difficulty": "Extreme — 5,164 stone steps on the Great Wall of China",
"registration_status": "REGISTRATION IS CLOSED",
"registration_close_date": "16 April 2026",
"sponsors": "3M Scotchgard Protector | 3M Thinsulate Insulation | Marathon Photos | Ultimate Sport Service",
"source_url": "https://great-wall-marathon.com"
},
{
"record_type": "package",
"package_name": "Great Wall Marathon 7-day Package",
"package_price_usd": 1990,
"package_dates": "12-18 May",
"package_description": "This 7-day marathon and holiday package offers you the definitive Beijing experience!",
"package_url": "https://great-wall-marathon.com/package/great-wall-marathon-7-day-package",
"source_url": "https://great-wall-marathon.com/package/great-wall-marathon-7-day-package"
},
{
"record_type": "result_edition",
"result_year": 2026,
"result_recap": "Here's to another fantastic year! Thanks to everyone who brought The Great Wall Marathon of 2026 to life!",
"result_link": "https://live.ultimate.dk/desktop/front/index.php?eventid=7227&ignoreuseragent=true",
"source_url": "https://great-wall-marathon.com/race-results"
}
]

Input

FieldTypeDescriptionDefault
maxItemsIntegerMaximum number of records to return (0 = no limit)15

Use cases

  • Marathon tourism operators — Track race dates, package pricing, and availability for the world's most famous wall marathon.
  • Travel aggregators — Extract and monitor tour package prices and dates for China marathon travel.
  • Sports data platforms — Aggregate race results and historical finisher data.
  • Event monitoring — Track registration open/close dates and race edition announcements.

Notes

  • The actor targets public marketing pages only. The booking subdomain is out of scope.
  • Up to 5 of the most recent result editions are returned per run to keep output focused.
  • All 5 available tour packages are always scraped.
  • Results from past editions link to an external live-results platform (ultimate.dk).