Skip to main content
POST
/
api
/
yandexmarket
/
products
/yandexmarket/products
curl --request POST \
  --url https://api.anysite.io/api/yandexmarket/products \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "product": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "@type": "@yandex_market_product",
    "title": "<string>",
    "brand": "<string>",
    "image": "<string>",
    "description": "<string>",
    "price": 123,
    "currency": "RUB",
    "rating": 123,
    "review_count": 123,
    "rating_count": 123,
    "category": "<string>",
    "category_id": "<string>",
    "hid": 123,
    "nid": 123,
    "vendor_id": 123,
    "seller_name": "<string>",
    "seller_rating": 123,
    "seller_rating_count": 123,
    "breadcrumbs": [],
    "specs": {}
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
product
string
required

Yandex.Market product id or a full product URL

Minimum string length: 1
Examples:

"1912483624"

"https://market.yandex.ru/product--smartfon-apple-iphone-15/1912483624"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
url
string
required
@type
string
default:@yandex_market_product
title
string | null
brand
string | null
image
string | null
description
string | null
price
number | null
currency
string
default:RUB
rating
number | null
review_count
integer | null
rating_count
integer | null
category
string | null
category_id
string | null
hid
integer | null
nid
integer | null
vendor_id
integer | null
seller_name
string | null
seller_rating
number | null
seller_rating_count
integer | null
breadcrumbs
YandexMarketBreadcrumb · object[]
specs
Specs · object