# eBay competitor seller review extractor

**Use case:** 

Compare eBay sellers by exporting review comments, ratings, buyer context, purchase verification, and reputation summaries.

## Input

```json
{
  "sellers": [
    "musicmagpie",
    "worldofbooks08"
  ],
  "locale": "com",
  "rating": "all",
  "period": "past-six-months",
  "sort": "time",
  "maxReviews": 250,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "sellerUsername": {
    "label": "Seller",
    "format": "text"
  },
  "feedbackId": {
    "label": "Feedback ID",
    "format": "text"
  },
  "feedbackType": {
    "label": "Rating",
    "format": "text"
  },
  "comment": {
    "label": "Comment",
    "format": "text"
  },
  "feedbackAge": {
    "label": "Age",
    "format": "text"
  },
  "buyerUsername": {
    "label": "Buyer",
    "format": "text"
  },
  "buyerFeedbackScore": {
    "label": "Buyer score",
    "format": "number"
  },
  "itemTitle": {
    "label": "Item",
    "format": "text"
  },
  "itemUrl": {
    "label": "Item URL",
    "format": "link"
  },
  "verifiedPurchase": {
    "label": "Verified",
    "format": "boolean"
  },
  "sellerSummary": {
    "label": "Seller summary",
    "format": "object"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [eBay Seller Feedback Scraper](https://apify.com/automation-lab/ebay-seller-feedback-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/ebay-seller-feedback-scraper) to learn more, explore other use cases, and run it yourself.