DNS-Shop Product Card
dns_cardFetch DNS-Shop product details from a product URL, returning price, availability, title, and metadata for price comparison.
Instructions
Fetch one DNS-Shop product card.
Return Format
DnsCardResponse: {status, product_id, title, price_rub, old_price_rub, is_available, url, tier_used, meta}.
Error Format
ToolError: BadRequestError when the URL carries no product id; TransportDownError on CDP/Qrator failures; ParserDriftError when a rendered card has neither title nor price.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_url | Yes | dns-shop.ru product URL containing /product/<id>/, e.g. /product/b7a1667f9b19ed20/ |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| _meta | No | ||
| title | No | ||
| status | No | ||
| price_rub | No | ||
| tier_used | No | ||
| product_id | No | ||
| is_available | No | ||
| old_price_rub | No |