Mercari Reviews Scraper avatar

Mercari Reviews Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Mercari Reviews Scraper

Mercari Reviews Scraper

Extract seller reviews from Mercari including ratings, messages, and reviewer details. 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

11 days ago

Last modified

Share

This actor extracts Reviews from Mercari. It works on seller review pages to collect feedback history and rating details. The data includes reviewer information, feedback tags, and seller profile links.


Want more from Mercari?

This actor covers Reviews only. The full Mercari Scraper browser extension also includes Products, Sellers, 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
Seller NameDisplay name of the sellerJohn Doe
Seller UsernameHandle of the seller@johndoe123
Review TypeRating categoryGreat
Review MessageText content of the reviewFast shipping and item as described.
Review DateWhen the review was posted2023-10-15
Review SubjectItem associated with the reviewVintage T-Shirt
Reviewer NameName of the person who left the reviewJane Smith
Reviewer PhotoURL to the reviewer profile imagehttps://static.mercari.com/images/user_123.jpg
Feedback TagsTags associated with the transactionFast Shipper, Good Communication
Seller Profile URLLink to the seller pagehttps://www.mercari.com/u/123456789/

Input

  • urls: Array of URL strings. Use Mercari seller review page URLs.
  • maxItems: Max items per URL, default 100.

Example Input

{
"urls": ["https://www.mercari.com/u/123456789/reviews/"],
"maxItems": 50
}

Example Output

[
{
"sellerName": "John Doe",
"sellerUsername": "@johndoe123",
"reviewType": "Great",
"reviewMessage": "Excellent seller, very helpful.",
"reviewDate": "2023-11-01",
"reviewSubject": "Mechanical Keyboard",
"reviewerName": "Alice Wong",
"reviewerPhoto": "https://static.mercari.com/images/user_987.jpg",
"feedbackTags": "Fast Shipper",
"sellerProfileURL": "https://www.mercari.com/u/123456789/"
},
{
"sellerName": "John Doe",
"sellerUsername": "@johndoe123",
"reviewType": "Great",
"reviewMessage": "Item arrived in perfect condition.",
"reviewDate": "2023-10-28",
"reviewSubject": "Designer Watch",
"reviewerName": "Bob Miller",
"reviewerPhoto": "https://static.mercari.com/images/user_654.jpg",
"feedbackTags": "Reliable Shipper",
"sellerProfileURL": "https://www.mercari.com/u/123456789/"
}
]

Disclaimer

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