GET square.com HTTP 200140 ms46.5 KB$0.00304 captured Aug 7, 2026
square.com, as data
One API turns any square.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 140 ms
- Page size
- 46.5 KB of markdown, 793 lines
- Fields
- Footer, Main Content, Nav
- Captured
- Aug 7, 2026
Free balance on signup, no card. This square.com page cost $0.00304 to fetch.
Kiosk](https://square.com/us/en/hardware/kiosk)Reader for contactless and chip](https://square.com/us/en/hardware/contactless-chip-reader)Reader for magstripe](https://square.com/us/en/hardware/reader)Accessories](https://square.com/shop/hardware/v2/us/en/products/accessories)Kits](https://square.com/shop/hardware/us/en/pos-kits)All hardware](https://square.com/us/en/hardware)# Local legend or global icon. Make it big on your block.## Whatever your flavor of business, build and grow on your terms.Hardware ## Smooth checkout, every timeChoose from a range of sleek options for however you do business. All equally easy to use.New! Square Register (2nd generation)Your side runs the business. Their side checks out fast.The intuitive, swiveling iPad POSSquare Reader for contactless and chipThe portable reader for every tap and dipPoint of sale ## See your whole business click into placeSell anything in person and online with a point of sale platform that works for whatever you sell.Run payroll, schedule shifts, and take care of admin — so your team can focus on performing their best.Set up the right marketing campaigns and loyalty program to welcome new customers and keep them coming back for more.Bring your revenue under one roof. Instantly access your funds, save for future expenses, and get quicker access to loans.Square partners with hundreds of apps so you can manage your entire business without jumping between.BUILT FOR EVERY INDUSTRY ## Keep your business growingfood and beverage sellers using Square globallygenerated by retailers using Square annuallyappointments booked through Square every monthpaid with invoices globallySquare AI ## Make smart decisions, fastAsk Square AI anything about your business to get immediate insights.Pricing ## Run your entire business with one planNo hidden fees or locked-in contracts. Cancel or switch plans anytime.Try free for {{sub2_api.num_free_trial_days}} days What Spider does on square.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.
140 ms · $0.00304Page 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://square.com/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://square.com/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://square.com/", {
return_format: "markdown",
});
console.log(page.content); What square.com costs
Multiplied from the measured 46.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 square.com.
The capture above took 140 ms and cost $0.00304. The same call takes any URL on square.com.