GET db-ip.com HTTP 200216 ms7.9 KB$0.000081 captured Aug 7, 2026
db-ip.com, as data
One API turns any db-ip.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 216 ms
- Page size
- 7.9 KB of markdown, 239 lines
- Fields
- Business Name, Address, Phone, Category and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This db-ip.com page cost $0.000081 to fetch.
Get insights about your core market demographics through IP geolocation, and discover new hidden opportunities and emerging trends. Add location awareness to your network security stack.## Risk analysisDefend your infrastructure against cyberattacks, identify risky situations and account for originating country, proxy or Tor usage in your scoring process. Compare visitor geolocation with known customer data to detect online fraud and identity theft.### Trusted by thousands of happy customers### Why choose DB-IP#### Experience and innovationSince 2010 our passionate team works hard to provide the most comprehensive and accurate IP address database that has grown to more than 45 million IPv4 and IPv6 blocks.#### Accurate and up to dateWe aggregate data from a large number of sources and through agreements with popular ISPs. We constantly evolve our machine learning models for more accurate IP address geolocation.#### Ultra scalable global networkOur server infrastructure is highly redundant and spans over multiple continents. If you need more than our standard API plans we can build your own private API infrastructure to handle any kind of load or special needs, just contact us.### What we can offerOur geolocation data set covers the whole IPv4 and IPv6 address spaces with more than 2 million unique locations in 215,000+ cities worldwide. It is interoperable with popular third party geographic services such as the Geonames open database.Show your non-english speaking visitors the place names they are used to. We support country, state, district and city name localization in more than fifty languages including Chinese, Russian, Farsi, Spanish, French and live amount conversions for more than 50 currencies. What Spider does on db-ip.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.
216 ms · $0.000081Page 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://db-ip.com/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://db-ip.com/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://db-ip.com/", {
return_format: "markdown",
});
console.log(page.content); What db-ip.com costs
Multiplied from the measured 7.9 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 db-ip.com.
The capture above took 216 ms and cost $0.000081. The same call takes any URL on db-ip.com.