GET /volume-by-country

Servers

Query parameters

Name Type Required Description
limit Integer No

The number of results to return.

output String No

The output format.

Possible values:

  • "csv"
  • "json"
  • "xml"
  • "php"
search_engine String No

The search engine to get keyword metrics for.

Possible values:

  • "yahoo"
  • "yandex"
  • "naver"
  • "seznam"
  • "google"
  • "amazon"
  • "daum"
  • "youtube"
  • "bing"
  • "baidu"

Default value: "google"

keyword String Yes

The keyword to show metrics for.

offset Integer No

[Deprecates on 31 May 2024] Returned results will start from the row indicated in the offset value.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.