Skip to main content
AI Studio  add-on for Spider.
freeipapi.com · HTTP 200

Freeipapi Scraper

Spider read freeipapi.com in 691 ms without a browser and returned 356 lines of clean markdown, including sections like "IP Geolocation", "Countries API" and "Phone Codes".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response freeipapi.com/index.md markdown · 356 lines
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,
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on freeipapi.com.

freeipapi-com-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://freeipapi.com");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

Business NameAddressPhoneCategoryRatingWebsite

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What freeipapi.com costs to scrape.

The capture above cost $0.00025 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://freeipapi.com/", "return_format": "markdown"}'

More Directories scrapers.

Start scraping freeipapi.com.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.