Japan cameras Prices — Listings & Market Data
Pricing
from $2.00 / 1,000 results
Japan cameras Prices — Listings & Market Data
Scrapes cameras data from Japanese DSLR, mirrorless, vintage cameras sources. Extracts title, price (JPY), condition, seller, images, and category per item. JSON / CSV output via Apify dataset, pay-per-event per item scraped. Ideal for resale arbitrage, market research, and price monitoring.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
atushi ino
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
an hour ago
Last modified
Categories
Share
Japan Camera & Lens Resale Price Research API
One API call gives you the current resale market price for any Japanese-market used camera or lens — aggregated from Yahoo Auctions Japan and Mercari Japan (メルカリ), Japan's two largest C2C marketplaces.
Perfect for:
- 📷 Collectors researching a fair price before buying (vintage film cameras, DSLRs, mirrorless, Leica, high-end lenses)
- 🛒 Sellers benchmarking list prices (Kitamura, Map Camera, second-hand stores)
- 📊 Market researchers tracking camera price trends over time
Why this exists
Japan is the world's biggest source of used cameras and lenses (both domestic and export). But price discovery is scattered across Yahoo Auctions, Mercari, and retailer sites — and most listings are Japanese-only. This actor aggregates the two biggest C2C sources and returns price statistics + sample listings in a single JSON payload, in English-ready format with source URLs so you can verify every sample yourself.
Input
| Field | Type | Description |
|---|---|---|
searchKeyword | string | Camera/lens model or keyword, e.g. Nikon F3, Canon AE-1, Leica M6, Contax T2, Sony α7 III |
statsKeyword | string (optional) | Only include items whose title contains this text in statistics |
maxItems | int (default 30) | Max items collected per source |
maxPages | int (default 1) | Search result pages per source |
sources | string (default yahoo,mercari) | yahoo, mercari, or both |
statsMode | bool (default true) | true = stats + samples only; false = every raw listing as separate record |
Output (statsMode=true)
{"statsType": "japan-camera-resale-price","keyword": "Nikon F3","count": 42,"priceMin": 9800,"priceMax": 85000,"priceAvg": 34250,"priceMedian": 31800,"sources": { "yahoo": 25, "mercari": 17 },"sampleItems": [{"source": "yahoo","title": "Nikon F3 ボディ 動作良好","price": 31800,"condition": "","brand": "","url": "https://page.auctions.yahoo.co.jp/jp/auction/...","imageUrl": "https://..."}]}
Notes
- Prices are in JPY. Listings with no parsable price are excluded from statistics.
- The actor runs the two well-known marketplace scrapers (
yahoo-auctions-japan-scraperandmercari-japan-search-scraper) under the hood via the Apify API and aggregates their results. If one source is temporarily unavailable, the other still returns (partial results). - Sample items always carry source URLs so you can open the actual listing to verify.