Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Scraping an ASP form I don't have any control over

by marto (Cardinal)
on Apr 15, 2017 at 19:14 UTC ( [id://1188011]=note: print w/replies, xml ) Need Help??


in reply to Scraping an ASP form I don't have any control over

If you want to automate this page then look at using WWW::Mechanize, lots of example code in the documentation. Better still, ask if they have a public API you can use to access the data you need.

  • Comment on Re: Scraping an ASP form I don't have any control over

Replies are listed 'Best First'.
Re^2: Scraping an ASP form I don't have any control over
by wveagle81 (Novice) on Apr 15, 2017 at 19:25 UTC

    I've asked for a public API, but they are "too busy" with other projects and can't provide one. I've been asking for a couple of years :-)

    I'll check out WWW::Mechanize but other postings about it I've seen seem to indicate it doesn't do ASP. Of course they could be old posts.

      > I'll check out WWW::Mechanize but other postings about it I've seen seem to indicate it doesn't do ASP. 

      Probably you are confusing ASP with JS.

      WWW::Mechanize can't do Javascript and there are many posts concerning this issue.

      To be sure just test of you can access the desired page functions from your browser with deactivated JS.

      Cheers Rolf
      (addicted to the Perl Programming Language and ☆☆☆☆ :)
      Je suis Charlie!

      ASP is a server side scripting, not client side, which posts are you referring to?

        I did some google searching before I posted here and found several other people trying to do something similar but they were using a completely different module. I've made progress with Mechanize though, so I think I'll stick with it.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1188011]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (7)
As of 2024-04-24 11:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found