GET bloomingdales.com HTTP 2003.5 s7.4 KB$0.000079 captured Aug 7, 2026
bloomingdales.com, as data
One API turns any bloomingdales.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 3.5 s
- Page size
- 7.4 KB of markdown, 90 lines
- Fields
- Business Name, Address, Phone, Category and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This bloomingdales.com page cost $0.000079 to fetch.
##### The following changes or updates CAN be made to an order if you are within the above timeframes:1. Shipping information such as name, address, or phone number.To request changes to your order, you must contact Customer Service at 1-800-777-0000, or chat with us by using the chat link at the bottom of the page. Click here for our business hours.**Note:** Your method of payment may need to be re-authorized if changes are made to your order, so please have it available.##### ** **The following changes or updates CANNOT be made to an order:1. Billing information such as name, address, or phone number.If you need to change this information, you would need to cancel the order and place a new order with the correct information.Frequently Asked Questions:**If you're signed in using your Bloomingdale's account:**1. Select the "**Order Details"** link of the order you wish to cancel2. Select the "**Cancel Order"** link.3. Once the cancel confirmation appears, select "**Yes**" to confirm that you are canceling the order.You'll receive an email confirmation that your order has been canceled.**Note:** If your order is not showing an option to cancel this indicates your order is already in processing and can no longer be canceled.* Visit Bloomingdale's Purchase History to lookup your order, then follow the above steps.What can I do if it will not let me cancel my order?If you’re unable to cancel your order, you can:* Contact Customer Service at 1-800-777-0000 **after** you receive your shipping confirmation email and ask if your order can be returned to sender. We will do our best to have the package returned. Click here for our business hours.If we are not able to have your order returned, you can:* Refuse the package at the time of delivery. Let the carrier know you would like to have your order returned to sender. We will process a refund within 10 days of receipt. What Spider does on bloomingdales.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.
3.5 s · $0.000079Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Whole site
Follows bloomingdales.com's own links, respects robots, streams pages as they land.
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.bloomingdales.com/customer-service/articles/how-can-i-change-or-cancel-my-order-after-it-has-been-submitted", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://www.bloomingdales.com/customer-service/articles/how-can-i-change-or-cancel-my-order-after-it-has-been-submitted", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://www.bloomingdales.com/customer-service/articles/how-can-i-change-or-cancel-my-order-after-it-has-been-submitted", {
return_format: "markdown",
});
console.log(page.content); What bloomingdales.com costs
Multiplied from the measured 7.4 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 bloomingdales.com.
The capture above took 3.5 s and cost $0.000079. The same call takes any URL on bloomingdales.com.