API Docs

Core endpoints and parameters for integrating keyword workflows.

MethodPathDescription
GET/api/keywordsFetches keyword suggestions and metrics from live open sources.
POST/api/keywordsSame as GET, but accepts JSON payload.
GET/api/listsReturns saved keyword lists for the local guest account.
POST/api/listsCreates a saved keyword list.

Keyword Endpoint Parameters

  • seed: keyword seed string (required)
  • platform: one of GOOGLE, YOUTUBE, BING, AMAZON, EBAY, PLAY_STORE, APP_STORE, INSTAGRAM, TWITTER, PINTEREST
  • language: locale code (default: en)
  • country: ISO country code (default: US)
  • limit: number of suggestions, 10-250 (default: 120)