For example, at the site
>
> http://www.secinfo.com/$/Search.asp?Find=Italy+Fund
>
> is it possible to get the company's CIK (Central Index Key, marked as U.S. SEC # 785855), and to get the address of the Italy Fund Inc link on the page? When I open the page using urllib2.urlopen("http://www.secinfo.com/$/Search.asp?Find=Italy+Fund").read()
>
> I only find a standardized form version of the page (it does not have all of the page source info, I believe because it is in .asp format).
2006-09-03
17:06:46
·
2 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design
I tried to do the parsing in Perl, as per Leo R.'s suggestions (thanks by the way), and that didn't work either; it simply gives a generic form HTML output, with references to the CIK number as "return _(this, ?, ?)"
2006-09-04
07:39:42 ·
update #1