Ebay Store Reviews Scraper

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.

177 runs
9 users
Try This Actor

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

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. 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 page parameter.
  • 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) and revisedFeedback (count of revised reviews).
  • feedbackItems: An array of review objects. Each includes a unique id, rating (e.g., "POSITIVE"), anonymized buyerUsername, the buyer's eBay buyerScore, localized timeFrame, itemPrice, itemName, itemId, the review comment, and a verifiedPurchase boolean.

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 Trial

Actor Information

Developer
pintostudio
Pricing
Paid
Total Runs
177
Active Users
9
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support