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

Web Scraper

Spider read web.com in 974 ms without a browser and returned 59 lines of clean markdown, including sections like "Closing Your Store for Maintenance", "Currency" and "Units of Weight & Dimensions".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response websitebuildersupport.web.com/article/1375-general-store-settings.md markdown · 59 lines
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:
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 web.com.

web-com-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://web.com");

// 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.

Business NameAddressPhoneCategoryRatingWebsite

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 web.com costs to scrape.

The capture above cost $0.000042 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://websitebuildersupport.web.com/article/1375-general-store-settings", "return_format": "markdown"}'

More Directories scrapers.

Start scraping web.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.