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, GSome readersGet 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/ISO3166-2 this page to get more information about country short-codes. Additional parameters: (https://storage.crisp.chat/users/helpdesk/website/807ef4640a22a800/screen-shot-2022-02-17-at-0039128bSome readersGet SERP Results
To fetch SERP results from Zutrix API, you need to use following endpoint: /api/serp?q=Pizza&key=YourPrivateAPIKey Additional parameters: JSON Response of the example:Some readersGet Features (CPCs, Volume, Competition & Trends) 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:Few readersGet 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/ PROJECTID ?key=YOURAPIKEY Filter keywords by a tag name - GET RequestFew readers