TabletopFinder Scraper - European Board Game Database avatar

TabletopFinder Scraper - European Board Game Database

Pricing

from $10.00 / 1,000 results

Go to Apify Store
TabletopFinder Scraper - European Board Game Database

TabletopFinder Scraper - European Board Game Database

Scrape board game data from tabletopfinder.eu. Get game names, designers, publishers, player counts, play times, prices, descriptions, and tags from Europe's board game price comparison site.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

TabletopFinder Scraper

Scrape board game data from TabletopFinder.eu -- Europe's board game database and price comparison site with 10,000+ games.

What data can you extract?

From listing pages (fast, basic info):

  • Game name and URL
  • Cover image

With Scrape Full Details enabled (slower, comprehensive):

  • Game name, designer(s), publisher(s)
  • Player count (min/max), play time, minimum age
  • Release year
  • Description
  • Categories and game mechanic tags (dice, cards, trade, build, etc.)
  • Price range across European retailers (low/high in EUR)
  • Number of store offers
  • Cover image and page URL

Input parameters

ParameterTypeDefaultDescription
searchQueriesstring[][]Board game names or terms to search. Leave empty to browse all games.
maxListingsinteger100Maximum number of games to scrape (1-10000).
scrapeDetailsbooleanfalseVisit each game's detail page for full data (designer, publisher, description, pricing, tags).
proxyConfigurationobject-Optional proxy settings.

Example input

Browse all games with details

{
"maxListings": 50,
"scrapeDetails": true
}

Search for specific games

{
"searchQueries": ["catan", "ticket to ride"],
"maxListings": 20,
"scrapeDetails": true
}

Output example

{
"name": "Catan",
"designer": "Klaus Teuber",
"publisher": "999 Games, Asmodee, Devir, Kosmos, Mayfair Games, Catan Studio",
"playerCount": { "min": 3, "max": 4 },
"playTime": "75 min",
"age": null,
"year": 1995,
"categories": ["Board games", "Strategy games"],
"mechanics": ["dice", "tiles", "build", "hexes", "resources", "trade", "roads", "cities"],
"description": "Settlers discovered new island; colonists collect resources...",
"rating": null,
"priceFrom": 21.99,
"priceTo": 1339,
"offerCount": 111,
"imageUrl": "https://cdn.anyfinder.eu/assets/TQVlQcgs2sDGuWxfrmEjfaATjQU5393zDSWpzOEi0UsVQVDjnHuigy2m6wUPzuee",
"url": "https://www.tabletopfinder.eu/en/boardgame/56/catan",
"searchQuery": "catan",
"scrapedAt": "2026-04-25T12:00:00.000Z"
}

Notes

  • TabletopFinder uses Livewire (Laravel) for its search interface, so URL-based search filtering has limited effectiveness. The scraper browses the main game listing which includes all 10,000+ games.
  • Enable scrapeDetails for rich data; without it, only basic info (name, image, URL) is extracted from listing cards.
  • Listing pages show ~48 games each. The scraper automatically paginates.
  • Price data comes from JSON-LD structured data on game detail pages and reflects offers from multiple European retailers.
  • Game tags (mechanics) include terms like: dice, cards, trade, build, hexes, resources, etc.

Cost estimation

  • Listing only (scrapeDetails: false): ~1 request per 48 games. 100 games = ~3 requests.
  • With details (scrapeDetails: true): 1 listing request + 1 detail request per game. 100 games = ~103 requests.
  • Uses pay-per-event billing. Each scraped item costs $0.005.