Trending Board Games Scraper

Trending Board Games Scraper

by louisdeconinck

Automatically scrape the top 50 trending board games from BoardGameGeek daily. Get structured data with ranks, IDs, and images for apps, research, or finding your next game.

309 runs
7 users
Try This Actor

Opens on Apify.com

About Trending Board Games Scraper

Need to know which board games are actually trending right now, not just what's popular in your own friend group? I built this scraper because I got tired of manually checking BoardGameGeek every day. It automatically pulls the current top 50 trending games, giving you a clean dataset with the game ID, title, its exact rank on the "Hotness" chart, and image URLs. I use it to fuel a personal dashboard and keep my game night picks fresh. The real value is in the structured JSON or CSV output. You get a snapshot of the board gaming zeitgeist, ready to plug into your own projects. Whether you're a developer building a game discovery app, a content creator looking for timely topics, or a retailer doing market research, having this data on a daily schedule is a game-changer. It saves you the hours of manual scraping and normalizes all the info into a consistent format. Just set it to run daily, and you'll have a living log of what's hot, perfect for analysis or to simply ensure your next purchase isn't already yesterday's news.

What does this actor do?

Trending Board Games Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

Trending Board Games Scraper

Overview

This Apify actor scrapes the daily-updated trending/hotness list from BoardGameGeek (BGG). It fetches up to 50 popular games and outputs structured data, providing a programmatic way to track which board games are currently generating community buzz.

Key Features

  • Fetches the latest trending board games from BoardGameGeek.
  • Extracts key details for each game: ID, name, rank, publication year, and images.
  • Outputs data in a consistent, structured JSON format.
  • Requires no configuration or input to run.

How to Use

Run the actor on the Apify platform. No input is required—it will automatically fetch the current trending list. The results will be available in the actor's dataset upon completion.

Input/Output

Input: None required.

Output:
The actor outputs a dataset where each item is a JSON object representing a trending board game. The schema is as follows:

  • position (number): Current position on the trending list.
  • id (string): The unique BGG identifier for the game.
  • name (string): Name of the board game.
  • delta (number): Change in trending position compared to the previous day.
  • href (string): Relative URL to the game's page on BGG.
  • imageurl (string): URL of the game's primary thumbnail image.
  • images (object): Contains URLs for different image sizes and resolutions (square30, square100, mediacard), each with src and src@2x (high-resolution) properties.
  • rank (string): The game's current overall rank on BGG.
  • yearpublished (string): The game's publication year.
  • description (string): A brief description of the game.

Example Output Item:

{
  "position": 1,
  "id": "418059",
  "name": "SETI: Search for Extraterrestrial Intelligence",
  "delta": 0,
  "href": "/boardgame/418059/seti-search-for-extraterrestrial-intelligence",
  "imageurl": "https://cf.geekdo-images.com/.../pic8160466.jpg",
  "images": {
    "square30": {
      "src": "https://cf.geekdo-images.com/.../30x30/.../pic8160466.jpg",
      "src@2x": "https://cf.geekdo-images.com/.../60x60/.../pic8160466.jpg"
    },
    "square100": {
      "src": "https://cf.geekdo-images.com/.../100x100/.../pic8160466.jpg",
      "src@2x": "https://cf.geekdo-images.com/.../200x200/.../pic8160466.jpg"
    },
    "mediacard": {
      "src": "https://cf.geekdo-images.com/.../288x162/.../pic8160466.jpg",
      "src@2x": "https://cf.geekdo-images.com/.../576x324/.../pic8160466.jpg"
    }
  },
  "rank": "579",
  "yearpublished": "2024",
  "description": "Search for signs of alien life by launching probes and analyzing distant signals."
}

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Trending Board Games Scraper now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
louisdeconinck
Pricing
Paid
Total Runs
309
Active Users
7
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support