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?

>> Create an account <<arrow-up-right

When you create your account, you are given a few dollars to test the service.

API Authentication

Grab your API key from your profilearrow-up-right

āš ļø Developer credentials (such as passwords, keys and client IDs) should be kept confidential. āš ļø

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