Saymon RU Data API — Pochta Russia Delivery Bundle is a paid API for AI agents from payforapi.com, paid per call via x402, $0.04/call, status unknown (last checked 2026-09-13).
Returns address normalization, postal code lookup, nearest post office, delivery cost (RUB), and estimated delivery days for Russian Post shipments in a single call
PAYFORAPI.com — окно между ру-рынком и глобальным x402. Глобальный провайдер: твой эндпоинт платят агенты из СНГ. Ру-провайдер: твой сервис — на мировой витрине. Локализация, продвижение, платежи USDC — наша работа.
A JSON object containing: normalized delivery address with house, street, region and index fields; the nearest post office name, address and postal code; total delivery rate in both rubles and kopecks; minimum and maximum delivery days; and a list of component services that were called internally (address normalization, zip lookup, office finder, tariff, delivery time).
GEThttps://payforapi.com/v1/pochta-deliveryChoose this endpoint when you need all Russian Post delivery data — address normalization, postal index resolution, post office location, shipping cost, and delivery ETA — bundled into a single paid call rather than querying five separate APIs. Ideal for Russian e-commerce checkouts, logistics platforms, or any agent that needs to present complete delivery information to a user in one step. At $0.04 per call it is cost-effective compared to orchestrating multiple individual API calls.
| Field | Type | Description |
|---|---|---|
| weight | integer | |
| to_index | — | Or a ready receiver postcode |
| mail_type | string | |
| from_index | string | Sender postcode (warehouse/store) |
| to_address | — | Delivery address — normalized, postcode taken from it |
| mail_category | string | |
| declared_value | — | |
| dimension_type | — |
{
"type": "json",
"example": {
"rate": {
"total_rate": {
"rub": 250,
"kopecks": 25000
}
},
"bundle": "pochta-delivery",
"address": {
"house": "1",
"index": "125009",
"region": "Москва",
"street": "Тверская",
"original_address": "г Москва, ул Тверская, д 1"
},
"components": [
"pochta-address",
"pochta-zip",
"pochta-offices",
"pochta-tariff",
"pochta-delivery-time"
],
"delivery_days": {
"max": 5,
"min": 2
},
"delivery_office": {
"type": "ПОЧТАМТ",
"address": "125009, Москва, ул. Тверская, д. 14",
"postal_code": "125009"
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"