Mercari US product data API
The ShopAPIS Mercari US product data API returns listing price, item condition, brand, size, seller info, photos and sold/active status for any mercari.com listing — as clean JSON in USD. Mercari is a general C2C resale marketplace where asking prices and sold listings are the core signal, and parsing is the only way to track that long-tail used-goods pricing at scale.
Mercari US is a major consumer-to-consumer marketplace with ~100 million monthly visits to its .com domain (SEMrush 2025, global estimate). Its catalog is fragmented, listing-level used inventory across apparel, electronics, toys and collectibles — high in volume, weaker in structure than a 1P catalog, and valuable for resale and recommerce pricing.
Why Mercari US data is hard to get
Mercari’s only legacy API is limited and not an open catalog source, and listings are unstructured C2C inventory where condition, brand and size are buried in free-text fields. Pages are protected by a medium bot-scoring stack, and asking prices are far noisier than sold prices as a market signal — so distinguishing active from sold listings matters. ShopAPIS parses the listing detail, extracts condition and brand from semi-structured fields, and flags sold status so you can build a reliable resale price picture.
Data fields returned
- Identifiers — Mercari listing ID, brand, inferred model where present.
- Pricing — asking price, currency, original price if shown, shipping cost.
- Condition — new / like-new / good / fair, seller-stated.
- Status — active vs sold/completed listing.
- Attributes — brand, size, color, category, free-text description highlights.
- Seller — seller name, rating, number of sales.
- Media — listing photo gallery.
- Shipping — who pays, estimated delivery, ship-from region.
Sample response
{
"platform": "mercari_us",
"marketplace": "mercari.com",
"listing_id": "m48217390215",
"title": "Nintendo Switch OLED Console White - Like New in Box",
"brand": "Nintendo",
"price": { "amount": 245.00, "currency": "USD", "shipping": 0.00 },
"condition": "like_new",
"status": "active",
"attributes": { "category": "Video Games & Consoles", "color": "White" },
"seller": { "name": "retro_deals", "rating": 4.9, "sales": 312 },
"shipping": { "paid_by": "seller", "ship_from": "TX", "estimate_days": 4 },
"images": ["https://static.mercdn.net/item/detail/switch-oled.jpg"],
"scraped_at": "2026-06-05T12:25:00Z"
}Markets & domains covered
- United States — mercari.com (USD).
Mercari is a US-focused C2C marketplace; its data is most useful for resale and recommerce pricing rather than multi-country coverage.
Use cases
- Resale price monitoring — track asking and sold prices for used goods. Feeds price monitoring.
- Recommerce intelligence — benchmark used pricing against eBay and Poshmark. See competitive intelligence.
- Catalog matching — match used listings to your catalog by brand and model. See catalog enrichment.
- Demand signals — watch sold-listing velocity for trending products. See review analytics.
Related
Stats from ShopAPIS market research, June 2026 (
@plans/plan2-research/reports/north-america.md); traffic estimate per SEMrush 2025 (global .com, directional). Anti-bot friction (medium) per June 2026 research.