← Tools Reference

Keyword.com

Keyword.com integration (Marketing, Data). Imported from open-connector.

API key6 toolshttps://app.keyword.com
GET
keyword_get_current_user
Get the current Keyword.com user profile for the API token.

/users/self

GET
keyword_list_projects
List active Keyword.com projects and groups visible to the API token.

/groups/active

GET
keyword_get_project
Get one Keyword.com project or group by name.

/groups/{projectName}

1 parameter
ParamTypeRequiredDescription
projectNamestringrequiredThe Keyword.com project or group name. Use the full `[sub]` convention for subp…
GET
keyword_list_keywords
List Keyword.com keywords and ranking data for a project or group.

/groups/{projectName}/keywords

4 parameters
ParamTypeRequiredDescription
projectNamestringrequiredThe Keyword.com project or group name. Use the full `[sub]` convention for subp…
pageintegeroptionalThe page number for a paginated Keyword.com response.
perPageintegeroptionalThe maximum number of records to return per page.
datestringoptionalThe ranking data date to retrieve in YYYY-MM-DD format.
GET
keyword_get_keyword
Get one Keyword.com keyword and its ranking data by project and keyword ID.

/groups/{projectName}/keywords/{keywordId}

3 parameters
ParamTypeRequiredDescription
projectNamestringrequiredThe Keyword.com project or group name. Use the full `[sub]` convention for subp…
keywordIdstringrequiredThe Keyword.com keyword identifier.
datestringoptionalThe ranking data date to retrieve in YYYY-MM-DD format.
GET
keyword_list_project_regions
List Google regions tracked by a Keyword.com project or group.

/groups/{projectName}/regions

1 parameter
ParamTypeRequiredDescription
projectNamestringrequiredThe Keyword.com project or group name. Use the full `[sub]` convention for subp…