GET ip-api.com HTTP 200687 ms1.9 KB$0.000031 captured Aug 7, 2026
ip-api.com, as data
One API turns any ip-api.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 687 ms
- Page size
- 1.9 KB of markdown, 52 lines
- Fields
- Business Name, Address, Phone, Category and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This ip-api.com page cost $0.000031 to fetch.
## API DemoSearch any IP address/domain"continentCode": continentCode,##### How often do you update your database?We update our database as soon as we have new information about an IP block. For each API request, you will always have the most accurate location data, without having to worry about updating a local database.##### Are you still going to be here next year? Can I use your API in production?IP-API has been running since 2012 and we are now providing one of the most popular and reliable IP Geolocation API.##### Do I need an API key for the free endpoint?We will never require an API key or registration and the API schema will not change.##### How many requests can I do?Our endpoints are limited to 45 HTTP requests per minute from an IP address. If you go over this limit your requests will be throttled (`HTTP 429`) until your rate limit window is reset.If you need unlimited queries, please see our pro service.##### What is the average response time of the API?With dedicated servers in US, EU and APAC, a network based on Anycast technology, and highly optimized software we achieve real response times of under 50 milliseconds in most parts of the world.##### Can I use your API on my commercial website?We do not allow commercial use of the free endpoint. Please see our pro service for SSL access, unlimited queries, usage statistics and commercial support. What Spider does on ip-api.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.
687 ms · $0.000031Page 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://ip-api.com/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://ip-api.com/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://ip-api.com/", {
return_format: "markdown",
});
console.log(page.content); What ip-api.com costs
Multiplied from the measured 1.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 ip-api.com.
The capture above took 687 ms and cost $0.000031. The same call takes any URL on ip-api.com.