GET 37signals.com HTTP 200903 ms4.7 KB$0.000014 captured Aug 7, 2026
37signals.com, as data
One API turns any 37signals.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 903 ms
- Page size
- 4.7 KB of markdown, 97 lines
- Fields
- Business Name, Address, Phone, Category and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This 37signals.com page cost $0.000014 to fetch.
The tax rate and rules are determined by each jurisdiction and sometimes vary by whether you are using our products for business/commercial or personal purposes. As regulations change, we will update this list.Jurisdictions we collect and remit taxes for:## Within the USWe collect sales tax from Basecamp, Highrise, Campfire, and Backpack customers based in:* Alaska (only certain jurisdictions charge sales tax)HEY is not subject to sales tax in the US because of the [Internet Tax Freedom Act (ITFA)](<https://uscode.house.gov/view.xhtml?req=(title:47 section:151 edition:prelim)>). Email service falls under the definition of “Internet access” under the ITFA.Each US state has their own sales tax exemption rules. If your organization is tax-exempt, please share your state-specific tax exemption documentation with us. Because not all US federal exemptions are recognized by each state, an IRS tax exemption letter is not enough.## Within the EUWe collect VAT on any direct-to-consumer sales to EU-based customers. Most of our applications are business products but HEY is a consumer product. If you are a HEY customer with a VAT identification number, let us know and we will apply a reverse charge for VAT to your invoice.## Within the UKWe collect VAT on any direct-to-consumer sales to UK-based customers. Most of our applications are business products but HEY is a consumer product. If you are a HEY customer with a VAT identification number, let us know and we will apply a reverse charge for VAT to your invoice.## Within CanadaWe collect GST/HST (and PST where applicable) on sales to Canadian customers based in:## Updating your billing address What Spider does on 37signals.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.
903 ms · $0.000014Page 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://37signals.com/policies/taxes/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://37signals.com/policies/taxes/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://37signals.com/policies/taxes/", {
return_format: "markdown",
});
console.log(page.content); What 37signals.com costs
Multiplied from the measured 4.7 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 37signals.com.
The capture above took 903 ms and cost $0.000014. The same call takes any URL on 37signals.com.