Greip API
GA
Greip API
/BulkLookup

/BulkLookup

BulkLookup endpoint: Returns the geolocation data of multiple IP Addresses.

liveunknown~3s typical
greip
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-greip-io /BulkLookup for me.

Input

FieldTypeDescription
key*stringYour API Key. Each user has a unique API Key that can be used to access the API functions. If you don't have an account yet, please create new account first. default null
ips*stringThe IP Addresses you want to lookup. It's a CSV (Comma Separated Values) default null
paramsstringThe modules you want to use of the request. It's a CSV (Comma Separated Values) default null
langstringUsed to inform the API to retrieve the response in your native language. default null
formatstringSets the format of the API response. JSON is the default format. default null

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"oa-greip-io","endpoint":"/BulkLookup","input":{"key":"...","ips":"...","params":"...","lang":"...","format":"..."}}'
cli
npx cracked-ai run -p oa-greip-io -e /BulkLookup -i '{"key":"...","ips":"...","params":"...","lang":"...","format":"..."}'
mcp
run_tool({ provider: "oa-greip-io", endpoint: "/BulkLookup", input: {"key":"...","ips":"...","params":"...","lang":"...","format":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.