# 1stDibs Antiques Scraper (`parseforge/1stdibs-antiques-scraper`) Actor

Scrapes 1stDibs product listings by category or search URL. Returns each listing as a flat row with price, seller, and details.

- **URL**: https://apify.com/parseforge/1stdibs-antiques-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** E-commerce, Other
- **Stats:** 1 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $19.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

[![ParseForge](https://raw.githubusercontent.com/ParseForge/apify-assets/main/banner.jpg)](https://apify.com/parseforge?fpr=vmoqkp)

### 1stDibs Antiques Scraper

**Scrape 1stDibs listings from any category or search URL, up to a million per run.** Every item comes with its price, seller, and full details. No login or API key. Export to CSV, JSON, Excel, or XML.

1stDibs is the world's largest online marketplace for luxury antiques, vintage furniture, jewelry, and art. This Actor reads the public listing pages directly, so you can collect items by category or search query without an API key or registration. It returns each match in one fixed schema, ready for analysis or your own database.

| Who uses it | What they scrape 1stDibs for |
|---|---|
| Antique dealers | Monitor competitor pricing and inventory on 1stDibs |
| Market researchers | Track trends in luxury vintage furniture and art |
| E-commerce analysts | Build product catalogs from 1stDibs listings |
| Interior designers | Source unique pieces for client projects |

### What it does

This Actor collects 1stDibs product listings by category or search URL, and returns each one as a flat row.

- 🔍 **Search or category URL:** Start from any 1stDibs search results page or category listing.
- 📊 **Structured output:** Each listing is returned as a flat row with consistent fields.
- ⚙️ **Flexible limits:** Set the maximum number of listings to collect per run.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

### What you can do with 1stDibs data

**📈 Monitor competitor pricing.**

An antique dealer runs the Actor on a search for 'mid-century chairs' daily to track competitor prices and adjust their own listings.

**🔎 Discover trending items.**

A market researcher scrapes the 'new arrivals' category weekly to identify which styles and designers are gaining popularity.

**🗂️ Build a product catalog.**

An e-commerce analyst collects all listings in the 'jewelry' category to create a structured dataset for their own website.

**🛋️ Source unique pieces.**

An interior designer searches for 'art deco lighting' and exports the results to share with a client for a renovation project.

### Why choose this scraper

|  | What you get |
|---|---|
| **No API key** | Scrape public listing pages without registration or OAuth |
| **Fixed schema** | Every listing returns the same fields for easy processing |
| **Scalable** | Collect up to a million listings per run |

### How it compares

This Actor focuses on simple, reliable scraping of 1stDibs listings from any category or search URL, with a fixed schema and no API key required.

| Feature | ParseForge | Advanced 1stdibs Scraper | 1stDibs Luxury Antiques Scraper | 1stDibs Scraper |
|---|---|---|---|---|
| Scrape by search URL | Yes | Yes | Yes | Yes |
| Scrape by category URL | Yes | Yes | Yes | Yes |
| Seller contact info | Not listed | Yes | Not listed | Not listed |
| Search by designer or period | Not listed | Not listed | Yes | Not listed |
| Fixed schema output | Yes | Not listed | Not listed | Not listed |
| No API key required | Yes | Not listed | Not listed | Not listed |

### Configure the run

Drive the Actor from any 1stDibs category or search URL, and set a maximum number of listings to collect. The Input tab lists every parameter.

A first run with the defaults:

```json
{
  "startUrl": "https://www.1stdibs.com/search/?q=lamp",
  "maxItems": 10
}
```

A larger pull:

```json
{
  "startUrl": "https://www.1stdibs.com/search/?q=lamp",
  "maxItems": 200
}
```

### Pricing

Pay-per-result: **$0.021 per result** collected. You pay only for the results written to your dataset.

| Results collected | Approximate cost |
|---|---|
| 100 results | $2.10 |
| 1,000 results | $21.00 |
| 10,000 results | $210.00 |

New Apify accounts start with $5 in free credit.

### Free users

Free-plan runs return up to 10 results as a preview. [Upgrade your Apify plan](https://console.apify.com/sign-up?fpr=vmoqkp) to collect up to 1,000,000 results per run.

### Run it

1. [Create a free Apify account with $5 in credit](https://console.apify.com/sign-up?fpr=vmoqkp).
2. Open the [1stDibs Antiques Scraper](https://apify.com/parseforge/1stdibs-antiques-scraper?fpr=vmoqkp).
3. Set your inputs and any filters, then click **Start**.
4. Export the results as CSV, Excel, JSON, or XML from the **Dataset** tab.

Run it programmatically through the [Apify API](https://docs.apify.com/api/v2) (`run-sync-get-dataset-items`) or the [ApifyClient](https://docs.apify.com/api/client/js) for JavaScript and Python.

### Use with AI agents (MCP)

Give an AI agent live access to 1stDibs through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

```bash
claude mcp add --transport http apify "https://mcp.apify.com/?tools=parseforge/1stdibs-antiques-scraper"
```

Then prompt it in plain language to run the scraper and read back the results.

### Troubleshooting

**Why am I getting no results?**

Verify that the startUrl is a valid 1stDibs category or search page. Also check that maxItems is set to a number greater than 0.

**Why is the run slow?**

Scraping many listings takes time. Reduce maxItems or use a more specific search URL to limit the number of pages.

**Why are some fields empty?**

Not all listings have the same information. The Actor returns whatever is available on the page; missing data will be blank.

**Why did the run fail?**

Check the Actor log for errors. Common issues include invalid URLs or network problems. Try again or contact support.

**Can I scrape a single listing page?**

Yes, you can provide a direct listing URL as startUrl. The Actor will collect that listing's details.

### FAQ

| Question | Answer |
|---|---|
| Do I need a 1stDibs account or API key? | No. The Actor scrapes public listing pages directly, so no login or API key is required. |
| What types of URLs can I use? | You can use any 1stDibs category, search, or listing URL, such as https://www.1stdibs.com/search/?q=lamp. |
| How many listings can I collect? | You can set the maximum number of listings per run, up to 1,000,000. |
| What data does each listing include? | Each listing includes fields like title, price, seller, description, and images, depending on what is available on the page. |
| Can I export the data? | Yes, you can export the results to CSV, JSON, Excel, or XML. |
| Is this Actor legal? | You should review 1stDibs' terms of service and comply with all applicable laws and regulations when scraping. |
| How often can I run this Actor? | You can schedule runs as often as you need, subject to Apify platform limits. |
| Can I filter results by price or category? | The Actor collects all listings from the URL you provide. To filter, use 1stDibs' own search parameters in the URL. |
| What if I get no results? | Check that the URL is correct and that the page has listings. Also ensure your maxItems is set high enough. |
| Does this Actor handle pagination? | Yes, it automatically follows pagination to collect up to the maximum number of listings you set. |

### Related actors

Browse the full [ParseForge collection](https://apify.com/parseforge?fpr=vmoqkp) for more scrapers.

🆘 **Need help?** Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ **Disclaimer.** This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by 1stDibs, Inc. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

# Actor input Schema

## `startUrl` (type: `string`):

Any 1stDibs category, search, or listing URL (e.g. https://www.1stdibs.com/search/?q=lamp)

## `maxItems` (type: `integer`):

How many listings to collect per run.

## Actor input object example

```json
{
  "startUrl": "https://www.1stdibs.com/search/?q=lamp",
  "maxItems": 10
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrl": "https://www.1stdibs.com/search/?q=lamp",
    "maxItems": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/1stdibs-antiques-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "startUrl": "https://www.1stdibs.com/search/?q=lamp",
    "maxItems": 10,
}

# Run the Actor and wait for it to finish
run = client.actor("parseforge/1stdibs-antiques-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrl": "https://www.1stdibs.com/search/?q=lamp",
  "maxItems": 10
}' |
apify call parseforge/1stdibs-antiques-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,parseforge/1stdibs-antiques-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/jDOUsRQS4Tfvwg5Yd/builds/GaeNSo5ezoMxvJtEy/openapi.json
