Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在考虑为自己制作一个小程序,将产品从亚马逊和类似的页面上删除。从页面上获取有关产品的所有信息的最佳方式是什么?美丽的汤?有什么更好的吗?顺便说一句,我正在使用 Python
如果您正在寻找通用库,则可以使用诸如 Beautiful Soup 或Scrapy 之类的刮刀。
具体来说,亚马逊是一个强大的 API,你可能想看看(它与 Scrapy 配合得很好),它可以使这个过程更容易。不要忘记检查您的使用是否符合亚马逊的使用指南。