dgambhir 0 Posted August 1, 2012 Report Share Posted August 1, 2012 I am having trouble scrapping URLs from the results of a doctor directory search. The specific URL is http://www.whhs.com/physicians?action=search&by_Fname=&by_Lname=&by_specialty=9&by_zip=&by_tag=&x=112&y=13. This URL brings up a listing of doctors at the bottom of the page in a table. I can't scrape the URL for the doctors. For example for STACEY F BARRIE , M.D. I want to get to the URL http://www.whhs.com/physicians?id=23, at least the id=23 at a minimum. Help would be much appreciated. Quote Link to post Share on other sites
Legend 181 Posted August 1, 2012 Report Share Posted August 1, 2012 something like this? set(#url, $scrape attribute(<href=w"/physicians?id=*">, "fullhref"), "Global") http://www.ubotstudio.com/forum/public/style_emoticons/default/huh.gif 1 Quote Link to post Share on other sites
JohnB 255 Posted August 1, 2012 Report Share Posted August 1, 2012 Right, and if you need more than one then substitute $add list to list for #set command. John 1 Quote Link to post Share on other sites
dgambhir 0 Posted August 3, 2012 Author Report Share Posted August 3, 2012 DuaneF and JohnB Thank you both. You guys solved it! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.