Select Brand

It selects the brand passed in brand when search is made.

body: returns data

success_score: api success rate

errors: errors encountered in api

Here is the code:-

amazon.select_brand(brand='Adidas')
Parameters

brand (str) – Brand name like Nike if you searched shoes

Returns

{“body”: {}, “success_score”: “100”, “errors”: []}

Return type

dict