version |
string |
the current version of the API |
status_code |
integer |
general status code
you can find the full list of the response codes here
Note: we strongly recommend designing a necessary system for handling related exceptional or error conditions |
status_message |
string |
general informational message
you can find the full list of general informational messages here |
time |
string |
execution time, seconds |
cost |
float |
total tasks cost, USD |
tasks_count |
integer |
the number of tasks in the tasks array |
tasks_error |
integer |
the number of tasks in the tasks array that were returned an error |
tasks |
array |
array of tasks |
id |
string |
task identifier
unique task identifier in our system in the UUID format |
status_code |
integer |
status code of the task
generated by DataForSEO; can be within the following range: 10000-60000
you can find the full list of the response codes here |
status_message |
string |
informational message of the task
you can find the full list of general informational messages here |
time |
string |
execution time, seconds |
cost |
float |
cost of the task, USD |
result_count |
integer |
number of elements in the result array |
path |
array |
URL path |
data |
object |
contains the same parameters that you specified in the POST request |
result |
array |
array of results |
keyword |
string |
keyword received in a POST array
keyword is returned with decoded %## (plus character ‘+’ will be decoded to a space character)
this field will contain the cid parameter if you specified it in the keyword field when setting a task;
example:
cid:2946633002421908862
learn more about the parameter in this help center article |
se_domain |
string |
search engine domain as specified in a POST array |
location_code |
integer |
location code in a POST array |
language_code |
string |
language code in a POST array |
check_url |
string |
direct URL to search engine results
you can use it to make sure that we provided accurate results |
datetime |
string |
date and time when the result was received
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
example:
2019-11-15 12:57:46 +00:00 |
cid |
string |
google-defined client id
unique id of a local establishment;
learn more about the identifier in this help center article |
feature_id |
string |
unique identifier of the SERP feature
|
item_types |
array |
item types
types of search engine results encountered in the items array;
possible item types: google_business_question_item |
items_without_answers |
array |
array of google business question items without answers
|
type |
string |
type of element = ‘google_business_question_item’ |
rank_group |
integer |
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group |
rank_absolute |
integer |
absolute rank among all the elements |
question_id |
string |
ID of the question |
url |
string |
URL of the question |
profile_image_url |
string |
URL of the user’s profile image |
profile_url |
string |
URL of the user’s profile |
profile_name |
string |
displayed name of the user |
question_text |
string |
current text of the question |
original_question_text |
string |
original text of the question |
time_ago |
string |
estimated time when the question was posted |
timestamp |
string |
exact time when the question was posted |
items |
array |
array of items
items within google_business_question_item |
items_count |
integer |
the number of items in the items array
|
items |
array |
array of google business question items with answers
possible item types: google_business_question_item |
type |
string |
type of element = ‘google_business_question_item’ |
rank_group |
integer |
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group |
rank_absolute |
integer |
absolute rank among all the elements |
question_id |
string |
ID of the question |
url |
string |
URL of the question |
profile_image_url |
string |
URL of the user’s profile image |
profile_url |
string |
URL of the user’s profile |
profile_name |
string |
displayed name of the user |
question_text |
string |
current text of the question |
original_question_text |
string |
original text of the question |
time_ago |
string |
estimated time when the question was posted |
timestamp |
string |
exact time when the question was posted |
items |
array |
array of items within google_business_question_item
contains answers to the google business questions;
possible item types google_business_answer_element |
type |
string |
type of the element = ‘google_business_answer_element’ |
answer_id |
string |
ID of the answer |
profile_image_url |
string |
URL of the user’s profile image |
profile_url |
string |
URL of the user’s profile |
profile_name |
string |
displayed name of the user |
answer_text |
string |
current text of the answer |
original_answer_text |
string |
original text of the answer |
time_ago |
string |
estimated time when the answer was posted |
timestamp |
string |
exact time when the answer was posted |