# Negative eBay feedback monitor

**Use case:** 

Monitor negative eBay seller reviews with comment, buyer score, item link, feedback age, and verified-purchase evidence.

## Input

```json
{
  "sellers": [
    "musicmagpie"
  ],
  "locale": "co.uk",
  "rating": "negative",
  "period": "past-year",
  "sort": "time",
  "maxReviews": 100,
  "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.