a6792e60-ebf3-11e8-b31a-ed044935f842
YYYY-MM-DDThh:mm:ss±hh:mm
string
{
"task_id": "a6792e60-ebf3-11e8-b31a-ed044935f842"
}
curl -X GET \
'https://api.webmaster.yandex.net/v4/user/12345678/hosts/https://shortscars.blogspot.com/feeds/posts/default' \
-H 'Authorization: OAuth oauth_token'
{
"valid_until": "2018-11-10T18:12:22.085+03:00",
"upload_address": "https://api.webmaster.yandex.net/v3.2/upload/turbo/yXOkhVGtFtUiZfRBJxIivnlHW90o5jrpBhFSjnGg_yMyg7tYc9sGsOtDSkaGQx-N_2i_2bQxgvUk1gbxreD_uA"
}
string
string
string
string
string
string
string
int32
int32
string
string
int32
string
int32
int32
int32
curl -X GET \
'https://api.webmaster.yandex.net/v4/user/12345678/hosts/https://shortscars.blogspot.com:443/turbo/tasks/12345e0-678f-9e' \
-H 'Authorization: OAuth oauth_token'
{
"mode": "DEBUG",
"load_status": "OK",
"turbo_pages": [
{
"link": "https://shortscars.blogspot.com",
"preview": "https://yandex.ru/turbo?text=https%3A%2F%2Fexample.com%2F&from=webmaster&ncrnd=6249270910336449448",
"title": "Ресторан «Полезный завтрак»"
}
],
"errors": [],
"stats": {
"pages_count": 1,
"errors_count": 0,
"warnings_count": 0
}
}
var request = require('request');
var options = {
url: 'https://app.zenserp.com/api/v2/search?apikey=e7d9c950-bc49-11ee-bc1c-f16702475f13&q=Pied Piper&sl=au-en&timeframe=w&search_engine=duckduckgo.com'
};
function callback(error, response, body) {
if (!error && response.statusCode == 200) {
console.log(body);
}
}
request(options, callback);
Social Plugin