Examples that parse web page links + extract data?
#1
i'm hoping someone knows of an example script i can see to help me build mine.

i'm looking for an easy way to automate the below web site browsing and pull the data i'm searching for.

here's steps it needs to accomplish...

1) login to the site (windows dialog when hitting web page) *optional*

2) choose menu link from asp page (script shows/hides menu items depending
on mouseover) *optional*

3) basic search form and enter zip code or city to pull all the data.

4) after search, table shows many links (hundreds sometimes) to the actual
data i need.
links are this format... <a href="javascript:getagent('aa059')">

5) each link opens new window with table providing required data.
the urls that each href opens is this...
http://armls.marketlinx.com/roster/scrip...ubid=aa059 where the
pubid is record i need.

table format looks like this:

<tr>

<td bgcolor="#c0c0c0" align="center">

<a href="javascript:getagent('ma142')">

<font face="arial" size="2">6</font></a></td>

<td><font face="arial" size="2">

<a href="javascript:getagent('ma142')">alaze</a><br></font></td>

<td><font face="arial" size="2">mark <br></font></td>


<td><font face="arial" size="2">ma142</font><br>

</td>

<td><font face="arial" size="2">

<a href="javascript:getbroker('cold56')">banker success
realty</a><br></font></td>

<td>cold56</td>

<td><font face="arial" size="2"><script language="javascript">

<!--

writephonenumber('480-999-9999');

//--></script></td>

</tr>
I'm not an expert but I play one at work.
Reply

Logout Mark Read Team Forum Stats Members Help
Examples that parse web page links + extract data?0