# Scrape Pokemon Card Seller Leads - eBay

**Use case:** 

Build a Pokemon-card seller lead list from eBay with Seller, Store, Positive %, Feedback, Items sold, Location and Lead score. Ready-to-use contact list.

## Input

```json
{
  "mode": "search",
  "searchQueries": [
    "pokemon cards"
  ],
  "marketplace": "US",
  "condition": "any",
  "listingType": "all",
  "freeShippingOnly": false,
  "sort": "best_match",
  "enrichItemDetails": false,
  "emitSellerLeads": true,
  "computeAnalytics": false,
  "maxItems": 100,
  "maxSellers": 50,
  "deduplicateResults": true,
  "monitorMode": false,
  "monitorKey": "default",
  "maxConcurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "username": {
    "label": "Seller",
    "format": "text"
  },
  "storeName": {
    "label": "Store",
    "format": "text"
  },
  "positiveFeedbackPercent": {
    "label": "Positive %",
    "format": "number"
  },
  "feedbackScore": {
    "label": "Feedback",
    "format": "number"
  },
  "itemsSold": {
    "label": "Items sold",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "topRatedSeller": {
    "label": "Top rated",
    "format": "boolean"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [eBay Scraper - Listings, Sold Prices & Seller Leads](https://apify.com/scrapesage/ebay-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/ebay-scraper) to learn more, explore other use cases, and run it yourself.