Skip to main content
POST
/
api
/
kommersant
/
archive
/kommersant/archive
curl --request POST \
  --url https://api.anysite.io/api/kommersant/archive \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "date": "<string>",
  "count": 2,
  "timeout": 300,
  "rubric": "3"
}
'
[
  {
    "id": 123,
    "title": "<string>",
    "@type": "@kommersant_list_item",
    "subtitle": "<string>",
    "excerpt": "<string>",
    "published_at": 123,
    "rubric": "<string>",
    "rubric_id": 123,
    "tags": [],
    "read_minutes": 123,
    "comment_count": 123,
    "is_video": false,
    "is_audio": false,
    "is_paid": false,
    "is_photogallery": false,
    "photo_count": 123,
    "image": "<string>",
    "external_url": "<string>",
    "web_url": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
date
string
required

Day to list news for, in YYYY-MM-DD format

Minimum string length: 1
Example:

"2026-06-15"

count
integer
required

Max number of articles to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
rubric
string | null

Optional rubric to restrict the day's news to (id, URL or name): 2 Политика, 3 Экономика, 4 Бизнес, 5 Мир, 6 Происшествия, 7 Общество, 8 Культура, 9 Спорт, 34 В эфире, 35 В теме, 36 Спецпроекты FM, 37 Интервью, 40 Финансы, 41 Потребительский рынок, 68 Авто, 80 Hi-Tech, 92 Стиль, 130 Подкасты, 138 Телекоммуникации, 149 Эксклюзивы «Ъ», 153 HyperТекст, 158 Мнения FM, 159 В звуке

Example:

"3"

Response

Successful Response

id
integer
required
title
string
required
@type
string
default:@kommersant_list_item
subtitle
string | null
excerpt
string | null
published_at
integer | null
rubric
string | null
rubric_id
integer | null
tags
KommersantTag · object[]
read_minutes
integer | null
comment_count
integer | null
is_video
boolean
default:false
is_audio
boolean
default:false
is_paid
boolean
default:false
is_photogallery
boolean
default:false
photo_count
integer | null
image
string | null
external_url
string | null
web_url
string | null