GET ipapi.co HTTP 200120 ms12.3 KB$0.000173 captured Aug 7, 2026
ipapi.co, as data
One API turns any ipapi.co 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 120 ms
- Page size
- 12.3 KB of markdown, 404 lines
- Fields
- Title, Content, Date, Source
- Captured
- Aug 7, 2026
Free balance on signup, no card. This ipapi.co page cost $0.000173 to fetch.
Suitable for testing / developmentIP queries stored in logs (your data is still safe)### FAQAn IP Lookup is defined as finding the geographical location (or related information like currency, timezone etc.) of an IP address. The lookup can be done either with our API or website. For example, with a plan of 60,000 IP Lookups / month, you can find the location of 60,000 IP addresses in a month. Each conversion of IP address to location is counted as a lookup (repeat queries of the same IP address counts as a separate lookup).What types of IP address location plans do you offer ?We offer subscription plans with monthly & annual billing options. You can choose a plan based on your expectedmonthly IP address lookup requirement. This IP lookup limit can be changed by upgrading or downgrading your plan.You'll receive an API key along with usage instructions when you sign-up for a paid plan.You can change your plan anytime from the account dashboard orPlan upgrades are applied instantly. Downgrades take effect from the start of a new billing cycle.How do you authenticate requests from a paid plan ?You will receive an API authentication token and usage instructions on sign-up. The token should be included as a query stringin your API requests. It shouldn't take more than a minute to implement this tiny change when you switch from a free plan toa paid plan. If you have any concerns or need assistance with the setup, please feel free to contact us.How do I cancel my subscription ?We have a hassle free, no questions asked cancellation policy. You can cancel your subscription anytime from theaccount dashboard or by sending us a messageor e-mail (you'll receive the details on sign-up).Once your plan is cancelled, you won't be billed anymore but your plan will continue to work till the end of your billing cycle.Yes, we offer a free IP location plan for trial & evaluation of our service. What Spider does on ipapi.co
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.
120 ms · $0.000173Page 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.co/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://ipapi.co/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://ipapi.co/", {
return_format: "markdown",
});
console.log(page.content); What ipapi.co costs
Multiplied from the measured 12.3 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.co.
The capture above took 120 ms and cost $0.000173. The same call takes any URL on ipapi.co.