GET huntress.io HTTP 2001.5 s6.1 KB$0.000057 captured Aug 7, 2026
huntress.io, as data
One API turns any huntress.io 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 1.5 s
- Page size
- 6.1 KB of markdown, 72 lines
- Fields
- Business Name, Address, Phone, Category and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This huntress.io page cost $0.000057 to fetch.
* Huntress Email Integration* Incident Notifications - SMS / MMS Texts (Alternate Method)**Team: **Huntress Managed Endpoint Detection and Response (EDR)**Environment: **Platform, Notifications**Summary: **Instructions for Account Admin and Security Engineer users to add Incident Notification Contacts within Account Settings.Incident contacts in Huntress are your emergency call tree. When a critical incident occurs, this list tells our Security Operations Center (SOC) who to call or text so the right people in your organization are notified quickly, even overnight or on weekends.Follow the steps below to configure who should receive phone calls and/or SMS alerts when a Critical Incident is reported by the Huntress SOC. International phone numbers are supported; see the list of supported countries below.All Huntress alert calls and texts come from **+1-667-771-4770**. We recommend adding this number to your contacts so it is not blocked by your carrier and is easy to recognize during an incident.Note: Huntress will never include clickable links in automated SMS notifications.### **⚠️ IMPORTANT ⚠️**If our automated incident notification call is timing out or disconnecting before it reaches a live agent, it is likely due to an IVR (Interactive Voice Response) or a lengthy welcome message.#### **If your phone system uses an IVR, update your routing settings:*** Configure your call routing logic to prioritize and bypass the IVR for the Huntress outgoing number.* The number to prioritize is **+1-667-771-4770**.* Because our system cannot extend the call duration or navigate IVRs, routing this number directly to a live agent or ring group is required for successful connection.## Setting up Critical Incident Outreach Contacts1. Login to the Huntress Dashboard.2. Hover over the Huntress options menu in the upper-right corner of the dashboard and select the "Settings" option from the list. What Spider does on huntress.io
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.
1.5 s · $0.000057Page 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://support.huntress.io/hc/en-us/articles/19569313742099-Incident-Notifications-SMS-Texts-Calls", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://support.huntress.io/hc/en-us/articles/19569313742099-Incident-Notifications-SMS-Texts-Calls", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://support.huntress.io/hc/en-us/articles/19569313742099-Incident-Notifications-SMS-Texts-Calls", {
return_format: "markdown",
});
console.log(page.content); What huntress.io costs
Multiplied from the measured 6.1 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 huntress.io.
The capture above took 1.5 s and cost $0.000057. The same call takes any URL on huntress.io.