GET ipapi.is HTTP 200147 ms17.4 KB$0.000128 captured Aug 7, 2026
ipapi.is, as data
One API turns any ipapi.is 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 147 ms
- Page size
- 17.4 KB of markdown, 417 lines
- Fields
- Title, Content, Date, Source and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This ipapi.is page cost $0.000128 to fetch.
# A reliable IP address API built by developers for developersThe API is hosted in the following geographical locations:With the above server coverage, the average end-user latency is significantly decreased. Each APIserver can handle 1,000 requests per second.api.ipapi.is uses the following cloud services from Microsoft Azure to reduce latency for API lookups:* Azure Cloud DNS for handling DNS lookups* Azure Traffic Manager to route API requests to the geographically closest serverInitially, ipapi.is was developed to provide accurate and reliable IP address data as afoundation for more complex IT security products. During development, we realized that many otherorganizations also need such basic (but accurate) IP data.ipapi.is is technically a simple service that does not deal with live end-user trafficand its complex consequences.However, our biggest challenge with ipapi.is is to provide basic IP address data in themost reliable, accurate, and updated manner possible. By providing this reliable data, your more complexIT security solutions and decisions will stand on a robust foundation.What are the use cases of the API?IP address data can be used in many different ways:* Geolocation: Determining the geographic location of a device connected to the Internet.* IP reputation: Identifying whether an IP address has been associated with spam or malicious* Network troubleshooting: Identifying connectivity issues and diagnosing network problems.* IT security: Tracking the source of cyberattacks and implementing security measures to prevent them.* Targeted advertising: Using IP address data to target advertisements to specific regions or traffictypes (e.g., locating only US visitors and excluding `hosting` traffic).* Personalization: Customizing website content based on the visitor's geographic location.* Analytics: Analyzing website traffic and visitor behavior based on their IP address. What Spider does on ipapi.is
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.
147 ms · $0.000128Page 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://ipapi.is/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://ipapi.is/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://ipapi.is/", {
return_format: "markdown",
});
console.log(page.content); What ipapi.is costs
Multiplied from the measured 17.4 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 ipapi.is.
The capture above took 147 ms and cost $0.000128. The same call takes any URL on ipapi.is.