Ebay Store Reviews Scraper
by pintostudio
Extract eBay store reviews and seller feedback from global markets. Get structured data via API or CSV for market research and competitor analysis.
Opens on Apify.com
About Ebay Store Reviews Scraper
Need to pull customer reviews from eBay stores? This scraper is what I use to gather feedback data from eBay sellers across different countries. It's straightforward: you give it a store URL or seller name, and it returns structured review data—ratings, comments, dates, everything you'd want for analysis. I've found it particularly handy for market research, checking out competitor reputation, or building datasets for sentiment analysis projects. The fact it handles international eBay sites means you're not limited to just .com or .co.uk; you can get a global view of seller performance. It runs on Apify, so you can schedule it, integrate the data directly into your apps via API, or just download a clean CSV. If you've ever tried manually checking hundreds of reviews, you know how time-consuming it is. This automates that tedious process reliably.
What does this actor do?
Ebay Store Reviews Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
eBay Store Reviews Scraper
Overview
This Apify actor scrapes customer reviews and feedback from any eBay store. It works across eBay's international sites, extracting detailed review data including ratings, comments, buyer information, and purchase details.
Key Features
- Multi-country support: Scrapes from 30+ eBay regional sites (US, UK, DE, FR, CA, AU, and many others across Europe, Asia, and other regions).
- Pagination control: Navigate through review pages using the
pageparameter. - Results limit: Choose to display 24, 48, or 72 reviews per page.
- Detailed data extraction: Gets ratings, comments, buyer usernames (anonymized), buyer scores, item details, prices, and timestamps.
- Verified purchase flag: Identifies which reviews are from verified purchases.
- Store statistics: Returns total feedback count and revised feedback count.
How to Use
Configure the actor run with input parameters. Only the store URL is required.
Basic Example
{
"storeUrl": "https://www.ebay.com/str/lovellrugby?_trksid=p4429486.m3561.l161211"
}
Advanced Example (German store, page 2, 48 per page)
{
"storeUrl": "https://www.ebay.de/str/electronics-store",
"countryIso": "de",
"page": 2,
"perPage": "48"
}
Input
Required Parameter
storeUrl(string): The full URL of the eBay store to scrape.
Optional Parameters
countryIso(string): Two-letter ISO country code for the eBay site (e.g., "us", "de", "uk"). Default is "us".page(integer): Page number to start scraping from. Default is 1.perPage(string): Number of reviews per page. Options are "24", "48", or "72". Default is "24".
Output
The actor returns a structured JSON object.
Output Schema
{
"stats": {
"totalFeedback": "number",
"revisedFeedback": "number"
},
"feedbackItems": [
{
"id": "string",
"rating": "string",
"buyerUsername": "string",
"buyerScore": "number",
"timeFrame": "string",
"itemPrice": "string",
"itemName": "string",
"itemId": "string",
"comment": "string",
"verifiedPurchase": "boolean"
}
]
}
Field Descriptions
- stats: Contains
totalFeedback(total review count) andrevisedFeedback(count of revised reviews). - feedbackItems: An array of review objects. Each includes a unique
id,rating(e.g., "POSITIVE"), anonymizedbuyerUsername, the buyer's eBaybuyerScore, localizedtimeFrame,itemPrice,itemName,itemId, the reviewcomment, and averifiedPurchaseboolean.
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try Ebay Store Reviews Scraper now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- pintostudio
- Pricing
- Paid
- Total Runs
- 177
- Active Users
- 9
Related Actors
Google Maps Reviews Scraper
by compass
Facebook Ads Scraper
by apify
Google Ads Scraper
by silva95gustavo
Facebook marketplace scraper
by curious_coder
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support