GET onyphe.net HTTP 200171 ms4.8 KB$0.000038 captured Aug 7, 2026
onyphe.net, as data
One API turns any onyphe.net 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 171 ms
- Page size
- 4.8 KB of markdown, 29 lines
- Fields
- Business Name, Address, Phone, Category
- Captured
- Aug 7, 2026
Free balance on signup, no card. This onyphe.net page cost $0.000038 to fetch.
## Frequently asked questions.We are conducting Internet-scale network scanning to provide information for cyber defense purposes. We scan the full IPv4 address space and part of IPv6 address space just like Shodan, Censys, LeakIX or ShadowServer are doing. We are in no way targeting you specifically, you are just part of what is connected on the Internet.We are in the Attack Surface Discovery (ASD), Attack Surface Management (ASM) & Cyber Threat Intelligence (CTI) markets. Our intent is to allow our customers to have the most complete view possible on their Internet facing assets. Our purpose is to identify initial access vectors before bad guys so our customers can fix their vulnerabilities before it is too late.* ### How ethical are you at such activities?We know Internet scanning activities may not be very-well perceived. That's why we want to bring together all actors to create a set of rules, or commandments, to do such in the most ethical way possible. Find out more in our write-up Our 10 Commandments for Ethical Internet Scanning. You may also be interested by a keynote given by our CEO at CTI Summit 2022.* ### What is the list of your scanners IP addresses?Here is the complete list of our scanners network ranges:* 91.196.152.0/24, 91.231.89.0/24, 195.184.76.0/24, 91.230.168.0/24, 94.231.206.0/24, 2a14:f100::/29, 2001:41d0:33a:a00::400/124, 2001:41d0:33d:9200::400/124, 51.254.49.96/28Alternatively, you can download the list in text format:You can do so in different ways. You could send us an email at [abuse[at]onyphe{dot}io](mailto:abuse[at]onyphe{dot}io) giving us your list of network blocks to be excluded from scanning. You could also block all our probes at your network perimeter, here is the list of our scanning network ranges:* ### What kind of probing are you actually doing? What Spider does on onyphe.net
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.
171 ms · $0.000038Page 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://onyphe.net/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://onyphe.net/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://onyphe.net/", {
return_format: "markdown",
});
console.log(page.content); What onyphe.net costs
Multiplied from the measured 4.8 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 onyphe.net.
The capture above took 171 ms and cost $0.000038. The same call takes any URL on onyphe.net.