VOOZH about

URL: https://apify.com/logiover/mercari-japan-scraper

โ‡ฑ Mercari Japan Scraper โ€” Unofficial API & CSV Export ยท Apify


๐Ÿ‘ Mercari Japan Scraper โ€” Listings, Prices & Sold Data avatar

Mercari Japan Scraper โ€” Listings, Prices & Sold Data

Pricing

from $1.99 / 1,000 results

Go to Apify Store

Mercari Japan Scraper โ€” Listings, Prices & Sold Data

Mercari Japan unofficial API alternative: scrape mercari.jp listings & sold prices without login, export to CSV/JSON. No API key needed.

Pricing

from $1.99 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Logiover

Logiover

Maintained by Community

Actor stats

1

Bookmarked

29

Total users

2

Monthly active users

a day ago

Last modified

Share


๐Ÿ“Œ Overview

The Mercari Japan Scraper searches mercari.jp โ€” Japan's largest consumer-to-consumer marketplace โ€” for any list of keywords and returns every matching listing as a clean record: title, price in JPY, item condition, brand, sale status, seller, category, timestamps and photo URLs. It paginates each search to pull thousands of listings per keyword.

It needs no login, no cookies and no API key โ€” it reads only public search data over residential proxies, so there's zero account risk. With no headless browser, it's a fast and low-cost way to assemble large marketplace datasets.

โœ… Add many keywords, set filters (price / condition / brand) and raise maxItemsPerTerm to build an analysis-ready Mercari dataset in one run.


โœจ Features

FeatureDescription
๐Ÿ“ฆThousands per searchToken pagination walks the full public search result set.
๐Ÿ’ดFull pricing dataPrice in JPY, sale status (on sale / sold out) and timestamps.
๐Ÿท๏ธCondition & brandItem condition, brand id + name, category and item type.
๐Ÿ–ผ๏ธPhotosThumbnail plus full photo URL array for every listing.
๐Ÿ‘คSeller enrichmentOptional fetchDetails adds description + seller ratings, score & items sold.
๐ŸŽš๏ธSmart filtersFilter by status, price range, category, brand and condition.
โšกNo browserLightweight signed-API access โ€” fast and cheap at scale.
๐Ÿ›ก๏ธLogin-free & safeNo account, no cookies, no ban risk โ€” public data only.
๐Ÿ“คAny formatExport to JSON, CSV, Excel, HTML or pull via API & webhooks.

๐ŸŽฏ Who it's for

  • Resellers & arbitrage โ€” track prices, sold-out velocity and brands across Japan's biggest marketplace.
  • Market & pricing research โ€” benchmark resale prices for any product or brand.
  • Brand protection โ€” monitor counterfeit and grey-market listings.
  • Data science & ML โ€” build labelled product datasets for pricing, trend and demand models.

๐Ÿงพ Input

FieldTypeDescription
searchTermsarrayRequired. Keywords to search (nintendo, pokemon card, supreme). One search per term.
statusenumon_sale (default), sold_out, or all.
sortenumSORT_SCORE (best match), SORT_CREATED_TIME, SORT_PRICE, SORT_NUM_LIKES.
priceMin / priceMaxintegerPrice range filter in JPY. 0 = no bound.
categoryId / brandId / itemConditionIdarrayOptional Mercari id filters.
fetchDetailsbooleanAlso fetch full description + seller stats per item. Default false.
maxItemsPerTermintegerCap per keyword. 0 = unlimited.
maxResultsintegerGlobal cap across all keywords. 0 = unlimited.
proxyConfigurationobjectResidential proxy (recommended). Pre-configured for you.

Example input

{
"searchTerms":["nintendo","pokemon card"],
"status":"on_sale",
"sort":"SORT_CREATED_TIME",
"priceMin":1000,
"priceMax":50000,
"fetchDetails":false,
"maxItemsPerTerm":1000
}

๐Ÿ“ฆ Output

Each listing is saved as one structured record:

{
"id":"m12345678901",
"url":"https://jp.mercari.com/item/m12345678901",
"name":"Nintendo Switch ๆœฌไฝ“ ๆœ‰ๆฉŸELใƒขใƒ‡ใƒซ ใƒ›ใƒฏใ‚คใƒˆ",
"price":32000,
"currency":"JPY",
"status":"STATUS_ON_SALE",
"itemConditionId":"2",
"categoryId":"1234",
"brandId":"5678",
"brandName":"Nintendo",
"sellerId":"987654321",
"itemType":"ITEM_TYPE_MERCARI",
"thumbnail":"https://static.mercdn.net/c!/w=240/thumb/photos/m12345678901_1.jpg",
"photos":["https://static.mercdn.net/item/detail/orig/photos/m12345678901_1.jpg"],
"created":1717400000,
"updated":1717500000,
"searchTerm":"nintendo",
"scrapedAt":"2026-06-04T10:00:00.000Z"
}

