Mercari Seller Details Scraper avatar

Mercari Seller Details Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Mercari Seller Details Scraper

Mercari Seller Details Scraper

Extract Mercari seller profiles including ratings, sales count, verification status, and badges. 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

7 days ago

Last modified

Share

Introduction

This actor extracts Seller Details from Mercari. It collects profile metrics, verification statuses, and performance badges from public seller pages. The data includes item counts, ratings, and account history.

Data Fields

Field NameDescriptionExample
Seller NameDisplay name of the sellerJohn Doe
UsernameUnique handle for the sellerjohndoe123
IntroductionProfile bio textSelling vintage clothes since 2015.
Join DateDate the account was created2015-06-12
Items CountTotal number of listed items142
Sales CountTotal number of completed sales89
Rating AverageAverage star rating out of 54.8
Rating CountTotal number of reviews received75
Following CountNumber of users the seller follows12
Follower CountNumber of users following the seller45
Cancel Reviews CountNumber of reviews mentioning cancellation2
Is Fast ShipperBadge for shipping within 24 hourstrue
Is Fast ResponderBadge for quick message repliestrue
Is Reliable ShipperBadge for consistent shipping performancetrue
Cancel RatePercentage of cancelled orders0.02
Is High Cancellation SellerFlag for frequent order cancellationsfalse
Is Pro SellerProfessional seller status flagfalse
Is International SellerFlag for cross-border sellingfalse
SMS VerifiedIdentity verification via phonetrue
Email VerifiedIdentity verification via emailtrue
Facebook VerifiedIdentity verification via social mediafalse
KYC StatusOfficial identity verification statusverified
Profile PhotoURL to the profile imagehttps://mercari-images.com/photo.jpg
Profile URLDirect link to the seller profilehttps://www.mercari.com/u/123456789/

Input

  • urls: Array of Mercari seller profile URL strings.
  • maxItems: Maximum number of profiles to process per run. Default is 100.

Example Input

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

Example Output

[
{
"sellerName": "Vintage Finds",
"username": "vfinds_shop",
"introduction": "Curated vintage items from the 90s.",
"joinDate": "2019-01-20",
"itemsCount": 210,
"salesCount": 150,
"ratingAverage": 4.9,
"ratingCount": 130,
"followingCount": 50,
"followerCount": 300,
"cancelReviewsCount": 0,
"isFastShipper": true,
"isFastResponder": true,
"isReliableShipper": true,
"cancelRate": 0.0,
"isHighCancellationSeller": false,
"isProSeller": true,
"isInternationalSeller": false,
"smsVerified": true,
"emailVerified": true,
"facebookVerified": true,
"kycStatus": "verified",
"profilePhoto": "https://mercari-images.com/user1.jpg",
"profileUrl": "https://www.mercari.com/u/123456789/"
},
{
"sellerName": "Tech Resale",
"username": "tech_resale_co",
"introduction": "Certified refurbished electronics.",
"joinDate": "2021-03-15",
"itemsCount": 45,
"salesCount": 30,
"ratingAverage": 4.5,
"ratingCount": 25,
"followingCount": 5,
"followerCount": 80,
"cancelReviewsCount": 1,
"isFastShipper": false,
"isFastResponder": true,
"isReliableShipper": true,
"cancelRate": 0.03,
"isHighCancellationSeller": false,
"isProSeller": false,
"isInternationalSeller": false,
"smsVerified": true,
"emailVerified": true,
"facebookVerified": false,
"kycStatus": "verified",
"profilePhoto": "https://mercari-images.com/user2.jpg",
"profileUrl": "https://www.mercari.com/u/987654321/"
}
]

Want more from Mercari?

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