eBay Seller Details Scraper avatar

eBay Seller Details Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
eBay Seller Details Scraper

eBay Seller Details Scraper

Extract seller profiles with feedback scores, member history, and location from eBay store pages. Powered by eBay 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

0

Monthly active users

13 days ago

Last modified

Share

This actor extracts Sellers from eBay. It works on eBay seller store or profile pages to collect detailed account information. The scraper returns data including feedback metrics, member history, and seller status.


Want more from eBay?

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

Get the eBay Scraper extension


Data Fields

Field NameDescriptionExample
Seller UsernameThe unique eBay handle"tech_deals_uk"
Display NameThe public name shown on the store"Tech Deals UK Store"
Seller URLDirect link to the profile page"https://www.ebay.co.uk/usr/tech_deals_uk"
Feedback PercentagePositive feedback ratio"99.8%"
Total Feedback CountTotal number of ratings received15420
Items SoldTotal volume of sales45000
Followers CountNumber of users following the seller1200
Seller TypeAccount classification"Business"
Logo URLLink to the profile image"https://ebay.com/logo.jpg"
Banner URLLink to the store banner image"https://ebay.com/banner.jpg"
DescriptionThe seller's bio or store description"Authorized reseller of electronics."
LocationGeographic base of the seller"United Kingdom"
Member SinceDate the account was created"Jan-15-12"
Top Rated SellerBadge status for high performancetrue

Input

  • urls: Array of eBay seller store or profile page URLs.
  • maxItems: Max items per URL, default 100.

Example Input

{
"urls": ["https://www.ebay.com/usr/example-seller"],
"maxItems": 10
}

Example Output

[
{
"sellerUsername": "retro_games_plus",
"displayName": "Retro Games Plus",
"sellerUrl": "https://www.ebay.com/usr/retro_games_plus",
"feedbackPercentage": "100%",
"totalFeedbackCount": 5430,
"itemsSold": 12000,
"followersCount": 850,
"sellerType": "Individual",
"logoUrl": "https://ir.ebaystatic.com/pictures/logo.png",
"bannerUrl": "https://ir.ebaystatic.com/pictures/banner.png",
"description": "Specializing in vintage console hardware and software.",
"location": "United States",
"memberSince": "Mar-10-08",
"topRatedSeller": true
},
{
"sellerUsername": "camera_outlet",
"displayName": "Camera Outlet",
"sellerUrl": "https://www.ebay.de/usr/camera_outlet",
"feedbackPercentage": "98.5%",
"totalFeedbackCount": 21000,
"itemsSold": 85000,
"followersCount": 3200,
"sellerType": "Business",
"logoUrl": "https://ir.ebaystatic.com/pictures/logo2.png",
"bannerUrl": "https://ir.ebaystatic.com/pictures/banner2.png",
"description": "Professional photography equipment and accessories.",
"location": "Germany",
"memberSince": "Jun-22-15",
"topRatedSeller": true
}
]

Disclaimer

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