POST
Stream live cheap-listing feed

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
view_id
string<uuid>

Saved view filters are combined with request filters using AND semantics. Use this for market scopes such as EU.

filters
object

Flexible market filter grammar. Documented fields are typed; additional fields are tolerated for forward-compatible frontend experiments and ignored until implemented.

min_discount_percent
number<double>
default:5

Minimum percent below the median comp price required for a listing to appear.

Required range: 0 <= x <= 100
sort
enum<string>
default:best_discount
Available options:
best_discount,
newest
page_size
integer
default:50
Required range: 1 <= x <= 200
cursor
string | null

Base64url cursor with created_at_ms and listing id. Omit on first live stream connection to start at server now.

display_currency
string
Required string length: 3
Example:

"EUR"

Response

SSE stream emitting ready, listing, heartbeat and error events.

The response is of type string.