Skip to main content
AI Studio  add-on for Spider.
1stdibs.com · HTTP 200

1stDibs Scraper

Spider read 1stdibs.com in 8.8 s without a browser and returned 29 lines of clean markdown, including sections like "When Net Price is Not Shown", "Frequently Asked Questions" and "How is the net price determined?".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response 1stdibs.com/info/trade/net-pricing.md markdown · 29 lines
Simply click “Purchase” to check out at the net price.### When Net Price is Not ShownSelect ‘Request Net Price.’ The dealer will send you the net price via email and you can then click to check out at that price.## Frequently Asked Questions### How is the net price determined?Dealers choose the net price they wish to offer on each piece. 1stdibs never adds a premium or charges buyers additional fees, so the price you see is what you will be charged when you check out, along with shipping costs and taxes if applicable.### Can I negotiate to get a lower net price?Dealers want to earn your business, so they generally provide their best trade pricing up front. However, just as when you are shopping in a dealers store, you always have the option to negotiate. When viewing a piece, simply click Request More Info. From there you can either send a message to the dealer or attach an offer using the Make an Offer button.### Can I get a lower net price elsewhere?Dealers agree that the net price they list on 1stdibs is their lowest advertised net price.### What should I do if a dealer offers me a better price if I complete a transaction outside of 1stdibs?Dealers who ask you to purchase a piece you found on 1stdibs directly from them rather than on our site are violating the terms of their agreement with 1stdibs. That agreement states that when a customer contacts a dealer about a piece he or she found on 1stdibs, the dealer must complete the order on 1stdibs. As with most other marketplaces, dealers also agree to pay 1stdibs a commission on each sale to help cover the cost of running the site.
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on 1stdibs.com.

1stdibs-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://www.1stdibs.com/furniture/seating/lounge-chairs/");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

Item titlePriceDealer namePeriodOriginDimensionsMaterialsCategory

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What 1stdibs.com costs to scrape.

The capture above cost $0.000117 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://www.1stdibs.com/info/trade/net-pricing/", "return_format": "markdown"}'

More Classifieds & Marketplace scrapers.

Start scraping 1stdibs.com.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.