0
votes
4answers
51 views
What’s the best method to capture URLs?
I'm trying to find the best method to gather URLs, I could create my own little crawler but it would take my servers decades to crawl all of the Internet and the bandwidth required …
0
votes
4answers
37 views
I want to crawl my website for every one hour. [closed]
Hi,
I want my website to crawl by search engine for every one hour. What's the code which I can enter into my source page so that crawler can crawl my website for every one hour.
-1
votes
0answers
46 views
How crawler caches stackoverflow site on hourly basis? [closed]
I would like to know how crawler crawls the website stack over flow on hourly basis? How can it be possible for a crawler to crawl the website on hourly basis? Please let me know a …
1
vote
6answers
105 views
What sort of web host lets you run crawlers on it?
I'm working on a graduation project for one of my university courses, and I need find some place to run several crawlers I wrote in C# from. With no web hosting experience, I'm a b …
0
votes
2answers
258 views
How to get HTML element coordinates using C#?
Hello,
I am planning to develop web crawler, which would extract coordinates of html elements from web pages. I have found out that it is possible to get html element coordinates …
1
vote
3answers
77 views
Which web crawler for extracting and parsing data from about a thousand of web sites
I'm trying to crawl about a thousand of web sites, from which I'm interested in the html content only.
Then I transform the HTML into XML to be parsed with Xpath to extract the sp …
1
vote
2answers
181 views
Crawler do not create custom crawled properties
Hi,
These days i have faced with very strange problem. I have development environment with MOSS 2007 SP 2 and WS 2008, i have search configured and everything works great. I have s …
0
votes
3answers
53 views
SEO : Adding to Google other than submitting directly for google’s crawler - http://www.enshaeyah.webs.com
Hi All,
What are other ways of making your website searchable by Google, other than submitting the link directly to Google.
Submitting links to yahoo is a breeze, gets crawled …
0
votes
5answers
100 views
How to Programmatically take Snapshot of Crawled Webpages (in Ruby)?
What is the best solution to programmatically take a snapshot of a webpage?
The situation is this: I would like to crawl a bunch of webpages and take thumbnail snapshots of them …
0
votes
1answer
14 views
Average Size of an RSS/Feed file, for Data Storage and Bandwidth Calculation
Hi Folks,
Doing a back of the envelope calculation to determine network bandwidth and data storage needed to monitor approx 10,00,000 feeds every 20 minutes.
Any idea what could …
0
votes
1answer
35 views
PHP cURL getting encoded data
I have downloaded page header and compressed body in one string by using cURL, problem is that I don't know how to split them from each other and how to decompress body?
Thank you …
0
votes
2answers
152 views
Lucene crawler (it needs to build lucene index)
Hi,
I am looking for Apache Lucene web crawler written in java if possible or in any other language. The crawler must use lucene and create a valid lucene index and document files …
0
votes
0answers
13 views
efficient web parsing approach - aggregation issue
Hi.
A number of sites do aggregation (indeed.com, simplthired.com,expedia...) I'm trying to figure out a good/efficient way of determining that the data I get from parsing data fr …
0
votes
3answers
70 views
parser/crawler algorithm question
Hi.
In the process of high level design for a targeted crawler/parser. The app will be used to extract data from specific websites. Furhtermore, the app is being designed to run i …
1
vote
3answers
138 views
How an aggregator is built?
Let's say I want to aggregate information related to a specific niche from many sources (could be travel, tech, or whatever).
How would I do that?
Have a spider/crawler who will c …
