Skip to content

Get up and running in under five minutes.

1. Get your API key

Sign up at freshgeo.com and grab your key from the dashboard.

export FRESHGEO_API_KEY="fg_live_..."

2. First request

curl https://api.freshgeo.com/v1/product-price \
  -H "Authorization: Bearer $FRESHGEO_API_KEY" \
  -d '{"url":"https://shop.com/item-42"}'

Base URL

https://api.freshgeo.com/v1/

SDKs

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