GET myip.la HTTP 200617 ms5.1 KB$0.000036 captured Aug 7, 2026
myip.la, as data
One API turns any myip.la 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 617 ms
- Page size
- 5.1 KB of markdown, 197 lines
- Fields
- Title, Content, Date, Source and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This myip.la page cost $0.000036 to fetch.
## A Simple Public IP Address And IP Geolocation APICurrent IP: 167.100.97.209 [France Ile-de-France Paris]## Why use?Do you need to get the public IP address or IP Geolocation programmatically? Do you have the requirements to obtain the servers’ public IP address? Do you need to get the location of your servers? Whatever the reason,sometimes a public IP address and IP Geolocation API are useful.You should use **MyIP.la** because:* You can initiate requests without any limit.* You can get the english or chinese location data.* Does not record the visitor information.* Lastly, **MyIP.la** is sponsored by IPIP.NET and will exist in long-term stability, please feel free to use it.## API UsageUsing **MyIP.la** is ridiculously simple. You have two options. Address location support English and Chinese.You can get your public IP directly (in plain text), you can get your"ip": "2001:19f0:7001:5607:5400:1ff:fec7:13a9",get IP Location(Chinese Simplified)Gets the information for the request.## ExamplesThis section contains some common usage patterns from a variety of programming languages.### Bashecho "My public IP address is: $ip"`### Python`# This example requires the requests library be installed. You can learn more# about the Requests library here: http://docs.python-requests.org/en/latest/print('My public IP address is: {}'.format(ip))`### Rubyip = Net::HTTP.get(URI("https://api.myip.la"))puts "My public IP Address is: " + ip`### PHP$ip = file_get_contents('https://api.myip.la');echo "My public IP address is: " . $ip;### Java`try (java.util.Scanner s = new java.util.Scanner(new java.net.URL("https://api.myip.la").openStream(), "UTF-8").useDelimiter("\\A")) { What Spider does on myip.la
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.
617 ms · $0.000036Page 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://myip.la/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://myip.la/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://myip.la/", {
return_format: "markdown",
});
console.log(page.content); What myip.la costs
Multiplied from the measured 5.1 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 myip.la.
The capture above took 617 ms and cost $0.000036. The same call takes any URL on myip.la.