Mercari Product Scraper avatar

Mercari Product Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Mercari Product Scraper

Mercari Product Scraper

Extract Mercari product listings including price, status, brand, and size from search results and category pages. 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

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Introduction

This actor extracts Products in a List from Mercari. It collects data from search results and category pages including pricing, item condition, and seller identifiers. Use this tool to monitor marketplace trends and inventory status.

Data Fields

Field NameDescriptionExample
TitleName of the product listingVintage Denim Jacket
PriceCurrent listing price45.00
StatusAvailability of the itemon_sale
CategoryPrimary category classificationMen's Clothing
BrandManufacturer or brand nameLevi's
SizeItem sizeLarge
ConditionPhysical state of the itemGood
Seller IDUnique identifier for the seller123456789
Seller URLLink to the seller profilehttps://www.mercari.com/u/123456789/
Photo URLPrimary image linkhttps://static.mercari.com/item/1.jpg
Country SourceOrigin country of the listingUS
Is Authentic LuxuryVerification status for luxury goodsfalse
Category TitleSpecific sub-category nameJackets & Coats
Category IDNumeric category identifier412
URLDirect link to the producthttps://www.mercari.com/us/item/m123/

Input

  • urls: Array of Mercari search or category URL strings.
  • maxItems: Maximum number of items to scrape per URL. Default is 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",
"Brand": "Sony",
"Size": "N/A",
"Condition": "Like New",
"Seller ID": "987654321",
"Seller URL": "https://www.mercari.com/u/987654321/",
"Photo URL": "https://static.mercari.com/item/m1.jpg",
"Country Source": "US",
"Is Authentic Luxury": false,
"Category Title": "Cameras",
"Category ID": "101",
"URL": "https://www.mercari.com/us/item/m101/"
},
{
"Title": "Designer Handbag",
"Price": "850.00",
"Status": "sold",
"Category": "Women's Handbags",
"Brand": "Gucci",
"Size": "Medium",
"Condition": "New",
"Seller ID": "555444333",
"Seller URL": "https://www.mercari.com/u/555444333/",
"Photo URL": "https://static.mercari.com/item/m2.jpg",
"Country Source": "US",
"Is Authentic Luxury": true,
"Category Title": "Shoulder Bags",
"Category ID": "202",
"URL": "https://www.mercari.com/us/item/m202/"
}
]

Want more from Mercari?

This actor only covers Products in a List. The full Mercari Scraper browser extension also includes Product Details, Seller Details, Seller Reviews, Seller Followers, Seller Following 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

Disclaimer

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