GET web.com HTTP 200974 ms5.5 KB$0.000042 captured Aug 7, 2026
web.com, as data
One API turns any web.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 974 ms
- Page size
- 5.5 KB of markdown, 59 lines
- Fields
- Business Name, Address, Phone, Category and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This web.com page cost $0.000042 to fetch.
If your time and other resources are limited, it's better to have one regularly updated account than several half-abandoned pages on different social media. Considering the product range of your store is important to make the right choice: some products can be marketed more efficiently on Instagram, some on Facebook, etc.## Closing Your Store for MaintenanceIn case you don't want to display your storefront – for example, your website is at a pre-launch stage or is currently under construction – you can always temporarily close your storefront for visitors on the Store Profile.## CurrencyYour store supports many currencies.To set or change currency:1. In**Settings → General**, Regional Settings tab;2. Choose your store currency in the**Currency**drop-down menu;3. Choose the**display format**for the prices in this currency(it will not affect input fields for prices in your store admin):1. Choose if the currency symbol should be displayed before (**prefix**) or after the price (**suffix**).2. Enable or disable the**Hide trailing zeros in fractional part**option for prices in your store.## Units of Weight & DimensionsTo set default weight and size units in your Online Store:1. Go to the**Settings → General**, Regional Settings tab;2. Choose the desired unit in the**Weight unit**drop-down menu;3. Choose the desired unit in the**Dimensions unit**drop-down menu;4. Choose the**display format**for the weight and dimension units (it will not affect input fields for them in your Editor admin):5. Enable or disable the**Hide trailing zeros in fractional part**option for weights and sizes in your store;## Date & TimeSet zone, time display format, and date display format for your store. These settings will be used in the data export and email notifications – thus helping you and your customers keep track of the events better.To set a date and time in your online Editor store: What Spider does on web.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.
974 ms · $0.000042Page 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://websitebuildersupport.web.com/article/1375-general-store-settings", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://websitebuildersupport.web.com/article/1375-general-store-settings", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://websitebuildersupport.web.com/article/1375-general-store-settings", {
return_format: "markdown",
});
console.log(page.content); What web.com costs
Multiplied from the measured 5.5 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 web.com.
The capture above took 974 ms and cost $0.000042. The same call takes any URL on web.com.