A Web crawler is a computer program that browses the World Wide Web in a methodical, automated manner or in an orderly fashion. Other terms for Web crawlers are ants, automatic indexers, bots, Web spiders, Web robots, or—especially in the FOAF community—Web scutters.

learn more… | top users | synonyms (3)

0
votes
1answer
21 views

How to crawl, process and index social media profiles?

For a new tech-startup venture we want to set up a so called "Social Crawler". With this piece of software we want to give clients the ability to search for potential employees. The results (E.g. ...
-2
votes
1answer
14 views

Anyone know a good web crawler for wordpress? [closed]

I would like to crawl my wordpress blog and just create a list of my blogposts and the images that are within those posts. Does anyone know of a good and free web crawler for this or have suggestions ...
0
votes
1answer
43 views

Taking a website snapshot with PHP [duplicate]

Hello folks and friends from SO! This is for the development of a web spider. We basically need to take a snapshot of a certain website. We would have the full URL, and as well the source code, ...
0
votes
0answers
24 views

Index specific part of html page to elasticsearch

I want to index specific part of html page to ElasticSearch. These parts are different for each site. One way is to traverse dom element in html page for each site and show key value pairs to user in ...
0
votes
0answers
15 views

Websphinx - Crawling Java

I downloaded the source files http://www.cs.cmu.edu/~rcm/websphinx/ and I imported the project into eclipse,to create my crawler. The problem is the support libraries, namely:gd, graph and symatec; I ...
1
vote
1answer
38 views

how to solve different url forward to same page in web robot application

i have a problem about web robot application. url a:http://www.domain.com/path?id=1 url b:http://www.domain.com/path?id=1&sessionid=XXXXXX there two urls and forward to the same page.robot ...
0
votes
1answer
19 views

Extracting the same data from various HTML documents

Let's say I have several HTML pages from unrelated websites, but that contain the same overall information. I want to extract that information in a flexible manner, i.e. I want to only have to write a ...
1
vote
1answer
64 views

PHP Start script where it timed out

I'm currently building a web crawler but to start I would like to test it on my shared webhosting, obviously they do not allow set_time_limit so I can't make sure the script keeps running for longer ...
-2
votes
0answers
13 views

How do I crawl for 404 links from the command line? [closed]

I'd like to crawl for links that point to 404s on our website, which is many thousands of pages, using my mac, and output the data to text files so I can investigate. As it's a large crawl, I'd prefer ...
0
votes
0answers
18 views

download text of an article in google news

I'd like to do some natural language processing (nlp) mining based on news. google has a smart way of extracting a useful text from news articles. that's the text it displays in google news. is there ...
1
vote
2answers
69 views

Optimizing number of threads dynamically

I have two IO intensive processes that don't do much computing: one is getting and parsing a webpage and the other is storing some data obtained with the parsing in a database. This is going to repeat ...
0
votes
0answers
19 views

What StatisticsDB do in Crawler4j open source code?

I am trying to understand the Crawler4j Open source web crawler. In the mean while I have some doubts, that are as follows, Questions:- What is StatisticsDB do in Counters class., and please ...
0
votes
0answers
17 views

Proxy Error After Loopback Connection To Localhost On AWS Elastic Beanstalk Server

I have an GWT/AJAX application that needs to provide snapshots to the Google crawler. To do this, I use the HtmlUnit headless browser to fetch a snapshot from the servlet when an _escaped_fragment_ ...
0
votes
0answers
17 views

how to flush the scraped items using feed export in scrapy

I have 2 questions about python scrapy tool: do "csv feed export" export the scraped items instantly or the scraped items are stored in a cache and being exported when the cache is full? if the ...
0
votes
1answer
54 views

simple PHP web crawler working on some, certain types of, pages

I made this simple PHP web crawler that gets the source from a page after the opening body tag, strips the other HTML tags, and then echo's the content. It works when I initiate it giving it a page ...
0
votes
0answers
6 views

GSite Crawler stopped working

I use the GSite Crawler v1.23 and had been working OK till a week ago but not now. I used to execute the programme at the office and now I'm trying to run it at home but it doesn't start crawling. I ...
0
votes
0answers
16 views

Get all the titles and corresponding URLS from a URL content using custom crawler

As the question above so pertinently describes i am trying to get a hold of all the URLS that come up when i hit one url along with their titles and i wanna display them . For that purpose, i was ...
1
vote
1answer
34 views

Looking for a spider to crawl my website thousands of times to test ad distribution

Pretty straight forward. We're implementing a new ad serving platform and it's paramount that the distribution of our ads are correct. I've come up with a few solutions but one that I'd like to ...
-2
votes
1answer
60 views

How to write a bot that does not consume much RAM?

I have a web bot and It consumes my memory so much, after a time, memory usage hits to 50%, and the process gets killed; I have no idea why memory usage is increasing like that, I did not include ...
0
votes
1answer
27 views

how to extract contents from flv file using any web crawler?

My requirement is to extract text and audio from a flv file. please suggest me how can i achieve this using any web crawler. if it is not possible with web crawler please suggest me any other tool. ...
-2
votes
0answers
20 views

ElasticSearch and Apache nutch in property search application [closed]

I want to create web application like http://boomi.in/ this site index properties from urls and users can search for properties. I want to implement a web app with php as programming language and ...
0
votes
0answers
27 views

Index data with php crawlers to ElasticSearch

I want to index crawled websites to ElasticSearch but i don't know can i index crawled information to ElasticSearch with php crawler. I know that Apache nutch can index crawled websites to ...
0
votes
1answer
19 views

windows tool to view website client content without browser

Per the title, I am looking for a tool or some sort of initiative that's already been undertaken by other developers to simply grab data off of websites so one can navigate them without looking at ...
0
votes
0answers
14 views

UAT site is not searchable(crawable)

We have production and test environment as any other company. And I was thinking to put a robots.txt into the UAT root folder that Google web crawler would not do an unwarranted crawl on the uat ...
0
votes
1answer
19 views

Avoid robots from going into a www.domain.com/thishash when link posted to twitter, facebook

I'm building a service where people gets notified (mails) when they follow a link with the format www.domain.com/this_is_a_hash. The people that use this server can share this link on different places ...
0
votes
1answer
16 views

Crawlers do not take Robots.txt file from website root BUT takes from web root

I've blocked the crawlers to crawl my web root (/var/www/ in my case) with robots.txt. I've robots.txt in /var/www/ and it has the below line in it: Disallow / Now I need one of my subdirectory ...
0
votes
1answer
33 views

What is link graph database

While checking documentation of some of the open source web crawlers like Apache Nutch, Apache Tika; I frequently encountered "link graph database" term. Can anyone summarize about it?
0
votes
0answers
19 views

crawler4j always returns fatal transport error

This is what I get for any seed I add to crawler4j. ERROR [Crawler 1] Fatal transport error: Connection to http://example.com refused while fetching http://example.com/page.html (link found in doc ...
0
votes
0answers
14 views

Java Pet Store alternative with no Javascript or AJAX [closed]

I'm looking for a small Java EE example application that is similar to the Java Pet Store or Duke's Bookstore. I'm trying to find and evaluate web crawlers that can access content which is hidden ...
1
vote
0answers
46 views

Edit* Having trouble writing a crawler that will scrape a directory of folders of websites and write that info to a .csv

I've included os.walk in this but it still won't output a .csv and I'm not sure it's reading the html dir. I have a directory of offline websites that I need to scrape for info (e.g. url, email, ...
1
vote
1answer
27 views

Does Google spider read robots.txt before accessing a resource?

I have been wondering this for a while. I know that if, for instance, I link here the site example.com and that domain hosts a robots.txt file that disallow everything, Google won't index it. ...
0
votes
1answer
27 views

Exists a way to let crawlers ignore parts of a document?

I am aware that you can control which documents a crawler/spider can access by robots.txt, meta tags, link attributes and so on. But in my special case I want just a portion of a document being ...
1
vote
1answer
11 views

Scrapy : getting only td elements with ALIGN=RIGHT

I'm using scrapy to scrape data from this website: http://www.nuforc.org/webreports/ndxevent.html I need to seperate dates from counts of UFO sightings, yes exciting! Here is an example of what I'm ...
-1
votes
2answers
32 views

Beautifulsoup search tag through the content of the tag

The following html code: <div class="rating-list"> <ul class="recommend"> <li> <span class="recommend-titleInline">Stayed April 2013, traveled as a couple</span> <ul ...
-4
votes
0answers
44 views

How to compare two texts (all lines of the first with all lines of the other) with Python [closed]

Firstly, let me explain the situation to you. I have created an algorithm that compares two sentences based on the similarity and the meaning. It works awesomely with two sentences, like this: if ...
0
votes
3answers
44 views

Do search engine bots - crawlers - spiders - etc. have javascript in them?

I don't know how search engine bots work, database entries for robots on my browser records are e.g. Googlebot, msnbot, BingBot, etc. So I don't know if they have javascript enabled or anything. Why ...
0
votes
1answer
16 views

information lost when using beautifulsoap to parse a html page

I'm writing a web spider to get some information from a website.when i parse this page http://www.tripadvisor.com/Hotels-g294265-oa120-Singapore-Hotels.html#ACCOM_OVERVIEW , I find that some ...
0
votes
1answer
43 views

Using Curl with Cookie able to log into twitter etc but not facebook wordpress etc?

I'm using cUrl with cookies and user agents to log into several websites and fetch information. It's very convenient but it doesn't work for some websites. And I'm very curious about why. For example, ...
0
votes
0answers
25 views

I need to crawl all the links from a website

Given a website, i need to get all the links of source files from that website(.c, .cpp, .java). I need the absolute link to the .c,.cpp file and the url on which the source file url is present. I ...
0
votes
1answer
41 views

Find all links within a div using lxml

I'm writing a tool that needs a collect all urls within a div on a web page but no urls outside that div. Simplified the page it looks something like this: <div id="bar"> <a link I dont ...
-1
votes
1answer
51 views

some info about creating a crawler

i want to create in Python a web crawler in order to extract mails from each page and save them into a file. Generaly,i have in mind the crawling procedure how is it gonna work: 1)i get the html code ...
0
votes
1answer
26 views

unexpected tIDENTIFIER, expecting ')'

This is my 1st time coding ruby, first time writing a method. I come from a Pascal & C background (Ansi C).. I am modifying code from a very simple scraper I found to get my bitcoin mining data ...
0
votes
1answer
28 views

Establishing session with web app to crawl

I am planning to write a website crawler in Python using Requests and PyQuery. However, the site I am targeting requires me to be signed into my account. Using Requests, is it possible for me to ...
0
votes
2answers
83 views

create static html pages dynamically cos of SEO

I am trying how to create static html pages dynamically. It is because I am reading that dynamic content is not google friendly, google cannot crawle the content which is coming from database once ...
-1
votes
0answers
23 views

Google AJAX crawling - indexing less url as compared to submitted url [closed]

I have a website for ex : www.xyz.com I have 6 unique urls/pages in my sitemap i.e: www.xyz.com www.xyz.com/#!about_me.html www.xyz.com/#!thots.html www.xyz.com/#!pqr.html www.xyz.com/#!my.html ...
1
vote
1answer
51 views

Scrapy - How to avoid grouping gathered information into one item

I'm having trouble with the data I'm gathering with Scrapy. It appears that when I run this code in the terminal, the information that is gathered is all appended into one item that looks like: ...
-2
votes
1answer
42 views

how to block “urlmetrics.co.uk” from listing a site [closed]

http://urlmetrics.co.uk/ List many of my domain names/ sites and also mentions a value as to what they think a specific domain name is worth. how can I block "urlmetrics.co.uk" from listing my sites ...
1
vote
1answer
47 views

Why does this relative link work like an absolute link? [closed]

In this page http://www.english-attack.com/video-boosters, a link is included, just under the big image at the top: <a href="videobooster/promised-land/do-you-have-what-it-takes#comments">3 ...
0
votes
0answers
35 views

How to find all the links on a page using lxml and Python

I've written some basic code to find and print all the links on a page: import requests import lxml.html url = "http://example.com" r = requests.get(url) page = r.content dom = ...
3
votes
3answers
108 views

How to serve robots.txt with Perl Dancer

I am trying to serve a robots.txt using the Perl Dancer web framework. I thought having a route that just returned the text would work, but it seems to be wrapping it in html and body tags. I'm ...

1 2 3 4 5 32