A little bit of background:
I'm a graduating law student this year. Jobs are tough. Part of my plan of attack is to get on the phone and see who's hiring locally and who isn't. Thus, I've been using Martindale-Hubbell as a resource to find firms in my area and contact info for their partners.
Assuming I can write some code to form the search URLs (I can), does Applescript have any built in functionality to parse HTML? The structure of the results are pretty consistent, but I'm not really all that familiar with parsing through HTML and this sounds like it might be a fun project.
The goal would be to iterate through the search results and output whatever tokens I'm looking for into a CSV. I'm not asking anyone to write this, but are there any good resources on how to extract the information from HTML? I can get the code up to that point, just haven't ever done this particular task.
I'm thinking Applescript because I've never used it and it'd be a good learning exercise. Any tips?
I'm a graduating law student this year. Jobs are tough. Part of my plan of attack is to get on the phone and see who's hiring locally and who isn't. Thus, I've been using Martindale-Hubbell as a resource to find firms in my area and contact info for their partners.
Assuming I can write some code to form the search URLs (I can), does Applescript have any built in functionality to parse HTML? The structure of the results are pretty consistent, but I'm not really all that familiar with parsing through HTML and this sounds like it might be a fun project.
The goal would be to iterate through the search results and output whatever tokens I'm looking for into a CSV. I'm not asking anyone to write this, but are there any good resources on how to extract the information from HTML? I can get the code up to that point, just haven't ever done this particular task.
I'm thinking Applescript because I've never used it and it'd be a good learning exercise. Any tips?