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

37signals Scraper

Spider read 37signals.com in 903 ms without a browser and returned 97 lines of clean markdown, including sections like "Within the US", "Within the EU" and "Within the UK".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response 37signals.com/policies/taxes.md markdown · 97 lines
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
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 37signals.com.

37signals-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://37signals.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 37signals.com costs to scrape.

The capture above cost $0.000014 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://37signals.com/policies/taxes/", "return_format": "markdown"}'

More Directories scrapers.

Start scraping 37signals.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.