Skip to content

All seven APIs, one SDK per language. Built-in retry logic, rate-limit handling, and type safety.

npm install @freshgeo/sdk
pip install freshgeo
go get github.com/freshgeo/go-sdk
gem install freshgeo

Node.js example

import { FreshGeo } from '@freshgeo/sdk';
const fg = new FreshGeo({ apiKey: process.env.FRESHGEO_API_KEY });
const { price } = await fg.pricing.product({ url: 'https://shop.com/item' });