kwrds.ai API Quickstart
Welcome to the kwrds.ai API Quickstart guide! Below are examples of how to use the available endpoints and get up and running in no time using cURL. Copy-paste these commands into your terminal and get started with the kwrds.ai API.
To increase your API limits, please choose your plan right from our pricing page.
Keyword Research
cURL
curl --location 'https://keywordresearch.api.kwrds.ai/keywords-with-volumes' \--header 'X-API-KEY: YOUR_API_KEY_GOES_HERE' \--header 'Content-Type: application/json' \--data '{"search_question": "facet","search_country": "en-US"}'
LSI Semantic Keywords
cURL
curl --location 'https://keywordresearch.api.kwrds.ai/lsi' \--header 'X-API-KEY: YOUR_API_KEY_GOES_HERE' \--header 'Content-Type: application/json' \--data '{"search_question": "facet","search_country": "en-US"}'
Search Volume
cURL
curl --location 'https://keywordresearch.api.kwrds.ai/search-volume' \--header 'X-API-KEY: YOUR_API_KEY_GOES_HERE' \--header 'Content-Type: application/json' \--data-raw '{"keywords": ["google","amazon","microsoft"],"search_country": "en-US"}'
People Also Ask
cURL
curl --location 'https://paa.api.kwrds.ai/people-also-ask?keyword=keyword=nike%20shoes&search_country=US&search_language=en&X-API-KEY=YOUR_API_KEY_GOES_HERE'
SERP
cURL
curl --location 'https://keywordresearch.api.kwrds.ai/serp' \--header 'X-API-KEY: YOUR_API_KEY_GOES_HERE' \--header 'Content-Type: application/json' \--data '{"search_question": "beach","search_country": "en-US","volume": 1200000}'
Usage Count
cURL
curl --location 'https://keywordresearch.api.kwrds.ai/usage_count' --header 'X-API-KEY: YOUR_API_KEY_GOES_HERE'
Next Steps
This quickstart guide was aimed at getting you up and running with the kwrds.ai API as quickly as possible. The next sections provide more detailed information about each input and output of these endpoints.
For further questions or support, please contact hello@kwrds.ai.