Skip to main content
Returns a paginated list of Bazaar listings matching structured filters. Use this when you have filters but no free-text query; use /discovery/search when you have a query.

Request

All filters are documented in Discovery Filters.

Response

Pagination

  • Pass the previous response’s nextCursor as ?cursor= to fetch the next page.
  • nextCursor is absent on the last page.
  • Cursors are opaque; do not parse them.

Notes

  • Filter validation is strict. Unknown query params return 400 unknown_filter.
  • Zero results is 200 with an empty array, not 404.
  • Result freshness is eventually consistent; a listing can appear within a few seconds of the first 402 served for it.