Working with us, you don’t have to sign any contracts and be bound by any conditions. We provide services based on the pay-as-you-go pricing model, so you won’t even have to pay fees or subscribe to plans. Just add funds...
Here at DataForSEO, we offer a GUI for API usage control. Using a simple interface, you can easily find everything you need: from account balance info to cost per endpoint, data samples for databases, and an API Playground.
What’s the difference...
Commonly, pingback is known as a callback function, and postback is referred to as a webhook or HTTP push. With DataForSEO API, the pingback function is like a notification sent to your server upon the completion of a task, while...
When you set a task using the Standard method, the task results are kept for 30 days. You can retrieve the results of the task from our system using the corresponding GET endpoint and the task ID. In case you...
There are three ways to find out if the task has been completed:
1 Wait for some time and make a GET request by task ID.
If the results are not ready at the moment when you requested them, you should...
It depends on the method and priority you used for setting a task, and on the overall system load.
To illustrate the difference in methods and priorities, let’s take SERP API. The Standard method takes 5 minutes on average (with...
DataForSEO has two main methods to deliver the data you requested: Standard and Live.
If your system requires delivering instant results, the Live method is the best solution for you. Unlike the Standard method, it doesn’t require making separate POST and...
The ID of a task is a unique task identifier in our system in the Universally unique identifier (UUID) format. It is used for matching tasks set to our system with the results that we should deliver. To put it...
DataForSEO API is using the REST technology for interchanging data between your application and our service. The data exchange is made through the widely used HTTP protocol, which allows applying our API to virtually any programming language.
You can find examples...