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 seller profile data including ratings, sales count, and verification status from Mercari profile 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

11 days ago

Last modified

Share

This actor extracts Sellers from Mercari. It works on seller profile pages to collect detailed account information, verification badges, and performance metrics. The scraper returns structured data for every profile URL provided.


Want more from Mercari?

This actor covers Sellers only. The full Mercari Scraper browser extension also includes Products, 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
Seller NameDisplay name of the sellerJohn Doe
UsernameUnique handle for the sellerjohndoe123
IntroductionProfile bio textSelling vintage clothes from my closet.
Join DateDate the account was created2021-05-12
Items CountTotal listings posted by seller145
Profile Search Total CountTotal items found in profile search145
Sales CountNumber of completed sales89
Rating AverageAverage star rating4.9
Rating CountTotal number of reviews received75
Following CountNumber of users seller follows12
Follower CountNumber of users following seller230
Cancel Reviews CountNumber of reviews mentioning cancellation1
Is Fast ShipperBadge for shipping within 24 hourstrue
Is Fast ResponderBadge for quick message repliestrue
Is Reliable ShipperBadge for consistent shipping historytrue
Cancel RatePercentage of cancelled orders0.02
Is High Cancellation SellerFlag for frequent order cancellationsfalse
Is Pro SellerProfessional seller statusfalse
Is International SellerSeller ships from outside USfalse
SMS VerifiedIdentity verified via phonetrue
Email VerifiedIdentity verified via emailtrue
Facebook VerifiedIdentity verified via Facebookfalse
KYC StatusOfficial identity verification statusverified
Profile PhotoURL to profile imagehttps://static.mercari.com/profile/123.jpg
Profile URLDirect link to the seller profilehttps://www.mercari.com/u/123456789/

Input

  • urls: Array of Mercari seller profile URL strings.
  • maxItems: Max items per URL, default 100.

Example Input

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

Example Output

[
{
"sellerName": "Vintage Finds",
"username": "vfinds99",
"introduction": "Curated vintage items from the 90s.",
"joinDate": "2020-01-15",
"itemsCount": 50,
"profileSearchTotalCount": 50,
"salesCount": 120,
"ratingAverage": 5.0,
"ratingCount": 110,
"followingCount": 5,
"followerCount": 450,
"cancelReviewsCount": 0,
"isFastShipper": true,
"isFastResponder": true,
"isReliableShipper": true,
"cancelRate": 0.0,
"isHighCancellationSeller": false,
"isProSeller": false,
"isInternationalSeller": false,
"smsVerified": true,
"emailVerified": true,
"facebookVerified": false,
"kycStatus": "verified",
"profilePhoto": "https://static.mercari.com/profile/987.jpg",
"profileURL": "https://www.mercari.com/u/123456789/"
},
{
"sellerName": "Tech Resale",
"username": "techresale_pro",
"introduction": "Certified refurbished electronics.",
"joinDate": "2019-11-20",
"itemsCount": 300,
"profileSearchTotalCount": 300,
"salesCount": 1500,
"ratingAverage": 4.8,
"ratingCount": 1400,
"followingCount": 20,
"followerCount": 2100,
"cancelReviewsCount": 5,
"isFastShipper": true,
"isFastResponder": false,
"isReliableShipper": true,
"cancelRate": 0.01,
"isHighCancellationSeller": false,
"isProSeller": true,
"isInternationalSeller": false,
"smsVerified": true,
"emailVerified": true,
"facebookVerified": true,
"kycStatus": "verified",
"profilePhoto": "https://static.mercari.com/profile/456.jpg",
"profileURL": "https://www.mercari.com/u/987654321/"
}
]

Disclaimer

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