Mercari Products Scraper avatar

Mercari Products Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Mercari Products Scraper

Mercari Products Scraper

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

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

0

Monthly active users

21 hours ago

Last modified

Share

This actor extracts Products from Mercari. It works on search results and category pages to collect marketplace data. The actor returns structured information for every product listing found on the target page.


Want more from Mercari?

This actor covers Products only. The full Mercari Scraper browser extension also includes Products, Sellers, Reviews, Followers, Accounts with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Mercari Scraper extension


Data Fields

Field NameDescriptionExample
TitleName of the product"Vintage Denim Jacket"
PriceCurrent listing price45.00
StatusAvailability of the item"on_sale"
CategoryFull category path"Men/Coats & jackets/Other"
BrandBrand name of the item"Levi's"
SizeListed size"L"
ConditionItem state"Good"
Seller IDUnique identifier for the seller"123456789"
Seller URLLink to the seller profile"https://www.mercari.com/u/123456789/"
Photo URLPrimary image link"https://static.mercdn.net/item/detail/orig/photos/m1.jpg"
Country SourceOrigin of the listing"US"
Is Authentic LuxuryVerification status for luxury goodsfalse
Category TitleSpecific category name"Other"
Category IDNumeric category identifier123
URLDirect link to the product"https://www.mercari.com/us/item/m1/"

Input

  • urls: Array of URL strings. Provide Mercari search result or category page URLs.
  • maxItems: Max items per URL, default 100.

Example Input

{
"urls": ["https://www.mercari.com/search/?keyword=camera"],
"maxItems": 50
}

Example Output

[
{
"Title": "Digital Camera Z1",
"Price": 120.00,
"Status": "on_sale",
"Category": "Electronics/Cameras/Digital Cameras",
"Brand": "Sony",
"Size": "N/A",
"Condition": "Like New",
"Seller ID": "987654321",
"Seller URL": "https://www.mercari.com/u/987654321/",
"Photo URL": "https://static.mercdn.net/item/detail/orig/photos/m2.jpg",
"Country Source": "US",
"Is Authentic Luxury": false,
"Category Title": "Digital Cameras",
"Category ID": 456,
"URL": "https://www.mercari.com/us/item/m2/"
},
{
"Title": "Leather Boots",
"Price": 85.00,
"Status": "sold",
"Category": "Women/Shoes/Boots",
"Brand": "Dr. Martens",
"Size": "8",
"Condition": "Fair",
"Seller ID": "112233445",
"Seller URL": "https://www.mercari.com/u/112233445/",
"Photo URL": "https://static.mercdn.net/item/detail/orig/photos/m3.jpg",
"Country Source": "US",
"Is Authentic Luxury": true,
"Category Title": "Boots",
"Category ID": 789,
"URL": "https://www.mercari.com/us/item/m3/"
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.