# Overstock | Home Goods and Furniture Latest Results

**Use case:** 

Latest Results of Overstock | Home Goods and Furniture. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "searchQuery": "sofa",
  "maxItems": 25
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original Price",
    "format": "number"
  },
  "discount": {
    "label": "Discount"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "brand": {
    "label": "Brand"
  },
  "category": {
    "label": "Category"
  },
  "availability": {
    "label": "Availability"
  },
  "productUrl": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

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