Pricegrabber 如何找到并链接到所有产品?
我正在建立一个网站,供应商将其产品链接到我们的产品页面(用于联属销售),并且想知道人们使用什么算法来自动化/促进此过程?现在,他们必须手动输入他们拥有的每个产品的链接,这是相当乏味的。我注意到 Pricegrabber 可以找到您寻找的任何产品并直接链接到他们的页面。示例:
他们如何如此轻松地做到这一点?
I'm building a site where vendors will link their products to our product pages (for affiliate sales) and was wondering what algorithms people use to automate/facilitate this process? Right now they would have to manually enter the link for each product they own which is quite tedious. I noticed that Pricegrabber finds any product you look for and links directly to their pages. Example:
How do they do that so easily?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Pricegrabber 有一些 API,商店供应商可以使用它们来自动更新产品。这是一项推送服务,因此基本上店主正在执行您所描述的操作:输入产品网址和信息。如果商店支持,则会定期生成并上传此信息。
Pricegrabber has some api that a shop vendor can use to automatically update the products. This is a push service so basically the shop owner is doing what you describe: entering the product url and info. If the shop supports it this info is generated on a regular basis and uploaded.
他们不会从供应商那里抓取或抓取数据,也不会手动更新价格。
供应商已通过 PriceGrabber 商家 API 将其电子商务商店连接到 PriceGrabber,当商家在自己的系统中更新价格时,PriceGrabber 会在推送/发布更新时从商家系统获取更新。
如果操作正确,除了在商家系统上进行第 1 次更改之外,不需要任何手动流程。
很多系统通常都是这样工作的(甚至我自己也曾研究过)。
They are not crawling or scraping data from the vendor, or updating their prices by hand.
The vendors have wired up their e-commerce store into PriceGrabber via the PriceGrabber merchant API, and when the merchants update their prices in their own system, PriceGrabber gets the updates from the merchant system when they push/publish updates.
No manual processes needed other than the the 1 change on the merchant's system, if done correctly.
A lot of systems in general work this way (I've worked on them myself, even).
他们发送包含所有产品及其产品链接的 csv 文件。
they send csv files with all their product and the links to their products.