N
N
nikon2013-03-07 09:59:26
PHP
nikon, 2013-03-07 09:59:26

How to programmatically bid on Yahoo Auctions JP?

Does anyone know how to programmatically bid on auctons.yahoo.co.jp on behalf of a specific user?
There is an Auctions WebAPI, but the necessary methods are not provided there, you need something like make_bid and buy_it_now
In theory, you can log in to the site, send a POST request and place a bid, but when you try to log in, a captcha in Japanese is triggered. I tried to log in through YConnect, but authorization through a browser is required with saving cookies on the client side, which is not at all suitable for the server-side application (

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
rPman, 2013-03-07
@rPman

Once, while working with the imitation of user actions on various sites, I realized that every time to examine the site code, study requests and reverse the logic is not at all the right way, not reliable and complicated.
It turned out to be much easier to implement the main (or part) of the automation and analysis logic in the browser itself using javascript (with all the power of jquery, etc.), launching the browser in any component in my application (I used mono and the standard WebBrowser component, it based as I understand it on firefox), the application is easily assembled in the cli and runs on 'headless' linux servers, while there is no need to fight with the site owner who is fighting bots and ddos, identifying those who issue POST and GET requests using curl ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question