beautifulsoup and mechanize to get ajax call result
Posted
by nabizan
on Stack Overflow
See other posts from Stack Overflow
or by nabizan
Published on 2010-04-09T19:01:24Z
Indexed on
2010/04/09
19:23 UTC
Read the original article
Hit count: 582
hi im building a scraper using python 2.5 and beautifulsoup but im stuble upon a problem ... part of the web page is generating after user click on some button, whitch start an ajax request by calling specific javacsript function using proper parameters
is there a way to simulate user interaction and get this result? i come across a mechanize module but it seems to me that this is mostly used to work with forms ...
i would appreciate any links or some code samples thanks
© Stack Overflow or respective owner