GET extreme-ip-lookup.com HTTP 200465 ms11.5 KB$0.000123 captured Aug 10, 2026
extreme-ip-lookup.com, as data
One API turns any extreme-ip-lookup.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 465 ms
- Page size
- 11.5 KB of markdown, 249 lines
- Fields
- Business Name, Address, Phone, Category and 1 more
- Captured
- Aug 10, 2026
Free balance on signup, no card. This extreme-ip-lookup.com page cost $0.000123 to fetch.
Very simple. Get all geolocation information about an IP address in JSON, JSONP and CSV format through our API.You need an API key to make requests.Sign-up for a Package to get your API Key.</span>We block IPs and websites going over the limits, get the Pro/Ultra Package **if your requests are important**!#### What sets us apart from the other IP location lookup API services?We return back the IP Type which can be 'Business', 'Education' or 'Residential'. As well as the full resolved IP Name. If the IP is a business or education we also return the Business/Edu Name and Business/Edu Website when available.#### Use it for:* Serve different content to different geo regions* Show regional languages and currencies* Personalize with extra local info, eg. 'Available in Los Angeles'* Add Geolocation data to Matomo and other analytics software* Extend traffic and server logs with Geolocation data* Use our IP API in Google Optimize, Optimizely, VWO and many others* Show extra or different content to Business Visitors* **Auto-fill or add assists to contact forms with:* **Add hidden input fields with company details to:* Extend traffic and server logs* Analyze server logs, filter out just the companies using your website or service* Email yourself when a Business is visiting your website* Add Business visitor data to Google Analytics and other analytics software* Extend traffic and server logs with Business data* How to Exclude and Block ISP and Bots in Google Analytics* How to get Service Provider back in Google Analytics 4* How to get Business Leads Reported in Google Analytics 4Want assistance implementing this? Send us an [email](<mailto:info@extreme-ip-lookup.com?subject=Implementation Question>).#### JSON URL:`extreme-ip-lookup.com/json/?key=demo`Returns JSON data about the IP of the client.Replace key=**demo** with your API key: Get your API key..scrollIntoView({behavior: 'smooth'})>) What Spider does on extreme-ip-lookup.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.
465 ms · $0.000123Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Whole site
Follows extreme-ip-lookup.com's own links, respects robots, streams pages as they land.
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://extreme-ip-lookup.com/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://extreme-ip-lookup.com/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://extreme-ip-lookup.com/", {
return_format: "markdown",
});
console.log(page.content); What extreme-ip-lookup.com costs
Multiplied from the measured 11.5 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 extreme-ip-lookup.com.
The capture above took 465 ms and cost $0.000123. The same call takes any URL on extreme-ip-lookup.com.