facebook Fixerkit - API Guide

API Guide : Keyword Planner

API Guide User Social Media Management Rank Tracking Keyword Planner
  • get
  • myLimit
get() » Information
Example : GET /api/v1.0/keywordPlanner/get/keyword/lang
            // Example : /api/v1.0/keywordPlanner/get/keyword/lang
            // lang  => Example : tr
            // keyword  => Example : fixerkit /* Encoded */


            $ch = curl_init("https://fixerkit.com/api/v1.0/keywordPlanner/get/keyword/lang?access_token=xxx");
            curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
            $response = curl_exec($ch);
            curl_close($ch);