The webharvest tag has no wiki summary.
2
votes
2answers
905 views
web scraping java beginner
I am new to Java, I would like to become really good in web scraping and parsing data
Are there any sites related to web scraping that would help me understand the how the APIs like htmcleaner, ...
1
vote
0answers
65 views
Web harvest failing to convert malformed html to xml
I am using xquery processor in web harvest (from java) to parse an html page that contains an invalid tag inside a <div> element, like <div 3px="abc">. The exception is:
SXXP0003: Error ...
0
votes
1answer
77 views
Setting http timeout to jakarta HttpClient
I'm using the code below in WebHarvest configuration file to define timeout for http element in WebHarvest (Webharvest uses Jakarta HttpClient).
But while I'm setting it to 20000 it takes about 40-50 ...
0
votes
1answer
57 views
defining array variable in web-harvest
I'm using Web-Harvest to extract some data from a site.
Site gets a POST variable named Code and gives data according to it.
The available codes are gathered from another page of that site.
How Can I ...
0
votes
1answer
40 views
Is it possible to retrieve a single page from PDF document via GET request?
I need to migrate a digital repository to a new platform, but lack access to the old platform so I have resorted to retrieving the objects over the web.
Some objects contain other objects. For most ...
0
votes
2answers
53 views
Harvesting hebrew names from a group of websites
I have the following website (hebrew):
http://www.daydeals.co.il/
It contains many links to external websites.
I want to write a jQuery script that will
1) open all the links
2) collect the elements ...
0
votes
2answers
185 views
What are some good java libraries to search and scrape data out of a web page.
What are some good open source java libraries to search and scrape data out of a web page and stick it into a database. For example, suppose I had a page such as:
...
0
votes
1answer
130 views
learning Data harvesting
I want to build a website that will harvest data from:
*facebook status of my friends
*other website
Unfortenatly, I don't know how to harvest data.
Can someone recommend of a book\tutorial ? How to ...
0
votes
1answer
264 views
Creating a regex with special characters in Web Harvest
I am using web harvest (http://web-harvest.sourceforge.net/), the open source web scraping tool.
The regex I am trying to use has "<", ">" characters (because I am trying to strip out all HTML ...
0
votes
1answer
418 views
Xquery error in WebHarvest
I'm using WebHarvest to parse some html. I get the following error in WebHarvest's ide on the function that follows, and I don't understand what's wrong. I'm trying to create a function that trims a ...