GameNerdz Scraper - Board & Card Game Deals avatar

GameNerdz Scraper - Board & Card Game Deals

Pricing

from $10.00 / 1,000 results

Go to Apify Store
GameNerdz Scraper - Board & Card Game Deals

GameNerdz Scraper - Board & Card Game Deals

Scrape GameNerdz (gamenerdz.com), a discount board & card game retailer. Search products for title, price, MSRP, discount %, availability, stock, image and URL from the store search API. Optional detail enrichment adds publisher/brand and category. Prefill 'catan' or 'magic'.

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

5 days ago

Last modified

Categories

Share

Scrape GameNerdz, a popular discount board game and card game retailer, for product search results. Great for price monitoring, deal hunting, competitive pricing analysis, and building game-price datasets.

For each product matching your search you get:

  • Title (full product name)
  • Publisher / brand (e.g. "Catan Studios Inc.", "Wizards of the Coast")
  • Category (e.g. "Board Games", "Card Games", "Miniatures")
  • Price (GameNerdz' discounted selling price)
  • MSRP and discount % off MSRP
  • Availability and stock level (in stock / out of stock)
  • Image URL and product URL
  • Product tags and search query

Input

{
"searchQueries": ["catan", "magic"],
"maxItems": 100,
"onlyInStock": false,
"scrapeDetails": true
}
FieldTypeDefaultDescription
searchQueriesstring[]["catan"]Product searches to run (e.g. catan, magic, ticket to ride).
maxItemsinteger100Max products to return per query.
onlyInStockbooleanfalseOnly return products currently in stock.
scrapeDetailsbooleantrueFetch each product page to add publisher/brand and category. Disable for a faster, price-only scrape.
proxyConfigurationobjectnoneOptional proxy. The search API is open and usually works without one.

Output

Each dataset item:

{
"productId": 36943,
"title": "Catan: Starfarers",
"publisher": "Catan Studios Inc.",
"category": "Board Games",
"price": 107.99,
"msrp": 134.99,
"discountPercent": 20,
"onSale": true,
"availability": "available",
"stock": 4,
"inStock": true,
"image": "https://cdn11.bigcommerce.com/s-ua4dd/products/36943/images/117200/...jpg",
"url": "https://www.gamenerdz.com/catan-starfarers",
"searchQuery": "catan",
"source": "gamenerdz.com"
}

Notes

  • Data comes from GameNerdz' public store search API — no login required.
  • Publisher and category are read from the product page's schema.org data; set scrapeDetails: false to skip that step for speed.
  • Please use responsibly and respect GameNerdz' Terms of Service.