Guinness World Records Actor avatar

Guinness World Records Actor

Pricing

Pay per usage

Go to Apify Store
Guinness World Records Actor

Guinness World Records Actor

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Roman Yaremchuk

Roman Yaremchuk

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

16 days ago

Last modified

Share

Guinness World Records Scraper

An Apify Actor that scrapes records, news articles, and pages from Guinness World Records by search term.

What it does

  • Searches the Guinness World Records API by a given term
  • Returns structured data including title, URL, categories, location, keywords, and dates
  • Supports filtering by content type: records, news articles, or pages

Output

Each item in the dataset contains:

{
"title": "Fastest 100m sprint",
"status": "Current",
"content": "...",
"slug": "fastest-100m-sprint",
"categories": ["Athletics"],
"location": ["Jamaica"],
"type": "record",
"pubDate": "2009-08-16T00:00:00Z",
"lastUpdated": "2023-01-01T00:00:00Z",
"keywords": ["running", "speed"],
"url": "https://www.guinnessworldrecords.com/world-records/fastest-100m-sprint"
}

Resources