Chairish Scraper avatar

Chairish Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Chairish Scraper

Chairish Scraper

Scrape Chairish - vintage furniture, art, rugs, lighting, and home décor marketplace. Search by keyword, category, style and price, or fetch specific listings by product slug.

Pricing

from $3.00 / 1,000 results

Rating

5.0

(4)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

4

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrape Chairish — the curated vintage and antique furniture, art, rugs, lighting, and home décor marketplace — without any API keys or authentication. Extract rich product data including title, brand, price, seller, photos, dimensions, materials, condition, design style, and era.

What is Chairish?

Chairish is a leading online marketplace for pre-owned and vintage home décor, furniture, art, rugs, and lighting. It features millions of pieces from professional dealers and individual sellers, with a focus on designer, vintage, and antique items.

Features

  • Search by keyword — find any vintage item by name, style, or description keyword
  • Browse by category — Furniture, Lighting, Rugs, Art, Mirrors, Decor, Outdoor, Textiles, Jewelry, Fashion, Collectibles
  • Filter by design style — Mid-Century Modern, Art Deco, Industrial, Bohemian, Victorian, etc.
  • Filter by condition — New/Never Used, Like New, Excellent, Very Good, Good, Fair
  • Price range filtering — set min/max price in USD
  • Fetch by slug — retrieve specific listings by product ID or full URL
  • Seller info — name and profile link
  • Dimensions — width, height, depth in inches
  • Materials — extracted from structured product data

Input

ParameterTypeDescription
modeSelectsearchProducts or getBySlug (required)
queryStringKeyword search (e.g. "mid century chair", "art deco lamp")
categorySelectFilter by product category
styleSelectFilter by design style (Mid-Century Modern, Art Deco, etc.)
conditionSelectFilter by item condition
minPriceIntegerMinimum price in USD
maxPriceIntegerMaximum price in USD
slugsArrayProduct slugs or full URLs for getBySlug mode
maxItemsIntegerMaximum records to return (default 100)

Output

Each record contains:

{
"id": "484040",
"slug": "484040/1980s-jean-negulusco-abstract-work-on-paper-signed",
"title": "1980s Jean Negulusco Abstract Work on Paper, Signed",
"description": "Striking graphic original work by Jean Negulesco (1900-1993).",
"brand": "Jean Negulesco",
"category": "Paintings",
"condition": "Good",
"price": 1450.00,
"currency": "USD",
"isAvailable": true,
"sellerName": "SURPLUS",
"sellerUrl": "https://www.chairish.com/shop/...",
"color": "Black",
"materials": ["Paper", "Wood"],
"styles": ["Abstract", "Abstract Expressionism"],
"era": "1980s",
"dimensions": {
"widthInches": 31.75,
"heightInches": 43.75,
"depthInches": 1.0
},
"photos": [
"https://chairish-prod.freetls.fastly.net/image/product/sized/..."
],
"productUrl": "https://www.chairish.com/product/484040/...",
"sourceUrl": "https://www.chairish.com/product/484040/...",
"recordType": "vintageItem",
"scrapedAt": "2026-05-30T12:00:00+00:00"
}

Use Cases

  • Interior design research — find vintage pieces matching specific styles, eras, and materials
  • Market research — analyze pricing trends for antique and vintage categories
  • Seller monitoring — track inventory from specific Chairish dealers
  • Investment analysis — monitor resale values for collectibles and antiques
  • Trend analysis — identify popular design styles and emerging categories

FAQ

Does this require an API key? No. Chairish product pages expose structured data (schema.org JSON-LD) that is publicly accessible. No authentication required.

How does the search work? The scraper uses Chairish's public product sitemaps to discover listings, then fetches each product page to extract structured JSON-LD data. This ensures reliable data extraction without relying on private APIs.

What categories does Chairish have? Furniture, Lighting, Rugs, Art, Mirrors, Decor, Outdoor & Garden, Textiles, Jewelry, Fashion, and Collectibles.

What design styles can I filter by? Mid-Century Modern, Art Deco, Industrial, Bohemian, Traditional, Modern, Transitional, Victorian, Regency, French Country, Coastal, Rustic, Scandinavian, Hollywood Regency, and Chinoiserie.

How many items can I scrape? Up to 10,000 items per run. Set maxItems to control the limit.

Are sold items included? The isAvailable field indicates availability. Set condition filters to narrow results.

Data Source

Data is sourced from Chairish's public product pages at www.chairish.com via their XML sitemaps and schema.org structured data (JSON-LD). No authentication, cookies, or proxies are required.