# Best Sales (Default) Back Market | Refurbished Electronics

**Use case:** 

Extract Back Market | Refurbished Electronics Listings data filtered by Best Sales (Default). Export structured results ready for analysis, lead generation,

## Input

```json
{
  "searchQuery": "iphone 13",
  "maxItems": 10,
  "sortBy": "best_sales"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "brand": {
    "label": "🏷 Brand",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "price": {
    "label": "💰 Price",
    "format": "text"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "originalPrice": {
    "label": "🏷 Original Price",
    "format": "text"
  },
  "discount": {
    "label": "📉 Discount %",
    "format": "text"
  },
  "condition": {
    "label": "✅ Condition",
    "format": "text"
  },
  "grade": {
    "label": "⭐ Grade",
    "format": "text"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "text"
  },
  "reviewCount": {
    "label": "💬 Reviews",
    "format": "text"
  },
  "seller": {
    "label": "🏪 Seller",
    "format": "text"
  },
  "warranty": {
    "label": "🛡 Warranty",
    "format": "text"
  },
  "category": {
    "label": "📂 Category",
    "format": "text"
  },
  "subcategory": {
    "label": "📁 Subcategory",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Back Market Scraper | Refurbished Electronics Listings](https://apify.com/parseforge/backmarket-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/backmarket-scraper) to learn more, explore other use cases, and run it yourself.