Для начала работы с API SEOWORK необходимо обратиться в поддержку по почте help@seowork.ru или в чате на сайте. Для вас будет создан API токен для работы.
Для получения используется GET-запрос со следующими параметрами:
Для получения даты апдейта используйте отдельный API запрос.
GET https://api.seowork.ru/semantics/api/v5/dashboard/project/{project_id}
Например:
https://api.seowork.ru/semantics/api/v5/dashboard/project/1234?token=12345678901234567890123456789012&date=2023-06-23&search_engine=google
{
"has_data":true,
"data":
{
"document_count":8,
"query_count":360,
"category_count":8,
"query_group_count":0,
"url_group_count":0,
"top0_count":0,
"top1_count":1,
"top3_count":5,
"top5_count":18,
"top10_count":59,
"top30_count":266,
"top0_prc":0,
"top1_prc":0.28,
"top3_prc":1.39,
"top5_prc":5,
"top10_prc":16.39,
"top30_prc":73.89,
"top30_average":21.09,
"top100_average":0,
"ws1":10258984,
"ws2":955592,
"ws1_top0_count":0,
"ws1_top1_count":5,
"ws1_top3_count":17682,
"ws1_top5_count":55396,
"ws1_top10_count":3116150,
"ws1_top30_count":9028218,
"ws1_top0_prc":0,
"ws1_top1_prc":0,
"ws1_top3_prc":0.17,
"ws1_top5_prc":0.54,
"ws1_top10_prc":30.37,
"ws1_top30_prc":88,
"ws2_top0_count":0,
"ws2_top1_count":1,
"ws2_top3_count":54,
"ws2_top5_count":2084,
"ws2_top10_count":186874,
"ws2_top30_count":940890,
"ws2_top0_prc":0,
"ws2_top1_prc":0,
"ws2_top3_prc":0.01,
"ws2_top5_prc":0.22,
"ws2_top10_prc":19.56,
"ws2_top30_prc":98.46,
"ptraf":2066.2,
"ptraf_prc":2.16,
"weighted_avg_position":12.63
},
"version":5,
"status":200,
"error":0,
"error_messages":[],
"response_time":0.3897058963775635,
"server_timestamp":"2025-08-19 08:37:23",
"server_unixtimestamp":1755592643
}