Resale researchers
Item checks
Export product detail rows for shortlisted items, then compare price, condition, brand, shipping payer, and seller profile links before making sourcing decisions.
Limited Time — Lifetime Access for just $99. Lock in before prices rise.
This Mercari product details scraper collects item-level data from a list of Mercari product URLs and exports the results to CSV. Import the workflow into the UScraper local desktop app, replace the sample Mercari Japan item links, and capture product name, price, stock, description, category, brand, shipping details, seller profile, and image URL without writing code.
CSV
16
URL list
4 sec
Free
At a glance
Mercari detail pages can hydrate data dynamically, so a thin selector-only scraper often misses price, condition, shipping labels, or seller fields. This template uses a multi-URL Navigate loop, waits for the page body, pauses for client-side data, then normalizes available item data from embedded JSON, Open Graph meta tags, and visible Japanese labels.
Use it for controlled batches where each row should represent one known product URL. For discovery runs, start with the Mercari Product Listings Scraper, then feed selected item links into this detail workflow.
Detail rows from direct URLs
Add Mercari item links to the Navigate block and export one appended CSV row per product page.
Analysis-ready columns
Capture product, pricing, stock, seller, shipping, condition, category, and image fields in a spreadsheet-friendly file.
Batch loop already wired
The graph advances through the configured URL array with Loop Continue, so you can expand the input list without rebuilding the workflow.
Desktop workflow control
Review the browser session, pacing, export path, and output file locally before using the data in resale or marketplace analysis.
Who this is for
Resale researchers
Item checks
Export product detail rows for shortlisted items, then compare price, condition, brand, shipping payer, and seller profile links before making sourcing decisions.
Marketplace analysts
Category audits
Collect repeatable snapshots for selected Mercari categories and monitor how product details, availability, and shipping terms change across a sample.
E-commerce teams
Channel comparison
Combine this file with the eBay Product URL Scraper or Yahoo Auctions Product Scraper when comparing resale listings across marketplaces.
Automation flow
Navigate - wait - hydrate - normalize - export - continue. The workflow opens each Mercari item URL, waits for body, sleeps briefly, injects a normalization script, then sends fields into Structured Export.
How to use
Paste product URLs
Open the Navigate block and replace the sample Mercari item URLs with the product pages you want to collect.
Confirm the export path
Structured Export uses append mode and writes mercari_product_detail_url_scraper_cloud.csv. Change the folder before client, category, or campaign runs.
Run a small batch
Let UScraper navigate, wait, hydrate the page, normalize item data, and export rows. Stop if Mercari serves a verification or unavailable-item page.
Open and audit the CSV
Spot-check prices, stock values, shipping fields, and seller URLs before using the file in pricing models or internal reports.
Output preview
| Column | Example value | What it means |
|---|---|---|
| keyword | https://jp.mercari.com/item/m52132288536 | Original input URL for traceability |
| product_url | https://jp.mercari.com/item/m52132288536 | Canonical product URL from meta tags or page location |
| product_name | Used camera lens with case | Item title from page data or document title |
| price | JPY 12800 | Product price normalized from structured data or meta tags |
| stock | In stock | Availability inferred from status text |
| category | Electronics > Camera | Category path when available |
| brand | Example Brand | Brand field or visible brand label |
| item_condition | Good | Mercari condition label |
| shipping_payer | Seller | Who pays shipping |
| delivery_method | Mercari delivery | Delivery method shown on the item page |
| shipping_from_region | Tokyo | Shipping origin region |
| shipping_duration | Ships in 1-2 days | Handling-time label |
| seller_url | https://jp.mercari.com/user/profile/123456 | Seller profile URL |
| seller_name | sample_seller | Seller display name |
mercari_product_detail_url_scraper_cloud.csvColumn
keyword
The source URL from the Navigate loop.
Column
product_url
Canonical item page URL.
Column
product_name
Title extracted from item data, meta title, or document title.
Column
price
Visible or structured item price.
Column
image_url
Primary product image URL.
Column
stock
Availability inferred from structured or visible status.
Column
description
Full item description when available.
Column
category
Category path or visible category label.
Column
brand
Brand name when Mercari exposes it.
Column
item_condition
Condition label from the detail page.
Column
shipping_payer
Who pays shipping.
Column
delivery_method
Delivery method label.
Column
shipping_from_region
Origin region for shipping.
Column
shipping_duration
Expected handling time.
Column
seller_url
Mercari seller profile URL.
Column
seller_name
Seller display name.
Mercari item pages may expose public marketplace information, but automated collection can still be restricted by Mercari terms, robots directives, copyright, privacy law, and local rules. Use modest volume, avoid bypassing access controls, and get legal review before using exported Mercari data commercially.
Before you run
Keep URL batches modest, avoid parallel runs, and add longer waits if Mercari loads slowly. If an item is deleted, sold, region-blocked, or replaced by a verification page, the export may contain blanks for fields that were not present.
Download the free template and use it when you need to export Mercari products from known item URLs into a structured CSV for review, resale research, or marketplace reporting.
Download and use this template instantly
UScraper templates are open source. Improve this workflow or contribute a new one to help the community grow.
Contribute on GitHubBrowse more templates in the library
All TemplatesHere are some of our most common questions. Can't find what you're looking for?
View All FAQsDownload UScraper and build your first web scraper in under 10 minutes. No subscriptions, no code, no limits.
Available on Windows 10+ and macOS 12+ · Need help? [email protected]