With fetchDetails: true, each record also includes description, sellerName, sellerNumSellItems, sellerNumRatings and sellerScore.

๐Ÿ“– Output field reference

FieldDescription
id / urlMercari item id and direct listing link
nameListing title (Japanese)
price / currencyPrice in JPY
statusSTATUS_ON_SALE or STATUS_SOLD_OUT
itemConditionIdMercari condition id (1 = new โ€ฆ 6 = poor)
brandId / brandNameBrand id and name (when present)
categoryId / itemTypeMercari category and listing type
sellerIdSeller id
thumbnail / thumbnails / photosImage URLs
created / updatedListing timestamps
description / seller*Added when fetchDetails is on

โš™๏ธ How it works

  1. You provide one or more search keywords and optional filters.
  2. For each term the actor queries Mercari's public search API, signing every request with a freshly generated DPoP (ES256) token โ€” no account, no cookies.
  3. It paginates with the result page token until the term is exhausted or your cap is hit.
  4. Each item is parsed into a clean record; with fetchDetails it also pulls the full description and seller stats, then streams results to the dataset.

No login, no cookies, no API keys โ€” and no Mercari account is ever used or risked.


โ“ FAQ

Is this a Mercari Japan API alternative?

Yes. Mercari has no public developer API, so this works as an unofficial Mercari API alternative โ€” it signs its own DPoP tokens against the public search endpoint, with no API key or login required.

How do I export Mercari Japan data to CSV or JSON?

Every run streams to a dataset you can download as CSV, JSON, Excel or HTML, or pull via the Apify API and webhooks โ€” a ready Mercari data export for spreadsheets or pipelines.

Can I scrape Mercari Japan without an API or login?

Yes โ€” this is a no-API-key, login-free way to scrape mercari.jp. It reads only public search data over residential proxies, so no Mercari account is ever used or risked.


๐Ÿ”— Works great with

  • ๐Ÿ›’ E-commerce price trackers โ€” feed Mercari prices into your pricing pipeline.
  • ๐Ÿ–ผ๏ธ Bulk image downloader โ€” pull the listing photos for cataloguing or ML.

๐Ÿ“ Changelog

2026-06-15

  • Reliability pass: re-verified end-to-end on live data with real-world inputs. Routine maintenance build.

2026-06-07

  • Docs: added coverage for Mercari Japan unofficial API alternative, exporting Mercari data to CSV/JSON, and scraping mercari.jp without an API key or login.

2026-06-05

  • ๐Ÿ›ก๏ธ Reliability fix: results are no longer dropped by strict output validation โ€” runs now complete cleanly even at high volume (thousands of results).
  • โšก Stability & performance hardening; fresh rebuild.

2026-06-04

  • Verified live & refreshed build โ€” reliability/maintenance pass.

You might also like

Mercari ๐Ÿ”ด JP Extractor

jupri/mercari-jp

๐Ÿ’ซ All-In-One Mercari Japan Scraper

Mercari Japan Listings Scraper

automation-lab/mercari-japan-listings-scraper

๐Ÿ›’ Scrape public Mercari Japan listings with prices, status, item URLs, images, and IDs for resale research.

๐Ÿ‘ User avatar

Stas Persiianenko

2

Mercari Scraper ๐Ÿ›’๐Ÿ›๏ธ

jupri/mercari-scraper

๐Ÿ’ซ Scrape Mercari.com

Mercari Scraper - Listings, Sold Comps, Sellers

sourabhbgp/mercari-scraper

Scrape Mercari (Mercari Japan) listings, sold prices, item details, and seller profiles. Search by keyword, category, or brand, pull sold comps for resale pricing, and get likes, comments, ratings, and English translation. Pay per result, no subscription.

4

Mercari Products Scraper

nifty.codes/mercari-listings-scraper

Extract Mercari product listings from search results and category pages with prices, brands, and status. Powered by Mercari Scraper.

Mercari Listings Scraper

piotrv1001/mercari-listings-scraper

The Mercari Listings Scraper extracts product listings from Mercari Japan's marketplace, capturing item names, prices, statuses, thumbnails, brands, and seller details. Ideal for resale market analysis, price tracking, and competitor research across Japan's largest C2C marketplace.

82

Mercari Reviews Scraper

nifty.codes/mercari-sellerreviews-scraper

Extract seller reviews from Mercari including ratings, messages, and reviewer details. Powered by Mercari Scraper.