P
PeteCresswell
Got a mini-project coming up: user is logging in to an online
service, supplying some parms, hitting "Go" on the service's web
screen, and then manually capturing information from the screen into a
spreadsheet.
They want to automate this process as much as possible, substituting a
little MS Access app for the spreadsheet and having it pull the
information from the screen automagically.
I have never done anything like this before, but my sense is that
screen scraping per-se is mostly obsolete: instead, I would be looking
for the site to expose one or more services that will supply the info.
Two questions:
------------------------------------------------------------------------------------------------
1) How does one poll a site to discover what services are exposed?
A collegue that does .NET says "no problem" with .NET, but
how about MS Access?
2) Lacking a service, would I be on the right track by somehow
capturing the immediate HTML of the screen, beating down it,
and extracting the information?
------------------------------------------------------------------------------------------------
service, supplying some parms, hitting "Go" on the service's web
screen, and then manually capturing information from the screen into a
spreadsheet.
They want to automate this process as much as possible, substituting a
little MS Access app for the spreadsheet and having it pull the
information from the screen automagically.
I have never done anything like this before, but my sense is that
screen scraping per-se is mostly obsolete: instead, I would be looking
for the site to expose one or more services that will supply the info.
Two questions:
------------------------------------------------------------------------------------------------
1) How does one poll a site to discover what services are exposed?
A collegue that does .NET says "no problem" with .NET, but
how about MS Access?
2) Lacking a service, would I be on the right track by somehow
capturing the immediate HTML of the screen, beating down it,
and extracting the information?
------------------------------------------------------------------------------------------------