omkarcloud/amazon-scraper ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python API that can search Amazon products, pull full product details, browse categories, and fetch reviews, all returning clean JSON. It should work live across multiple Amazon marketplaces, let me choose the country with a simple code like US or GB, and return prices in the local currency.
I want the search results to include useful stuff like title, price, rating, review count, image, Prime and best seller info, delivery info, and pagination. The product details endpoint should return the full listing with descriptions, specs, variants, images, videos, rating breakdown, top reviews, and a short customer feedback summary.
Make it easy to run locally or in Docker, and keep the API simple to use with a straightforward GET request and an API key. If you need to check the latest docs or patterns for anything, look them up online first.
Are you gonna build this?
make sure you review the code using coderabbit