Hareruya2 Scraper - Japanese Pokemon Card Prices (JPY) avatar

Hareruya2 Scraper - Japanese Pokemon Card Prices (JPY)

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Hareruya2 Scraper - Japanese Pokemon Card Prices (JPY)

Hareruya2 Scraper - Japanese Pokemon Card Prices (JPY)

Scrape Hareruya2 (hareruya2.com), Japan's major Pokemon TCG singles retailer. Search cards or scrape set collections for card name, set code/name, rarity, collector number, condition rank, price in JPY, stock and product URL from its Shopify storefront JSON.

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

4 days ago

Last modified

Categories

Share

Hareruya2 Scraper — Japanese Pokemon Card Prices (JPY)

Scrape Hareruya2 (hareruya2.com), one of Japan's largest Pokemon TCG singles retailers (sister store of Hareruya MTG). Search cards by name or scrape entire set collections and get structured data for every listing: card name, set code and set name, collector number, rarity, energy type, condition rank, price in JPY, stock status, SKU, image and product URL.

Japanese card prices are a key market signal for Pokemon TCG — Japanese singles often move before English prints, and Hareruya2 is one of the most liquid JP marketplaces. Use this actor for price tracking, arbitrage vs. TCGplayer/Cardmarket, portfolio valuation, or building JP Pokemon price datasets.

Features

  • Search by card name — Japanese terms match best (ピカチュウ, リザードン, ナンジャモ), English (pikachu) also works
  • Scrape whole collections/sets by collection handle (e.g. a set's collection page)
  • Fully parsed card titles — Hareruya2 titles encode everything: 【状態A】ピカチュウ(PROMO){雷}〈227/S-P〉[S-P] is split into condition rank, card name, rarity, energy type, collector number and set code
  • Condition ranks — unmarked = standard near-mint stock; 状態A/B/C = played condition ranks, mapped to English labels
  • Live stock + set names via each product's storefront JSON (toggleable)
  • Prices in JPY with compare-at (sale) prices where present
  • No login, no browser — fast and cheap

Input

FieldTypeDefaultDescription
searchQueriesarray["pikachu"]Card/product names to search. Japanese recommended.
collectionHandlesarray[]Collection handles from hareruya2.com/collections/<handle> URLs.
maxListingsinteger60Max products per query/collection (search pages hold 60).
scrapeDetailsbooleantrueFetch stock, tags/set name, image per search result.
proxyConfigurationobjectnoneOptional Apify Proxy for very large runs.

Example input

{
"searchQueries": ["リザードン", "pikachu"],
"collectionHandles": ["2025lb_m2a"],
"maxListings": 100,
"scrapeDetails": true
}

Output

One dataset record per product:

{
"title": "【状態A】ピカチュウ(PROMO){雷}〈227/S-P〉[S-P]#2265",
"cardName": "ピカチュウ",
"setCode": "S-P",
"setName": "プロモカード",
"collectorNumber": "227/S-P",
"rarity": "PROMO",
"energyType": "雷",
"condition": "A",
"conditionLabel": "Rank A - excellent, light wear",
"lotNumber": "2265",
"isSingle": true,
"priceJpy": 450000,
"compareAtPriceJpy": null,
"currency": "JPY",
"inStock": true,
"sku": "rc_ITPTBSTMLLAO_SfFV",
"productId": "10212328079680",
"handle": "39954",
"url": "https://www.hareruya2.com/products/39954",
"imageUrl": "https://www.hareruya2.com/cdn/shop/products/....jpg",
"tags": ["同名検索:ピカチュウ", "..."],
"searchQuery": "ピカチュウ",
"collectionHandle": null,
"store": "hareruya2.com",
"scrapedAt": "2026-08-17T12:00:00.000Z"
}

Sealed products and supplies are returned too, with isSingle: false and the raw title as cardName.

Tips

  • Use Japanese search terms for the widest coverage — the store is Japanese-first.
  • Sold-out listings are mostly filtered out of search by the store; inStock (with scrapeDetails on) gives the definitive per-product status.
  • condition: "NM" means the listing has no condition mark, i.e. Hareruya2's standard (near-mint) stock.
  • Prices are integer/decimal Japanese Yen — no currency conversion is applied.

Use cases

  • Track JP prices of chase cards (Moonbreon, SARs, promos) over time
  • JP-to-EN arbitrage screening against TCGplayer / Cardmarket / eBay
  • Value collections of Japanese singles at real retail ask prices
  • Feed price data into Discord bots, spreadsheets, or ML models

This actor scrapes only publicly available product listings.