GET 1stdibs.com HTTP 2008.8 s3.6 KB$0.000117 captured Aug 7, 2026
1stdibs.com, as data
One API turns any 1stdibs.com page into markdown, structured JSON, its link graph or a screenshot, and crawls the whole site the same way. The panel shows the real response we captured.
- Render mode
- Plain HTTP, no browser needed
- Response
- HTTP 200 in 8.8 s
- Page size
- 3.6 KB of markdown, 29 lines
- Fields
- Item title, Price, Dealer name, Period and 4 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This 1stdibs.com page cost $0.000117 to fetch.
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. What Spider does on 1stdibs.com
Same key, five endpoints. The numbers under a cell were measured on this page.
Page to markdown
Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.
8.8 s · $0.000117Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Rendered capture
Real Chromium, full-page PNG. The same call also returns the rendered HTML.
The call behind the panel
This request produced the response above. Paste it with your key and you get the same bytes.
curl -X POST https://api.spider.cloud/scrape \
-H "Authorization: Bearer $SPIDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://www.1stdibs.com/info/trade/net-pricing/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://www.1stdibs.com/info/trade/net-pricing/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://www.1stdibs.com/info/trade/net-pricing/", {
return_format: "markdown",
});
console.log(page.content); What 1stdibs.com costs
Multiplied from the measured 3.6 KB page. Estimates round to the cent.
1 GB of transfer costs $1, plus $0.001 per CPU minute, and failed requests cost $0. Crawling daily? The Unlimited plan is a flat monthly rate.
Point this at the rest of 1stdibs.com.
The capture above took 8.8 s and cost $0.000117. The same call takes any URL on 1stdibs.com.