# Faire Wholesale Product Latest Results

**Use case:** 

Latest Results of Faire Wholesale Product. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "searchTerms": [
    "candles"
  ],
  "maxItems": 25
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "name": {
    "label": "📌 Product",
    "format": "text"
  },
  "productUrl": {
    "label": "🔗 URL",
    "format": "link"
  },
  "retailPrice": {
    "label": "💲 Retail",
    "format": "number"
  },
  "currency": {
    "label": "💱 Cur",
    "format": "text"
  },
  "minOrderQuantity": {
    "label": "📦 MOQ",
    "format": "number"
  },
  "brandName": {
    "label": "🏷 Brand",
    "format": "text"
  },
  "brandRating": {
    "label": "⭐ Rating",
    "format": "number"
  },
  "brandReviewCount": {
    "label": "🗣 Reviews",
    "format": "number"
  },
  "basedInCountry": {
    "label": "🌍 Country",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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