{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/amazon/search.json","title":"amazon/search 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":{"asin":{"type":["string","null"],"description":"Amazon product identifier."},"title":{"type":["string","null"],"description":"Listing title."},"url":{"type":["string","null"],"description":"Original source URL when supplied."},"brand":{"type":["string","null"],"description":"Brand reported by the listing."},"price":{"type":["number","null"],"description":"Listing price amount in the accompanying currency; not a checkout quote."},"currency":{"type":["string","null"],"description":"Currency code, for example GBP."},"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},"reviews_count":{"type":["number","null"],"description":"Reviews reported by the source; null or absent is unknown, not zero."},"availability":{"type":["string","null"],"description":"Source availability text."}},"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":[{"asin":"DEMO000001","title":"Example desk lamp","price":42,"currency":"GBP","rating":{"value":4.5,"votes":84,"max":5},"reviews_count":84}],"cursor":null,"has_more":null}]}