Full description of all API methods our V1.0 SERP API exposes
In order to make the Serp API integration even easier we’ve created the first version of our SDK for PHP. Using our ready to use SDK you can start making API calls within minutes.
We’re happy to announce that we’ve launched the interactive API playground in every account level. You can now test out our google serp api with no coding skills required. Just register for free and login the dashboard. We will be trying to cover all API methods even as we expand the API.
In order to get historical data of all SERP request you’ve made make a GET request to the “/api/v1/history” method supplying your apiKey and secret as get parameters.
The authentication to the SEOResearch API works by, attaching your apiKey and secret as GET parameters for each request to the API you make.
In order to get results of a SERP request you make a GET request to the “/api/v1/queue/{id}” method supplying your apiKey and secret as get parameters.
The system is designed in such a way that in order to create a SERP search you first have to add it to the system`s queue. This works by making a POST request to the “/api/v1/serp” supplying your apiKey and secret as get parameters.