Japan Used Motorcycle Prices Scraper (goobike.com) avatar

Japan Used Motorcycle Prices Scraper (goobike.com)

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Japan Used Motorcycle Prices Scraper (goobike.com)

Japan Used Motorcycle Prices Scraper (goobike.com)

Search & scrape Japan's largest used motorcycle marketplace (goobike.com). Returns maker, model, price in JPY, year, displacement, mileage, shop and repair history. Search by keyword (CBR250RR, Ninja, GSX-R) for live JDM used bike prices. For price research, export sourcing, market monitoring.

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

2 days ago

Last modified

Categories

Share

Goobike Japan Used Motorcycles Scraper

Scrape used motorcycle listings from goobike.com (バイクブロス), Japan's largest used motorcycle marketplace. Extract maker, model, price, year, engine displacement, mileage, repair history, shop location and contact info — perfect for reseller arbitrage, market research, and price monitoring.

🇯🇵 Japanese used motorcycle market data — goobike.com lists 100,000+ used bikes from nationwide dealers. Ideal for motorcycle exporters and cross-border market analysis.

Output Sample

{
"itemId": "8503623B30260806013",
"title": "CBR250RR 2017年モデル ローダウン仕様",
"maker": "ホンダ",
"price": 668000,
"imageUrl": "https://picture.goobike.com/850/8503623/Q/8503623B3026080601300.jpg",
"detailUrl": "https://www.goobike.com/spread/8503623B30260806013/index.html",
"year": "2017年",
"displacement": "250cc",
"mileage": "2316 km",
"repairHistory": "なし",
"location": "千葉県木更津市",
"shop": "バイク王 HUNT木更津店",
"phone": "0438-30-0190",
"source": "goobike"
}

Input

FieldTypeDescription
searchKeywordstringMaker or model name (e.g. ホンダ, CBR250RR). Empty = scan all bikes
maxItemsintegerMax number of listings to fetch (default 100)
maxPagesintegerMax pages to crawl (default 5)
statsModebooleanReturn price statistics instead of raw listings
statsKeywordstringModel name to aggregate price stats for (e.g. CBR250RR)
proxyConfigurationobjectApify proxy (auto by default)

Use Cases

  • Motorcycle exporters — source Japanese used bikes for overseas resale (Japan exports ~500K bikes/year, scooters = 58%)
  • Reseller arbitrage — compare JDM motorcycle prices across dealers
  • Market research — track model-specific price trends (use statsMode)
  • Price monitoring — watch for deals on specific models

Pricing

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

Limitations

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

FAQ

Q: Can I search by maker? Yes — pass searchKeyword: "ホンダ" (or any maker/model name).

Q: How do I get price statistics? Set statsMode: true and statsKeyword: "CBR250RR" to get count/min/max/avg/median prices.

Changelog

  • 0.1 — Initial release: keyword search, full listing fields, stats mode.