Mercari Japan Scraper avatar

Mercari Japan Scraper

Pricing

from $4.00 / 1,000 results

Go to Apify Store
Mercari Japan Scraper

Mercari Japan Scraper

Scrape product listings, prices, and sold items from Mercari Japan marketplace. Search by keyword, filter by status (on sale/sold out), price range, and item condition. Track actual selling prices for resale research and market analysis.

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

cloud9

cloud9

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Scrape product listings, prices, and sold items from Mercari Japan -- Japan's largest consumer-to-consumer marketplace.

Key Features

  • Search by keywords -- Find products matching any query on Mercari Japan
  • Sold item tracking -- View actual selling prices for resale research (物販リサーチ)
  • Price range filtering -- Narrow results by minimum/maximum price in JPY
  • Item condition filtering -- Filter by new, like-new, good, fair, or poor condition
  • Flexible sorting -- Sort by relevance, price, or newest listings
  • Direct URL scraping -- Scrape individual product pages for full details
  • Automatic pagination -- Collect up to 1,000 items per run

Why Track Sold Items?

For resellers and market researchers, knowing the actual selling price is more valuable than the listing price. Set status to sold_out to see completed transactions and understand real market value.

Input Parameters

ParameterTypeRequiredDefaultDescription
searchKeywordsstring[]Yes*--Keywords to search for
productUrlsstring[]Yes*--Direct Mercari product URLs
statusstringNoallall, on_sale, or sold_out
sortBystringNorelevancerelevance, price_asc, price_desc, created_desc
priceMinintegerNo--Minimum price in JPY
priceMaxintegerNo--Maximum price in JPY
itemConditionstringNoallall, new, like_new, good, fair, poor
maxResultsintegerNo50Max items to scrape (1-1000)

*At least one of searchKeywords or productUrls is required.

Output Fields

Each scraped item includes:

FieldTypeDescription
productIdstringMercari item ID
titlestringProduct title
pricenumberPrice in JPY
urlstringFull product URL
imageUrlstringPrimary image URL
thumbnailsstring[]All thumbnail URLs
statusstringItem status (on_sale / sold_out)
isSoldbooleanWhether the item has been sold
conditionstringItem condition
descriptionstringFull description (product pages only)
sellerNamestringSeller display name
sellerRatingnumberSeller rating score
categoryNamestringProduct category
brandNamestringBrand name
shippingPayerstringWho pays shipping
shippingMethodstringShipping method (product pages only)
likeCountnumberNumber of likes
commentCountnumberNumber of comments
updatedAtstringLast update timestamp
scrapedAtstringWhen the data was scraped

Example Usage

Search for Nintendo Switch listings

{
"searchKeywords": ["Nintendo Switch"],
"status": "on_sale",
"sortBy": "price_asc",
"priceMax": 30000,
"maxResults": 100
}

Research sold prices for iPhone 15

{
"searchKeywords": ["iPhone 15"],
"status": "sold_out",
"sortBy": "created_desc",
"maxResults": 200
}

Scrape specific product pages

{
"productUrls": [
"https://jp.mercari.com/item/m12345678",
"https://jp.mercari.com/item/m87654321"
]
}

Proxy Requirements

This actor uses datacenter proxies (BUYPROXIES94952) with Japan IP addresses by default. If datacenter proxies are unavailable, it falls back to residential proxies. Mercari Japan may block non-Japanese IP addresses.

Pricing

$4 per 1,000 items scraped.

Limitations

  • Mercari may limit search results to approximately 600 items per query
  • Heavy scraping may trigger rate limiting or CAPTCHA challenges
  • Some fields (description, shippingMethod) are only available on individual product pages
  • Results depend on Mercari's page structure; changes to the site may temporarily affect data extraction