开发者

Grab item prices from newegg

开发者 https://www.devze.com 2023-03-19 06:33 出处:网络
Ok, i need to get the prices of items from newegg.com. I\'m an affiliate with them and i have permission.

Ok, i need to get the prices of items from newegg.com. I'm an affiliate with them and i have permission.

I want to get the prices using php script开发者_开发技巧s and then insert them into a template and save the page.

How do i get the prices, i tried cURL but it's really confusing.

Any help is appreciated.

http://www.newegg.com/Product/Product.aspx?Item=N82E16814150506&cm_sp=ProductSpotlight--14-150-506--07112011

That's the item i tried doing it with.


Read this post: http://www.bemasher.net/archives/1002

In that post it tells you to do:
http://www.ows.newegg.com/Products.egg/{Item Number}/Specification

So in your case go to http://www.ows.newegg.com/Products.egg/N82E16814150506/Specification to get all the information you need.


You can get the price and availability from this link: http://www.newegg.com/Product/MappingPrice.aspx?Item=N82E16814150506

The Specification api will not tell you the availability information.


https://github.com/bemasher/NeweggMobileAPI,

use

User-Agent: Newegg iPhone App / 4.4.0
0

精彩评论

暂无评论...
验证码 换一张
取 消