Digimart Japan Used Instruments Scraper avatar

Digimart Japan Used Instruments Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Digimart Japan Used Instruments Scraper

Digimart Japan Used Instruments Scraper

Scrape used instrument listings from Digimart, Japan's largest used-instrument marketplace (2,000+ shops). Price vs list price, condition rank, shop, stock. For cross-shop comparison with Ishibashi, see Japan Used Instrument Market Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

atushi ino

atushi ino

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 hours ago

Last modified

Categories

Share

Digimart Japan Used Instruments Scraper — デジマート 中古楽器スクレイパー

Full instrument listings & prices from Digimart (デジマート), Japan's largest used-instrument marketplace (~2,000 shops).

Scrape complete product data — not just stats — for guitars, basses, keyboards, drums, wind instruments and more. Get every listing with brand, category, condition rank, price vs. list price, shop name, stock status and images. Perfect for resale arbitrage, price monitoring, and Japanese used-gear market research.

🚀 Quick Start

  1. Open Digimart Japan Used Instruments Scraper on Apify Store
  2. Enter a keyword (e.g. "Fender", "ギター", "Martin") — comma-separated for batch search
  3. Run and export as JSON, CSV, or XLSX

Pricing: Pay per event — $0.002/result + start fee.

📋 Output Fields

FieldTypeDescription
productIdstringDigimart product ID
titlestringInstrument title
brandstringBrand (Fender, Gibson, Ibanez, Yamaha...)
categorystringProduct category
priceintSelling price in JPY
listPriceint|nullOriginal list price in JPY (arbitrage signal)
conditionstringCondition rank (S/A/B/C/D...)
instruTypeLabelstring新品 / 中古 / ビンテージ / 新品アウトレット / B-stock
inStockboolIn-stock status
shopNamestringSelling shop (~2,000 shops across Japan)
registeredAtstringListing date
imageUrlstringProduct image
productUrlstringProduct page URL
scrapedAtstringScrape timestamp

🎯 Use Cases

  1. Resale arbitrage — find instruments priced below list price or below market
  2. Price trend tracking — monitor specific models (e.g. a Gibson Les Paul model) over time
  3. Import/export research — Japanese gear demand analysis for overseas resellers
  4. Shop comparison — compare the same instrument across 2,000+ Japanese shops
  5. AI/ML datasets — training data for price prediction models

⚙️ Input

ParameterTypeDefaultDescription
searchKeywordstringFenderKeyword(s), comma-separated for batch
maxItemsint100Max items per keyword
maxPagesint3Max pages per keyword (20 items/page)
proxyConfigurationproxyautoApify proxy (recommended)

📊 Example Output

{
"productId": "DS10679421",
"title": "Limited Edition Acoustasonic Standard Telecaster",
"brand": "Fender",
"category": "アコースティックギター",
"price": 89800,
"listPrice": 104500,
"condition": "S",
"instruTypeLabel": "新品",
"inStock": true,
"shopName": "ロッキン 岐阜店 イオンモール各務原店",
"imageUrl": "https://img.digimart.net/prdimg/s/50/323d...",
"productUrl": "https://www.digimart.net/cat2/shop4978/DS10679421/",
"scrapedAt": "2026-08-10T06:00:00Z"
}

⚠️ Notes

  • Data is scraped from public search pages only (factual listing data: names, prices, stock, shop).
  • Digimart search index contains 170,000+ items for popular keywords.
  • Polite scraping: 0.5–1.5s delay between requests.

🔧 Development

pip install httpx beautifulsoup4
python3 src/main.py # local mode, prints JSON

MIT License. Please respect Digimart's terms of service.