Loading...

Integrate Wordpot search data with your own site!

Wordpot API (Application Programming Interface) provides a direct interface to our database so you can use our keyword data within your custom application or website.

The API provides functions for generating keywords based on a search word or domain name. The API functionality is published through a web service so that developers can integrate our data into their application or site.

The following methods are available.
  • GetKeywords – This function will return Wordpot search results for a word passed to it. You can optionally include plurals, synonyms, related words, and associated words.

  • GetKeywordsBatch – This function will return Wordpot search results for an array of up to 50 words.

  • GetRelatedWordsForDomain – This function will return possible keyword suggestions for a domain passed to it. It contains a threshold value which you can set to adjust the number of results returned.

You can find the API at http://www.wordpot.com/WebServices/WordpotWebService.asmx

The api will only accept the word "test" for GetKeywords and GetKeywordsBatch and the domain "testdomain.com" for GetRelatedWordsForDomain functions when testing.

Testing of the API is free to all users with a username and password, however to gain full functionality you will need to purchase an Enterprise subscription.

Click here to download our demonstration application detailing how to connect to the wordpot API. The zip file includes a Visual Studio 2005 project written in C#. Simply change the username and password in the project to your own.


Note: The web service will be unavailable between 1am – 3am PDT (UTC/GMT -8 hours) Every Sunday for maintenance.
We ask all our API users to please read our terms and services for API use.

Please contact us via our feedback form if you would like more information or require help with integration.