Hareruya MTG Scraper - Magic Singles & Prices avatar

Hareruya MTG Scraper - Magic Singles & Prices

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Hareruya MTG Scraper - Magic Singles & Prices

Hareruya MTG Scraper - Magic Singles & Prices

Scrape Hareruya (hareruyamtg.com), a major Japanese Magic: The Gathering singles retailer. Search cards by name for set, rarity, condition (NM/SP/MP/HP), foil, language, price in JPY, stock, image and product URL from the English site via its JSON search 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

2 days ago

Last modified

Categories

Share

Hareruya MTG Scraper

Scrape Hareruya (hareruyamtg.com) — one of the largest Japanese Magic: The Gathering singles retailers — from its English-language site. Search cards by name and get structured pricing, condition, stock, foil, language and rarity data for every printing.

What it does

Given a list of card names, this Actor queries Hareruya's fast JSON search API and returns one record per listing (each set/condition/language/foil combination is its own listing).

Input

FieldTypeDescription
searchQueriesarray of stringsCard names to search (e.g. ["ragavan", "lightning bolt"]).
maxListingsintegerMax listings per query (0 = unlimited). Default 100.
minPriceintegerOnly return listings at or above this JPY price. Default 1.
proxyConfigurationobjectOptional proxy. Usually not needed.

Example

{
"searchQueries": ["ragavan"],
"maxListings": 100,
"minPrice": 1
}

Output

Each dataset item looks like:

{
"productId": "98154",
"cardName": "Ragavan, Nimble Pilferer",
"productName": "《Ragavan, Nimble Pilferer》[MH2]",
"productNameJa": "(138)《敏捷なこそ泥、ラガバン/Ragavan, Nimble Pilferer》[MH2] 赤R",
"setCode": "MH2",
"rarityCode": "R",
"rarity": "Rare",
"foil": false,
"languageCode": 1,
"language": "Japanese",
"conditionCode": 1,
"condition": "NM",
"priceJpy": 6000,
"currency": "JPY",
"stock": 552,
"inStock": true,
"onSale": false,
"weeklySales": 22,
"imageUrl": "https://files.hareruyamtg.com/img/goods/L/MH2/JP/00138.jpg",
"url": "https://www.hareruyamtg.com/en/products/detail/98154",
"searchQuery": "ragavan",
"source": "hareruyamtg.com",
"scrapedAt": "2026-07-09T00:00:00.000Z"
}

Field notes

  • condition: NM (Near Mint), SP (Slightly Played), MP (Moderately Played), HP (Heavily Played), DMG (Damaged).
  • language: Japanese, English, and other MTG print languages where available.
  • priceJpy: price in Japanese Yen.
  • rarity: derived from the card listing (Common, Uncommon, Rare, Mythic Rare, etc.).

Use cases

  • Track Japanese-market MTG singles prices for arbitrage vs. TCGplayer / Card Kingdom / Cardmarket.
  • Monitor stock and condition availability for hard-to-find printings.
  • Build price datasets for collectors, resellers and Discord price bots.

Pricing

This Actor uses the pay-per-result model. You are charged a small fee per dataset item returned.