Hobbiesville Scraper - Pokemon & MTG Cards (CAD) avatar

Hobbiesville Scraper - Pokemon & MTG Cards (CAD)

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Hobbiesville Scraper - Pokemon & MTG Cards (CAD)

Hobbiesville Scraper - Pokemon & MTG Cards (CAD)

Scrape Hobbiesville (hobbiesville.com), a major Canadian Pokemon & Magic: The Gathering retailer. Search singles and sealed products for name, game, set, collector number, rarity, foil/finish, price range, per-condition prices, stock, currency (CAD), image and product URL from its Shopify JSON API.

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

6 days ago

Last modified

Categories

Share

Hobbiesville Scraper — Pokemon & MTG Card Prices (CAD)

Scrape Hobbiesville, one of Canada's largest Pokemon and Magic: The Gathering retailers. Search by card or product name and get structured pricing, set, rarity, foil, condition and stock data in Canadian dollars (CAD) — straight from the store's Shopify JSON API (fast, no browser).

What you get

For each matching product (singles or sealed):

FieldDescription
nameCard / product name (e.g. "Charizard")
gameGame / brand (Pokemon, Magicthegathering…)
setNameSet / edition (e.g. "Base Set", "Bloomburrow Commander")
collectorNumberCollector number when present (e.g. "4", "039/165")
rarityRarity (Holo Rare, UNCOMMON, RARE…)
foiltrue for foil / holofoil printings
finishRaw finish tag (Holofoil / Normal / nonfoil…)
cardType / colorMTG card type and colour when present
conditionsArray of {condition, conditionName, price, available, sku} per grade (best-effort)
lowestPriceLowest in-stock price
priceMin / priceMaxPrice range
currencyAlways CAD
inStockWhether the product is in stock
productTypeSingle, Tin, Booster Box, etc.
imageUrlProduct image URL
urlProduct page URL

Input

{
"searchQueries": ["charizard", "sol ring"],
"maxListings": 50,
"fetchConditions": true
}
  • searchQueries — list of card / product names to search. Predictive search returns up to 10 top matches per query.
  • maxListings — max products returned per query (default 50).
  • fetchConditions — also fetch per-condition price + stock (one extra request per product). Best-effort; falls back to the tag-derived record and price range if rate-limited.
  • proxyConfiguration — optional; the site works without a proxy. Use Residential if you hit rate limits.

Output sample

{
"name": "Charizard",
"game": "Pokemon",
"setName": "Base Set (Shadowless)",
"collectorNumber": "4",
"rarity": "Holo Rare",
"foil": true,
"finish": "Holofoil",
"lowestPrice": 2082.28,
"priceMin": 2082.28,
"priceMax": 3203.50,
"currency": "CAD",
"inStock": false,
"productType": "Single",
"imageUrl": "https://cdn.shopify.com/…",
"url": "https://hobbiesville.com/products/charizard-4-holo-rare-1st-edition-holofoil",
"searchQuery": "charizard",
"source": "hobbiesville.com"
}

Use cases

  • Pokemon / MTG price comparison and arbitrage against US retailers, TCGplayer and eBay sold comps.
  • Tracking singles and sealed availability and pricing for Canadian buyers.
  • Feeding deck-building, collection-tracking and pricing tools with CAD data.

Notes

  • Data comes from the store's public Shopify storefront JSON (/search/suggest.json + product .js). No login required.
  • Most metadata (game, set, rarity, finish) is parsed from product tags; per-condition variant prices are best-effort.
  • Prices and availability reflect the moment of scraping.