BigDataCloud Pty Ltd’s cover photo
BigDataCloud Pty Ltd

BigDataCloud Pty Ltd

Software Development

Adelaide, SA 195 followers

The most accurate location intelligence APIs. Proven daily.

About us

BigDataCloud is a small, independent software company in Adelaide, South Australia. We build location intelligence APIs in four packages: IP Geolocation, Reverse Geocoding, Phone & Email, and Network Engineering. Most IP geolocation products give you a pin and an error circle. We publish the service area of the network that actually delivers the address. Every day we publish a public accuracy report, benchmarked against GPS ground truth. Our geolocation method is patented.

Website
https://www.bigdatacloud.com/
Industry
Software Development
Company size
2-10 employees
Headquarters
Adelaide, SA
Type
Privately Held
Founded
2018
Specialties
IP geolocation API, Reverse Geocoding API, Client Info API, Time Zone API, AS Info API, Network API, Phone Number API, Email Validation API, and Proxy and VPN Detection API

Locations

Employees at BigDataCloud Pty Ltd

Updates

  • Need locality in the browser — even when the user denies GPS? One free, keyless BigDataCloud endpoint: reverse-geocode when they consent; seamless IP geolocation fallback when they don’t. Same JSON either way. Privacy-friendly: no sign-up, no key in the client, and the lookup isn’t tied to an identifiable individual. Client-side only (fair use). Start here: https://lnkd.in/gxnkKKjG

  • Building agent or automation workflows in n8n? We published two short how-tos with importable workflow JSON (HTTP Request — no official n8n node yet): • IP geolocation — country, city, network context, and a confidence area: where else a shared or dynamic address may appear. That is not the same thing as a pin plus an error circle. • Reverse geocoding — latitude/longitude to country, city, and locality. Free API key. Header auth with x-bdc-key. Import, set the key, run the sample. IP geolocation: https://lnkd.in/ee-pXcgD Reverse geocoding: https://lnkd.in/eAg7zkQC

  • Most IP geolocation products give you a pin and an error circle. We publish the service area of the network that actually delivers the address. Those are not the same thing. MaxMind’s accuracy radius is an error bar around a guessed point. IPinfo’s radius is that same kind of error bar. A confidence area is where else this address may appear on a shared or dynamic network — not how far a guess might be wrong. https://lnkd.in/ehsHRjQg

  • iOS reverse geocoding is usually treated as a map feature. But for many apps, the real need is reusable location context: city, region, country, timezone and locality. Apple and Google are excellent map platforms, but they are not always the best fit when location context becomes part of your product data, analytics or AI workflow. We published a practical guide for iOS developers covering: - BigDataCloud’s Swift SDK - free client-side reverse geocoding - automatic IP geolocation fallback when users deny location permission - storage-friendly location context - boundary-focused results rather than street-address or POI data - when Apple or Google are still the right choice Read it here: https://lnkd.in/ghGvcks5

  • How do you prove where an IP address is? There are dozens of IP geolocation providers. Most describe their technology in vague terms — "multiple data sources", "proprietary algorithms", "industry-leading accuracy." Very few explain how they actually determine location or publish evidence you can verify independently. Two companies stand out as exceptions. Both have made their methodology public. Both have invested seriously in solving the problem from first principles. And they've arrived at fundamentally different answers. IPinfo built a global network of over 1,300 probe servers that actively measure the internet. They send pings and traceroutes to IP addresses and analyse the response patterns to infer location. At BigDataCloud, we took a different path. When a real user grants location permission in a browser or mobile app, we observe their GPS coordinates alongside the IP address they're using at that moment. No inference. Direct observation. Both are serious, well-engineered approaches. And both have different strengths and different blind spots — because they're answering different questions about the same problem. We wrote a detailed technical breakdown of what each methodology can determine, where each runs into limits, and why the distinction matters for the decisions you're making with location data. https://lnkd.in/gYv8FxFh

  • 🚀 Big update from BigDataCloud We've been quietly building through early 2026, and today we're sharing what's shipped. Official SDKs for every major language We now have production-ready SDKs for Node.js, TypeScript, Python, PHP, .NET, Java, Go, Ruby and Rust — each with strongly-typed models, working code samples, and full coverage of all four API packages: • IP Geolocation • Reverse Geocoding • Phone & Email Verification • Network Engineering Pick your language, install in one line, make your first API call in under 5 minutes. Free client-side libraries For browser and mobile developers, we've built no-key-required libraries for React, Vue, React Native, Swift (iOS/macOS), Kotlin (Android) and Flutter. GPS-first with automatic IP fallback — drop in and go. MCP Server for AI assistants BigDataCloud is now available as an MCP server for Claude, Cursor and other AI tools: npx -y @bigdatacloudapi/mcp-server Redesigned website The developer docs have been completely rebuilt with a clearer flow, SDK filter bar, and much better mobile experience. All of this on top of our core platform — patented IP geolocation technology, daily accuracy benchmarks, 99.999% uptime, and a generous free tier on every package. 👉 Browse the SDKs: bigdatacloud.com/docs/sdks #API #SDK #IPGeolocation #Developer #OpenSource #Node #Python #dotnet #Go #Rust

  • 🚀 We just open-sourced a React hook for free reverse geocoding. The problem: Adding location awareness to a React app typically means signing up for a geocoding service, managing API keys, handling GPS/IP fallback logic, and normalising different response formats. The solution: One hook. import { useLocation } from '@bigdatacloudapi/react-reverse-geocode-client'; const { data } = useLocation(); // data.city, data.countryName, data.postcode — done. What makes it different: • No API key needed — works out of the box • GPS with automatic IP geolocation fallback • Identical response format regardless of detection method • 100+ language support for locality names • Full TypeScript types • SSR/Next.js compatible Powered by BigDataCloud's patented IP geolocation technology, benchmarked daily against competitors in our public accuracy report. 📦 npm install @bigdatacloudapi/react-reverse-geocode-client 💻 https://lnkd.in/grfUrSdw 📖 https://lnkd.in/gfTGveib #react #javascript #webdev #geolocation #opensource #typescript #developer

  • Stop exposing API credentials in your client-side code. If we inspected the Network tab of your frontend application right now, would we find an API key? Even with HTTP referrer restrictions, exposing credentials in the browser expands your attack surface and creates brittle dependencies across your deployment environments. We have published a new technical guide on moving to a Keyless Architecture for client-side reverse geocoding. This approach solves three architectural challenges at once: - Security: Zero attack surface (no keys to steal). - Simplicity: Unified fallback logic (GPS to IP) with a single JSON schema. - Privacy: Decouples user IP from application identity to prevent metadata leakage. Read the full implementation guide on our engineering blog here: https://lnkd.in/gjXxxcY5 #DevOps #CyberSecurity #WebDevelopment #Frontend #Privacy #BigDataCloud #ReverseGeocoding

Similar pages