Skip to content
Screaming Data
Documentation menu

API reference

Amazon Monitoring API

Subscriptions: fresh observations hourly, every 6 hours or daily, charged per delivery.

Add products once and receive fresh observations hourly, every 6 hours or daily, without posting tasks yourself. Each delivered observation is charged at your monitoring rate; adding, listing and deleting subscriptions is free.

If the balance cannot cover an observation, subscriptions switch to paused_balance and resume automatically once balance is added.

Endpoints

Frequencies and cost

Each delivered observation costs $0.0006 at list price (volume rates on request). Monthly estimates per monitored product (30-day month):

frequencyObservations per monthCost per product per month
hourlyHourly720≈ $0.43
every_6hEvery 6 hours120≈ $0.07
dailyDaily30≈ $0.02

Subscription object

A monitored product. monitoring/add returns it without latest_observation.

id
integer

Subscription id. Use it with monitoring/delete.

asin
string

Monitored ASIN.

marketplace
string

Marketplace code.

frequency
string

hourly, every_6h or daily.

tag
string· nullable

Your tag.

external_user_id
string· nullable

Your opaque end-user id.

status
string

active, or paused_balance while the balance cannot cover observations (resumes automatically once balance is added).

created_at
string (date-time)

When the subscription was created, ISO 8601 in UTC.

latest_observation
object· nullable

The latest observation delivered to this subscription (a product object, same shape as in task_get), or null before the first delivery. Returned by monitoring/list only.

Deleted subscription

Confirmation for one deleted subscription.

id
integer

Subscription id.

asin
string

ASIN.

marketplace
string

Marketplace code.

status
string

Always deleted.

deleted_at
string (date-time)

When the subscription was deleted, ISO 8601 in UTC.