in reply to Scraping Rendered Text that is not in Source Code

Sorry but my reply don't involve using WWW::Mechanize::Firefox.

But you can get all data you want directly from this URL: http://www.acehardware.com/storeLocServ?heavy=true&token=ACE&operation=storeData&storeID=14671&_=

I'll get it using HTTPFox extension in Firefox.

  • Comment on Re: Scraping Rendered Text that is not in Source Code

Replies are listed 'Best First'.
Re^2: Scraping Rendered Text that is not in Source Code
by bobross419 (Acolyte) on Oct 31, 2010 at 06:06 UTC

    Thanks, I'm open to any suggestions and I'm not stuck on WWW::Mechanize::Firefox.

    I did try using that same URL string which I was able to find in the .js file (not at work atm so I don't have all the right pages), but I left off the "&_=" at the end. I'll see if I can make that work tomorrow.

    EDIT: Actually I took a quick look and I think that might just work for my needs. I'll update again tomorrow if this works for me :) Thanks again.