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 eBay seller profiles including feedback scores, items sold, location, and membership dates. 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

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Introduction

This actor extracts Seller Details from eBay. It collects profile information, reputation metrics, and account history from seller store or profile pages. It supports multiple international eBay domains including .com, .co.uk, .de, and .ca.

Data Fields

Field NameDescriptionExample
Seller UsernameThe unique ID of the sellerelectronics_pro_2024
Display NameThe public name shown on the storePro Electronics Store
Seller URLDirect link to the seller profilehttps://www.ebay.com/usr/electronics_pro_2024
Feedback PercentagePositive feedback ratio99.8%
Total Feedback CountNumber of feedback entries received15420
Items SoldTotal number of items sold by the account45000
Followers CountNumber of users following the seller1200
Seller TypeAccount classificationBusiness
Logo URLLink to the seller profile imagehttps://ebay.com/logo.jpg
Banner URLLink to the store banner imagehttps://ebay.com/banner.jpg
DescriptionThe seller bio or store descriptionAuthorized dealer of premium tech.
LocationRegistered business or user locationUnited States
Member SinceDate the account was createdJan 15, 2010
Top Rated SellerBoolean indicating top rated statustrue

Input

  • urls: Array of eBay seller profile or store URLs. Supported hostnames include ebay.com, ebay.co.uk, ebay.de, ebay.fr, and others.
  • maxItems: Maximum number of seller profiles to process. Default is 100.

Example Input

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

Example Output

[
{
"sellerUsername": "tech_vault_usa",
"displayName": "Tech Vault USA",
"sellerUrl": "https://www.ebay.com/usr/tech_vault_usa",
"feedbackPercentage": "98.5%",
"totalFeedbackCount": 5430,
"itemsSold": 12000,
"followersCount": 850,
"sellerType": "Business",
"logoUrl": "https://ir.ebaystatic.com/pictures/logo1.jpg",
"bannerUrl": "https://ir.ebaystatic.com/pictures/banner1.jpg",
"description": "Specializing in refurbished laptops and components.",
"location": "California, United States",
"memberSince": "Mar 12, 2015",
"topRatedSeller": true
},
{
"sellerUsername": "vintage_finds_uk",
"displayName": "Vintage Finds UK",
"sellerUrl": "https://www.ebay.co.uk/usr/vintage_finds_uk",
"feedbackPercentage": "100%",
"totalFeedbackCount": 420,
"itemsSold": 650,
"followersCount": 120,
"sellerType": "Individual",
"logoUrl": "https://ir.ebaystatic.com/pictures/logo2.jpg",
"bannerUrl": "https://ir.ebaystatic.com/pictures/banner2.jpg",
"description": "Curated vintage clothing from London.",
"location": "London, United Kingdom",
"memberSince": "Nov 05, 2021",
"topRatedSeller": false
}
]

Want more from eBay?

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

Disclaimer

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