Search Results

It fetches the data of amazon search results.

body: returns data

success_score: api success rate

errors: errors encountered in api

Here is the code:-

amazon.search_results()
Returns

{“body”: [{‘Link’: ‘Link’, ‘Price’: ‘Price’, ‘Title’: ‘Title’}], “success_score”: “100”, “errors”: []}

Return type

dict