BE FORWARD Data Parser & API
BE FORWARD is Japan’s largest used-car export marketplace — carrying 200K+ vehicles for global buyers — and Carapis extracts its full listing data, including auction-sheet condition grades, specs, photos and CIF export pricing, through one REST API. Built for the import/export trade, BE FORWARD ships Japanese used cars, motorcycles and trucks to Africa, the Caribbean, SE Asia and Oceania, and its English-language listings carry the structured auction-sheet condition data that makes Japan-export stock uniquely vettable from abroad.
| Country | Japan |
|---|---|
| Type | Online-dealer |
| Vehicle types | used, export, moto, commercial |
| Monthly visits | ~2.7M / mo (Jul 2025, Semrush) |
| Active listings | 200K+ vehicles in stock |
| API access | Partial / limited API |
| Parse priority | ★★★★☆ |
| Official site | www.beforward.jp |
What is BE FORWARD?
BE FORWARD is a Japanese used-vehicle exporter that runs one of the largest English-language export marketplaces, with more than 200,000 vehicles in stock at a time. It sees roughly 2.7M monthly visits (Jul 2025, Semrush) and serves importers across Africa, the Caribbean, Southeast Asia and Oceania. Each listing pairs Japanese-market spec and grade data with export-ready pricing (FOB/CIF to destination port), making it a core source for the import/export use case.
Market Position
BE FORWARD is one of the highest-volume players in Japan’s used-vehicle export sector, with ~2.7M visits/mo (Jul 2025, Semrush) and 200K+ vehicles listed. It sits in the Japan-export cluster alongside SBT Japan, TCV, Goo-net Exchange and Car From Japan — a group that funnels JDM stock to emerging markets. Because these exporters draw on the same underlying Japanese auction supply (USS and others), their auction-sheet condition data shares a common structure, so one Carapis schema serves several export platforms. A 2025 headwind — a 25% US auto tariff — cut US-bound volume, but African, Caribbean and Oceania demand persists.
Data Fields Available
Carapis extracts a complete structured record from each BE FORWARD listing:
- Vehicle identity — make, model, grade/trim, model year, engine size, fuel type, transmission
- Condition — mileage, auction-sheet grade (the standout Japan-export field: standardized exterior/interior condition grade), overall condition notes
- Pricing — listed price plus CIF/FOB export price to destination port
- Specification — factory options and equipment
- Listing context — stock location, photo gallery
The auction-sheet grade is what makes Japan-export data especially valuable: it is a standardized, independently assigned condition score that lets buyers vet a vehicle remotely before it ships — delivered as structured fields rather than scanned images.
API Quick Start
Python
import requests
resp = requests.get(
"https://api.carapis.com/v2/listings",
params={"source": "be-forward", "limit": 20},
headers={"Authorization": f"Bearer {API_KEY}"},
)
for car in resp.json()["results"]:
print(car["make"], car["model"], car["year"], car["price"])Get an API key at my.carapis.com and see the full API reference. Pricing is on the pricing page.
Use Cases
- Import / export — BE FORWARD is built for cross-border trade; auction-sheet grades and CIF pricing let importers price and vet Japanese stock remotely. See import & export.
- Pricing intelligence — export prices by destination port power landed-cost and margin models for dealers.
- Market research — track JDM inventory mix, grades and price trends feeding emerging markets. See market research.