Keywords API

This API is used to get search volume data for the list of the provided keywords and general keyword suggestions.

HTTP Method URL Parameters Description
GET https://kwinside.com/api/v1/keywords/ se, kw, size, offset get keyword suggestions and search volume

Parameters description:

1. se * (required) - the language of a search query..

There are 6 languages to choose from:
- English [en];
- Italiano [it];
- Español [es];
- Français [fr];
- Русский [ru];
- Deutsch [de]

2. kw * (required) - keyword for search

3. size and offset - use these parameters to set the exact count of keywords in response and pagination

4. key * (required) - an API key that you can get in your account

Sample of a URI request: https://kwinside.com/api/v1/keywords/?se=en&kw=test&size=20&offset=0&key=example