Golf Partner Japan Scraper - Used Golf Club Prices API avatar

Golf Partner Japan Scraper - Used Golf Club Prices API

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Golf Partner Japan Scraper - Used Golf Club Prices API

Golf Partner Japan Scraper - Used Golf Club Prices API

Scrapes Golf Partner (Japan's top used golf equipment chain) for club listings, prices, condition and specs. For resellers, golfers and market research.

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

5 days ago

Last modified

Share

Golfpartner Japan Used Golf Clubs Scraper

Scrape used golf clubs from golfpartner.jp (ゴルフパートナー), Japan's largest used golf club marketplace with 550,000+ clubs in stock. Extract maker, model, category, shaft, price and image — perfect for reseller arbitrage, market research, and cross-border golf club sourcing.

🇯🇵 Japanese used golf club market data — drivers, fairway woods, utilities, irons, wedges, putters from nationwide stores.

Output Sample

{
"itemId": "2100397653716",
"title": "300 MINI DRIVER 11.5°",
"maker": "テーラーメイド",
"category": "ドライバー",
"shaft": "TENSEI SILVER TM50(MD) S",
"price": 34347,
"imageUrl": "/img/goods/M/item2100397653716p1.jpg",
"detailUrl": "https://www.golfpartner.jp/shop/g/g2100397653716/",
"source": "golfpartner"
}

Input

FieldTypeDescription
categorystringCategory code: h010001=driver, h010002=fairway wood, h010003=utility, h010004=iron set, h010005=single iron, h010006=wedge, h010007=putter, h010008=club set. Empty = all categories
maxItemsintegerMax clubs to fetch (default 100)
maxPagesintegerMax pages to crawl, 20 clubs/page (default 5)
statsModebooleanReturn price statistics instead of raw listings
statsKeywordstringModel name to aggregate price stats for
proxyConfigurationobjectApify proxy (auto by default)

Use Cases

  • Golf club exporters — source JDM used clubs (JDM = Japanese Domestic Market) for overseas resale; Japanese used golf clubs are highly valued globally
  • Reseller arbitrage — compare JDM club prices across stores
  • Market research — track model-specific price trends (use statsMode)
  • Price monitoring — watch for deals on specific models (e.g. ゼクシオ)

Pricing

Pay-per-event: small fee per result. Use statsMode to get aggregated price stats (min/max/avg/median) for a category in a single call.

Limitations

  • Requires Apify proxy (auto) — golfpartner may block overseas datacenter IPs
  • Default fetch is 100 clubs / 5 pages; raise maxItems/maxPages for more
  • Japanese-language output (title/maker/category are in Japanese)

FAQ

Q: How do I scrape drivers? Pass category: "h010001" (driver).

Q: How do I get price statistics? Set statsMode: true to get count/min/max/avg/median for the selected category.

Changelog

  • 0.1 — Initial release: category search, full club fields, stats mode.