| | |
Generalized Web Scraping
![]() |
•
•
Join Date: May 2009
Posts: 2
Reputation:
Solved Threads: 0
I am an undergraduate Student, from Computer Science and engineering department
I can construct a crawler in Perl, for one particular web-site to fetch the useful information, in my case the - Job Ads at that company's webpage.
Now, I want to construct some crawler that is generalized for say around 100 companies, using Perl
How can I do it ? I need some ideas/code/resource... and Do I need to study all 100 HTML codes?
Regards,
Kunal
I can construct a crawler in Perl, for one particular web-site to fetch the useful information, in my case the - Job Ads at that company's webpage.
Now, I want to construct some crawler that is generalized for say around 100 companies, using Perl
How can I do it ? I need some ideas/code/resource... and Do I need to study all 100 HTML codes?
Regards,
Kunal
Look into . It is event driven and tag driven. You create functions when a tag opens or closes and how to deal with it. Play around with it and see if you can more effectively parse HTML with it.
Perl Syntax (Toggle Plain Text)
HTML::Parse
And don't tell me there isn't one bit of difference between null and space, because that's exactly how much difference there is.
Larry Wall
Larry Wall
I apologize in advance for back-posting. I meant
Perl Syntax (Toggle Plain Text)
HTML::Parser HTML::Parse is deprecated
And don't tell me there isn't one bit of difference between null and space, because that's exactly how much difference there is.
Larry Wall
Larry Wall
•
•
Join Date: May 2009
Posts: 2
Reputation:
Solved Threads: 0
hi,
thanks for the post
I have made crawlers for one web-site and it really is based on the Job-portal on that site and its HTML coding.. as in , like for what HTML tag opens and closes, and accordingly the data retrieval.,in between them (the one i need)
But I really cant figure it out, there are 100 web pages before me and I need to create a common scraper and all the HTML codes/tags are different.
thanks for the post
I have made crawlers for one web-site and it really is based on the Job-portal on that site and its HTML coding.. as in , like for what HTML tag opens and closes, and accordingly the data retrieval.,in between them (the one i need)
But I really cant figure it out, there are 100 web pages before me and I need to create a common scraper and all the HTML codes/tags are different.
![]() |
Similar Threads
- Web Site Scraping (IT Professionals' Lounge)
- Web Scrape Project (Tech / IT Consultant Job Offers)
- Web Scraping Help (Perl)
- web scraping (PHP)
- Anyone know a software product marketer / developer? (Internet Marketing Job Offers)
Other Threads in the Perl Forum
- Previous Thread: help
- Next Thread: how to edit a post made 10days back
| Thread Tools | Search this Thread |





