# Wayfair Furniture & Home Goods Data Export

**Use case:** 

Data Export of Wayfair Furniture & Home Goods. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "searchQueries": [
    "sectional sofa",
    "office desk",
    "dining table"
  ],
  "startUrls": [],
  "maxItems": 100,
  "sortBy": "relevance"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "title": {
    "label": "Product",
    "format": "string"
  },
  "url": {
    "label": "Product URL",
    "format": "string"
  },
  "sku": {
    "label": "SKU",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "originalPrice": {
    "label": "List Price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "integer"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "isOnSale": {
    "label": "On Sale",
    "format": "boolean"
  },
  "searchQuery": {
    "label": "Search Query",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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