Hey all, I'm wondering the following. Is it possible to scrape a web page with the following situations in mind:
1. Scraping with not an ID or Name, but a Class name?
2. Scraping the data that exists between a set of delimiters, such as, .
3. With the above in mind with also the ability to perform this with wildcards or regex expressions?
Second, is there any way to do this and have it all inserted into an array set if more then one instance exists?
Thanks!
Frank
Web Page Scraping with the following...
Moderators: JRL, Dorian (MJT support)
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Yes. Use ExtractTag to extract the entire BODY element (or even HTML element) or if there is a more defined section containing the data like a DIV then use that. Tell it to extract all HTML. Then parse that HTML using RegEx.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?