# Buy volume (moving week) Hypixel SkyBlock Bazaar Prices

**Use case:** 

Extract Hypixel SkyBlock Bazaar Prices data filtered by Buy volume (moving week). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "productIds": [],
  "maxItems": 10,
  "sortBy": "buyMovingWeek",
  "onlyTraded": true
}
```

## Output

```json
{
  "productId": {
    "label": "🏷 Product ID",
    "format": "text"
  },
  "instantBuyPrice": {
    "label": "🟢 Instant Buy",
    "format": "number"
  },
  "instantSellPrice": {
    "label": "🔴 Instant Sell",
    "format": "number"
  },
  "spread": {
    "label": "📈 Spread",
    "format": "number"
  },
  "buyVolume": {
    "label": "📦 Buy Vol",
    "format": "number"
  },
  "sellVolume": {
    "label": "📦 Sell Vol",
    "format": "number"
  },
  "buyMovingWeek": {
    "label": "📅 Buy Week",
    "format": "number"
  },
  "sellMovingWeek": {
    "label": "📅 Sell Week",
    "format": "number"
  },
  "buyOrders": {
    "label": "🧾 Buy Orders",
    "format": "number"
  },
  "sellOrders": {
    "label": "🧾 Sell Orders",
    "format": "number"
  },
  "topBuyPricePerUnit": {
    "label": "⬆ Top Buy",
    "format": "number"
  },
  "topSellPricePerUnit": {
    "label": "⬇ Top Sell",
    "format": "number"
  },
  "buySummary": {
    "label": "📥 Buy Summary",
    "format": "array"
  },
  "sellSummary": {
    "label": "📤 Sell Summary",
    "format": "array"
  },
  "lastUpdated": {
    "label": "🔄 API Updated",
    "format": "date"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Hypixel SkyBlock Bazaar Prices Scraper](https://apify.com/parseforge/hypixel-skyblock-bazaar-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/hypixel-skyblock-bazaar-scraper) to learn more, explore other use cases, and run it yourself.