GET ifconfig.co HTTP 200137 ms2.0 KB$0.000044 captured Aug 7, 2026
ifconfig.co, as data
One API turns any ifconfig.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 137 ms
- Page size
- 2.0 KB of markdown, 61 lines
- Fields
- Title, Content, Date, Source and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This ifconfig.co page cost $0.000044 to fetch.
# ifconfig.co — What is my IP address?The best tool to find your own IP address, and information aboutThis site is graciously hosted by Leafcloud – The Truly Sustainable Cloud## What do we know about this IP address?(Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36This information is provided from the GeoLite2 database created by## Map## How do I get this programmatically?With the widget below you can build your query, and see what the## FAQ### How do I force IPv4 or IPv6 lookup?As of 2018-07-25 it's no longer possible to force protocol using*v4* and *v6* subdomains. IPv4 or IPv6 still can beforced by passing the appropiate flag to your client, e.g### Can I force getting JSON?Setting the `Accept: application/json` header works### Is automated use of this service permitted?Yes, as long as the rate limit is respected. The rate limit isin place to ensure a fair service for all.*Please limit automated requests to 1 request per minute*. No guarantee is made for requests that exceed this limit.They may be rate-limited, with a 429 status code, or dropped### Can I run my own service?Yes, the source code and documentation is available on What Spider does on ifconfig.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.
137 ms · $0.000044Page 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://ifconfig.co/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://ifconfig.co/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://ifconfig.co/", {
return_format: "markdown",
});
console.log(page.content); What ifconfig.co costs
Multiplied from the measured 2.0 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 ifconfig.co.
The capture above took 137 ms and cost $0.000044. The same call takes any URL on ifconfig.co.