Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NewEgg API access for price, inventory (JSON/XML) [closed]

Tags:

json

xml

api

can you provide me newegg api for update price OR inventory OR any of example something like this?

like image 586
ashvin Avatar asked Nov 25 '11 05:11

ashvin


3 Answers

SOLUTION!

Berried inside this NewEgg document was a link to a Newegg_Marketplace_API_DeveloperGuide.zip

The .zip contains a 370 page 'NeweggMarketplaceAPIDeveloperGuide_V3.05.pdf'

That was hard to find.

like image 151
Wallter Avatar answered Nov 08 '22 23:11

Wallter


Here's an example of the JSON API that newegg mobile applications use:

http://www.bemasher.net/archives/1002

like image 31
Albert Bori Avatar answered Nov 08 '22 22:11

Albert Bori


This may be a little late, but there is a Newegg API available from Newegg. The API does require some heavy lifting in developing your own client library, but it is well documented and thought out. I would suggest contacting newEgg for developer access.

like image 28
Robert H Avatar answered Nov 08 '22 21:11

Robert H