# Price: Low to High Bonanza Marketplace

**Use case:** 

Extract Bonanza Marketplace data filtered by Price: Low to High. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "searchQuery": "vintage watches",
  "maxItems": 10,
  "sortOrder": "CurrentPriceLowest",
  "filterCondition": "",
  "filterAcceptsOffers": false,
  "includeDetails": true,
  "maxConcurrency": 3
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "itemId": {
    "label": "Item ID",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original Price",
    "format": "number"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "shippingCost": {
    "label": "Shipping",
    "format": "text"
  },
  "acceptsOffers": {
    "label": "Accepts Offers",
    "format": "boolean"
  },
  "quantity": {
    "label": "Quantity",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "itemSpecifics": {
    "label": "Item Specifics",
    "format": "array"
  },
  "allImageUrls": {
    "label": "All Images",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "sellerBoothUrl": {
    "label": "Seller Booth URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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