# 1stDibs scraper for luxury market monitoring

**Use case:** 

Monitor 1stDibs furniture, art, jewelry, or fashion listings for pricing research, appraisal comps, dealer tracking, and sourcing workflows.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.1stdibs.com/search/furniture/?q=chair"
    }
  ],
  "keywords": [
    "Italian mirror",
    "Cartier bracelet"
  ],
  "category": "all",
  "maxItems": 60,
  "maxPages": 3,
  "includeDetails": true
}
```

## Output

```json
{
  "listingUrl": {
    "label": "Listing URL",
    "format": "link"
  },
  "listingId": {
    "label": "Listing ID"
  },
  "title": {
    "label": "Title"
  },
  "priceUsd": {
    "label": "USD price"
  },
  "priceCurrency": {
    "label": "Currency"
  },
  "seller": {
    "label": "Seller"
  },
  "location": {
    "label": "Location"
  },
  "creator": {
    "label": "Creator"
  },
  "category": {
    "label": "Category"
  },
  "materials": {
    "label": "Materials"
  },
  "dimensions": {
    "label": "Dimensions"
  },
  "condition": {
    "label": "Condition"
  },
  "period": {
    "label": "Period"
  },
  "style": {
    "label": "Style"
  },
  "placeOfOrigin": {
    "label": "Place of origin"
  },
  "dateOfManufacture": {
    "label": "Date of manufacture"
  },
  "description": {
    "label": "Description"
  },
  "mainImageUrl": {
    "label": "Image",
    "format": "image"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "sourceType": {
    "label": "Source type"
  },
  "searchQuery": {
    "label": "Search query"
  },
  "pageNumber": {
    "label": "Page"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [1stDibs Listings Scraper](https://apify.com/automation-lab/1stdibs-listings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/1stdibs-listings-scraper) to learn more, explore other use cases, and run it yourself.