Zutrix Help Desk
English
Go to website
Back
Articles on:
API Documentation
Learn how to properly use Zutrix SERP & Planner API
Quick Start to Zutrix API
Hello Dear Zutrixers, In this article, we'll introduce you the basics of Zutrix API. First of all, to start using Zutrix API, please go to: https://zutrix.com/api-settings In this settings page of the API, you'll be able to see your API Key and pre-generated code lines for better and easier usage. Either **Curl, PHP, Node.js, Python, G
Very popular
Get Google Suggestions with Keyword Features
To fetch results for Google suggestions of a keyword with features specifically located in the United States, you need to use following endpoint: /api/planner?kw=pizza&key=YourPrivateAPIKey * Please refer to https://en.wikipedia.org/wiki/ISO_3166-2 this page to get more information about country short-codes. Additional parameters:  of a Keyword
To fetch results for a keyword with features, you need to use following endpoint: /api/show-feature?kw=pizza&key=YourPrivateAPIKey Additional parameters: With the example shown above, this will enables us to get keyword features of the keyword called: "pizza". JSON Response of the example:
Popular
Get a List of Projects with Ranking Data & Filter Tags
Hello Dear Zutrixers. If you need to fetch your projects (with ranking data) listed on Zutrix, you can directly use Zutrix API. Retrieve a list of your projects with Project IDs - GET Request https://zutrix.com/api/projects?key=YOURAPIKEY Fetch keywords of a project - GET Request https://zutrix.com/api/project-keywords/{PROJECT_ID}?key=YOURAPIKEY Filter keywords by a tag name - GET Request
Few readers