Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Screen scraping from a web page
Message
De
05/12/2007 12:30:06
 
 
À
05/12/2007 12:01:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01273270
Message ID:
01273304
Vues:
15
>Thanks for your help Yuri.
>
>This is the page where I need to do a search to get the results:
>
>http://www.sunbiz.org/jlilist.html
>
>Let's say I search there for the "a", all the names starting with "a" will come up, but it's a summary of the results, so I have to click on the one that I want and then I get the detail info for that record that looks like this page:
>
>http://www.sunbiz.org/scripts/jlidet.exe?action=DETLIST&inquiry_number=J07000392871&inquiry_date=047035296001000000&return_number=J03900007479&return_date=045691776000300000
>
>This is where the information that I want is, get some dates and other info, create a record in my own table and then go to the next record on the web page, until all the 'a' have been worked, then search on 'b' and so on and so forth. All this needs to be automatic, is this possible?

Only a quick look but it seems that the initial list is returned in a table and contains the link to the detail so you could loop through the table. But all the results are not returned on one page. A better approach might be to get a link to the first item in the table. The page returned then has an easily identifiable URL for 'Next on List' - you could use that to iterate through all of the search results.....
HTH,
Viv
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform