{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/amazon/sellers.json","title":"amazon/sellers data fields","description":"Documented optional core fields of data. Additional source fields are allowed. This is not the response envelope or a guarantee of availability or completeness.","type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"seller":{"type":["string","null"],"description":"Seller display name."},"seller_id":{"type":["string","null"],"description":"Source identifier. Preserve its exact string value; do not convert large IDs to numbers."},"url":{"type":["string","null"],"description":"Original source URL when supplied."},"price":{"type":["number","null"],"description":"Offer amount."},"currency":{"type":["string","null"],"description":"Currency code."},"condition":{"type":["string","null"],"description":"Offer condition."},"shipping":{"type":["string","null"],"description":"Delivery description."},"rating":{"type":["object","null"],"properties":{"value":{"type":["number","null"],"description":"Source star-rating value."},"votes":{"type":["number","null"],"description":"Ratings reported by the source; null or absent is unknown, not zero."},"max":{"type":["number","null"],"description":"Maximum of the rating scale, normally 5."}},"additionalProperties":true}},"additionalProperties":true},"description":"Records in this response page."},"count":{"type":["number","null"],"description":"Returned row count when supplied; not the full source total."},"cursor":{"type":["string","null"],"description":"Opaque next-page token. A missing token does not prove full history was retrieved."},"has_more":{"type":["boolean","null"],"description":"Source continuation indicator; null means unknown."},"_warnings":{"type":"array","items":{"type":"string"},"description":"Collection limitations or component warnings. Read before interpreting coverage."},"marketplace":{"type":"object","properties":{"country":{"type":["string","null"],"description":"Resolved marketplace country code."},"domain":{"type":["string","null"],"description":"Resolved Amazon marketplace domain."}},"additionalProperties":true}},"additionalProperties":true,"examples":[{"items":[{"seller":"Example Store","price":42,"currency":"GBP","condition":"New","shipping":null}],"cursor":null,"has_more":null}]}