geondex

Playground

Run a call in your browser

Every endpoint, with the exact request you would send. Copy the curl, or sign in and run it against your own credits.

Choose an endpoint

POST /api/v1/volume1 / 10 keywords, min 20

How many people actually search each phrase every month — an agent can guess demand but cannot measure it. Monthly Google search volume, CPC and competition for up to 1,000 keywords (US) in one call. 1 credit per 10 distinct keywords, minimum 20 credits per call: up to 200 keywords cost 20 credits, 1,000 cost 100. Send every keyword you care about in one call rather than one at a time. Use it to decide which prompts from suggest_prompts are worth a check.

0 entries · max 1000

Up to 1,000 phrases in ONE call. Duplicates are collapsed. 1 credit per 10 distinct keywords, minimum 20 credits per call — anything up to 200 keywords costs the same 20 credits, so batch.

Sign in to run it. Copying the request needs no account.

curl -X POST https://geondex.com/api/v1/volume \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "content-type: application/json" \
  -d '{}'

Replace YOUR_API_KEY with a key from your account. Running it here uses your session instead.

Response

Send a request to see the response here.