GET freeipapi.com HTTP 200691 ms8.8 KB$0.00025 captured Aug 7, 2026
freeipapi.com, as data
One API turns any freeipapi.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 691 ms
- Page size
- 8.8 KB of markdown, 356 lines
- Fields
- Business Name, Address, Phone, Category and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This freeipapi.com page cost $0.00025 to fetch.
Explore our comprehensive suite of APIs designed to provide accurate and reliable geolocation dataand related information for your applications.### IP GeolocationGet detailed geolocation information for any IPv4 or IPv6 address. Includes country, city, region,coordinates, timezone, currency, and more. Available in JSON and XML formats.### Countries APIAccess comprehensive country information including name, code, capital, and more. Query allcountries or get details for a specific country by code.### Phone CodesGet international dialing codes for countries worldwide. Retrieve all phone codes or look upspecific codes by country. Essential for international communication features.### TimezonesQuery timezone information for any location. Get timezone offset, abbreviation, and DST information.Perfect for scheduling and time conversion applications.### Distance CalculatorCalculate the distance between two IP addresses' geographic coordinates. Returns distance inkilometers and miles. Useful for location-based services and proximity calculations.### Proxy DetectionDetect if an IP address is using a proxy, VPN, or hosting service. Enhance security and preventfraud with accurate proxy detection included in geolocation responses.### Bulk IP LookupProcess multiple IP addresses in a single request (up to 50 IPs). Perfect for batch operations,analytics, and processing large datasets efficiently.### Languages APIAccess language information by country or language code. Discover which countries use specificlanguages. Essential for internationalization and localization projects.## How it works?FreeIPAPI is a free service for commercial and non-commercial uses. We're using multipleand various ways of calculations, to provide this API. Since we're running servers to provide thisservice, to prevent heavy loads on our servers we apply a limit of 60 requests per minute. However, What Spider does on freeipapi.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.
691 ms · $0.00025Page 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://freeipapi.com/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://freeipapi.com/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://freeipapi.com/", {
return_format: "markdown",
});
console.log(page.content); What freeipapi.com costs
Multiplied from the measured 8.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 freeipapi.com.
The capture above took 691 ms and cost $0.00025. The same call takes any URL on freeipapi.com.