Grab Google Rankings from VALUE SERP API using R'
What is VALUE SERP?
It's a great paid API that provides ranking data for a cheap price.
How to use its API?
When you create your account, you are given a few dollars to test the service.
API Authentication
Grab your API key from your profile

Here is how you can send query, replace the api_key with your own below.
You can inspect the result by running this command line

To make it easier for you, I have created a function that you can copy and paste, just replace the api_key with your own below.
after this has been copy-pasted, you can just launch the function as many times as you want. you can ask for one ranking
or several at once
You can also save those results as a CSV or an Excel file
⚠️ By default, VALUE SERP will separate all SERP features. Meaning 'organic result' will exclude the video carousel for example. If you would like all of them flattened into the organic_results array, then you could use “flatten_results=true”. The flattened “position” property will include every SERP features
Last updated
Was this helpful?