|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
eBay Snipping ....
Hi everyone ...
I am trying to make a eBay snipping website. I just have the item number of a particular product and with that item number i want to get all details of that respective product from eBay database server. Can anyone get back to me that what can be the best solution in interacting with eBay database server so that i can get all the information of any product ... Thanx ..... |
|
#2
|
|||
|
|||
|
RE: eBay Snipping ....
i haven't done it with ebay but i have done it A LOT with many other sites.
i use curl and imitate a browser then parse out hte info from the page. problem with this method is you have to change your code if they change the site. but it has always worked for me. also it helps ifyou have access to hit the http from a few ip's so you don't look to suspicious in the logs.. goodluck |
|
#3
|
|||
|
|||
|
RE: eBay Snipping ....
item details on ebay can be achieve using the API call "GetItemCall" using this call you can easily navigate and retrieve the item details.
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Programming Theory > eBay Snipping .... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|