کالایی در این صفحه موجود نیست
import requests def torob_price(product_name): url = "https://api.torob.com/search/?q=" + product_name try: r = requests.get(url, timeout=8) data = r.json() prices = [item["price"] for item in data if "price" in item] return min(prices) if prices else None except: return None
🎁 کد تخفیف ویژه اولین خرید: naniwa | ارسال سریع به سراسر کشور 🚀.