# Italy B-Stock Amazon Liquidation Auctions

**Use case:** 

Extract B-Stock Amazon Liquidation Auctions data filtered by Italy. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "marketplaces": [
    "amazon",
    "amazoneu"
  ],
  "country": "IT",
  "sortOrder": "end_time",
  "sortDirection": "asc",
  "maxItems": 10,
  "fetchDetails": true,
  "imagesPerAuction": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "marketplace": {
    "label": "🌍 Marketplace",
    "format": "text"
  },
  "category": {
    "label": "🗂️ Category",
    "format": "text"
  },
  "condition": {
    "label": "🔧 Condition",
    "format": "text"
  },
  "currentBid": {
    "label": "💰 Current Bid",
    "format": "number"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "totalRetailValue": {
    "label": "💵 Retail Value",
    "format": "number"
  },
  "units": {
    "label": "📦 Units",
    "format": "number"
  },
  "bidCount": {
    "label": "🔢 Bids",
    "format": "number"
  },
  "endTime": {
    "label": "⏰ Close Time",
    "format": "date"
  },
  "sellerName": {
    "label": "🏭 Seller",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [B-Stock Amazon Liquidation Auctions Scraper](https://apify.com/parseforge/bstock-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/bstock-scraper) to learn more, explore other use cases, and run it yourself.