Skip to content

Getting no products when searched  #26

@ThatDevCoder

Description

@ThatDevCoder

I'm running this code in my PyCharm
`import amazonscraper

results = amazonscraper.search("coffee", max_product_nb=2)

for result in results:
print("{}".format(result.title))
print(" - ASIN : {}".format(result.asin))
print(" - {} out of 5 stars, {} customer reviews".format(result.rating, result.review_nb))
print(" - {}".format(result.url))
print(" - Image : {}".format(result.img))
print()

print("Number of results : %d" % (len(results)))`

and the output comes like this

`C:\Users\bordi\PycharmProjects\amazon\venv\Scripts\python.exe C:/Users/bordi/PycharmProjects/amazon/Scrapper.py
Number of results : 0

Process finished with exit code 0`

Please help me with this problem

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions