Crawler or web crawler is a bot program that automatically walks through World Wide Web sites. Crawlers are important part of search engines.
0
votes
1answer
18 views
Nutch regex for crawl
I am using Apache Nutch to crawl the web page. I want to crawl the web page when i search for particular name like
if i search bill gates i want to get the results links of that search result. I ...
-1
votes
0answers
15 views
how a crawler can find all the URLs automatically
Inclusion in Google's search results is free and easy; you don't even need to submit your site to Google. Google is a fully automated search engine that uses software known as "spiders" to crawl the ...
0
votes
1answer
30 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. ...
1
vote
1answer
23 views
How to limit number of followed pages per site in Python Scrapy
I am trying to build a spider that could efficiently scrape text information from many websites. Since I am a Python user I was referred to Scrapy. However, in order to avoid scraping huge websites, I ...
0
votes
0answers
27 views
Fetch html which is loaded dynamically? python
I am writing a crawler in python which must extract the links to the PDFS listed in this page:
http://www.peekyou.com/barack_obama
(scroll down, there is a "documents" section with links to pdfs. )
...
0
votes
0answers
23 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 ...
0
votes
1answer
9 views
load testing with crawler
We are looking for a web load testing tool that behaves more like a crawler and performs stress test for both primary and secondary To Illustrate lets a take an example , I have a index.html file ...
0
votes
0answers
29 views
Extracting table from WSJ journal using jsoup
Hi I am trying to extract all of the data from the following table:
...
-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
1answer
59 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
7 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
1answer
28 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.
...
0
votes
1answer
36 views
unable to parse flv and epub file contents using nutch
i am working with apache nutch and solr, my requirement is to parse the contents of flv and epub files, i am using below command to parse the files
bin/nutch crawl urls -solr ...
-1
votes
1answer
22 views
Nutch can crawl all website.Is there any rule to crawl specific site.Does need permission before start crawling from specific site.?
Using crawler we can search any specific site but this will slow the bandwidth of that site.Is there any rule before crawl specific site or using nutch we can search any site without an issue.I would ...
0
votes
1answer
43 views
how to parse the documents using Crawlers
I am new to this topic, but my requirement is to parse documents of different types(Html, pdf,txt) using a crawlers. please suggest me what crawler to use for my requirement and provide me some ...
-1
votes
1answer
21 views
web crawlers and robots.txt file [closed]
I am having a codeigniter website that I am launching soon. I wanted to ask about the robots.txt file. Do I need this file in order for google to crawl my site? I set some tags in pages to say noindex ...
-2
votes
0answers
62 views
How to crawl facebook status, twitter tweets, forum and blog posts page? [closed]
Me and my friends from college are going to build a spin off of social media monitoring web application that requires big (really big) social media data (like thousands of 'em), per day. We require at ...
-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
42 views
Google Crawler Jquery URL
does Google crawl a link that is created with jquery like this?
$(div).append("<a href='url_to_crawl'>My URL</a>");
If not, do you have any idea how to solve that problem?
Thank you ...
0
votes
1answer
18 views
Script to crawl through different pages and acquire data
I am planning to do a network analysis of bmtc bus connectivity network... So i need to acquire data regarding bus routes. The best website as far as i know is
...
0
votes
1answer
75 views
how to use web crawler in django
how do i go about using a crawler in django? not BeautifulSoup. i mean if i have a crawler already, written in python : how do i go about 'linking' it to django so that users can query the indexed ...
0
votes
3answers
67 views
Block IP addresses in .htaccess or in PHP from database?
I am building a bot-trap / crawler-trap to my website:
There is a hidden link somewhere on the page, which normal users do not see, but a robot sees. The link is also indicated in robots.txt, so ...
1
vote
1answer
43 views
Symfony2 Functional Testing - Click on elements with jQuery interaction
I'm doing some functional tests for an application done with Symfony2 (2.1) and I'm stuck with a problem.
I have some parts of the website that load when the user clicks a link or other element, but ...
0
votes
0answers
110 views
Why is google not using a headless browser to crawl clientside content? [closed]
I'm aware of the steps it takes to make a client side website crawlable:
https://developers.google.com/webmasters/ajax-crawling/docs/getting-started?hl=nl
I just wonder, why isn't Google just ...
0
votes
0answers
15 views
SEO - Big revamp of my URL structure - please suggestions [migrated]
I have a big network of sites in many countries. There are over 30-40 Million indexed pages in 34 countries, what will be reindexed hopefully and will be redirected with 301 to the new URL structure, ...
1
vote
1answer
53 views
Making a crawler using Beautiful Soup, issues with indexing urls
So I am attempting to make a crawler for a search engine. I have the code mostly complete. The way it works is:
to open the page using BeautifulSoup,
save the url and a docID to an index (in this ...
1
vote
1answer
61 views
error with crawling with nutch
I was trying to crawl website with nutch and got this error:
java.net.MalformedURLException: no protocol:
Exception in thread "main" java.io.IOException: Job failed!
at ...
0
votes
2answers
73 views
Scrap multiple urls with scrapy
How I can scrap multiple urls with scrapy ?
I am forced to make multiple crawler?
class TravelSpider(BaseSpider):
name = "speedy"
allowed_domains = ["example.com"]
start_urls = ...
-1
votes
1answer
134 views
Open source web crawler that can index billions document [closed]
Is there an open source web crawler that can perform document index billions of documents?
mnoGoSearch, dataparksearch, sphinx index currently able to perform up to hundreds of millions of documents
...
0
votes
0answers
89 views
PHP Crawler to fill out form and get data
For a system I am developing I need to pro grammatically go to a specific page. Fill out one field in the form (I know the id and name of the input element), submit it and store the results.
I do ...
1
vote
1answer
58 views
PHP Crawler for submit a from on an external site and get result
For a system I am developing I need to programmatically go to a specific page. Fill out one field in the form (I know the id and name of the input element), submit it and store the results.
I do have ...
0
votes
0answers
47 views
How can I use Htmlunit to click(),like anchor[X].click(),to just get the URL of the LINK,but not load the page?
How can I use Htmlunit to click(), like anchor[X].click(), to just get the URL of the LINK, but not load the page?
I want to write a Crawler which intends to parse the URL written in javascript, i ...
-1
votes
1answer
42 views
Scrapy how to format the exported xml
I need to crawl 1000 reviews from yelp.
I have followed the official tutorial to export xml file and everything works fine
The XML format is like this:
...
0
votes
0answers
82 views
SharePoint search custom indexing connector using BDC
If we want to create SharePoint search custom indexing connector, following interface/class should be implemented/inherited.
StructuredRepositorySystemUtility
LobUri
INamingContainer
Read the ...
0
votes
3answers
38 views
Reading array in php
I'm making a crawler, just trying out the basics. I get stuck at trying to echo the array that I get from the crawler. This is the array:
Array ( [0] => Array ( [0] => vageemail@hotmail.com ) ...
0
votes
0answers
40 views
Crawling of a page is not working [closed]
I tried to extract a title tag from the page mentioned in the link "Fun With Riddle". "Fun Riddle" "March Riddle", etc. but I am unable to do it. Can someone help me?
$pattern = "/.{0,}<span ...
0
votes
1answer
43 views
Website ban crawler after crawl some links
I am having a problem with scrapy.
When I using scrapy spider to access a website. After 20-30 minutes, website prevent my crawler. Scrapy always return 500 code. (DELAY_TIME = 10s)
But if I stop ...
-1
votes
1answer
278 views
Google proxy is a fake crawler? For example: google-proxy-66-249-81-131.google.com [closed]
*EDIT:
Solution to this question is below this question because it was not possible to post an answer. People decide to close the question.*
Recently I discover that some variants of a google proxy ...
-1
votes
1answer
41 views
will web crawler crawl multiple pages from 1 link [closed]
We have a directory type website for lead generation. Each company listed in the directory has their own adpage that lists more detailed information about the company that is gotten to by clicking on ...
0
votes
0answers
55 views
Scrappy crawl web more than one page
Currently my crawler only able to crawl first page
http://www.exampl.com/hello?page=1
I follow the tutorial at http://doc.scrapy.org/en/latest/intro/tutorial.html#defining-our-item
How to modify ...
0
votes
0answers
64 views
Is a web crawler what I need? Or maybe a web scraper?
I need to automate this process:
- login into a web site
- navigate to a page
- retrieve a piece of information
This should happen into a Java program. I know there are some open source Java ...
0
votes
0answers
55 views
how to scrape pages which are behind PostBack('…');?
I'm working on this php base scraper/crawler, which works fine until it get .net generated herf link __doPostBack(...), any idea how to deal with this and crawl page behind those links ?
I'm having a ...
0
votes
3answers
227 views
Code for web crawling with Python 2.7.3 in mac terminal?
I am a social scientist and a complete newbie/noob when it comes to coding. I have searched through the other questions/tutorials but am unable to get the gist of how to crawl a news website targeting ...
0
votes
0answers
44 views
How to programmatic extract certain data from a flash site?
I'm working on a software that needs to extract information from this site http://www.lolking.net/, its a statistics data site for a online mmo PC game (but that's not important).
the idea is that ...
0
votes
1answer
29 views
Website Data Crawler, posting data and traversal
Although there have been quite some posts on these topic, my question is little bit specific.
I need to parse few website and once done, I need to send some data to it. For example, say website A ...
0
votes
0answers
84 views
symfony2 - crawler - form without submit button
I'm using the Symfony2 DomCrawler component and I receive an error when I try to submit a form without a submit button:
LogicException: Unable to submit on a ”html“ tag.
How do I add this button ...
0
votes
1answer
92 views
How to use Goutte
Issue:
Cannot fully understand the goutte web scraper.
Request:
Can someone please help me understand or provide code to help me better understand how to use goutte the web scraper? I have read over ...
0
votes
1answer
57 views
stop image crawler on mouse hover
how can I stop this crawler from dynamicdrive.com on mouse over. I tried some options like:
inc: 20, //speed - pixel increment for each iteration of this marquee's movement
mouse: 'cursor driven', ...
-1
votes
1answer
462 views
Which one scala or python choose for web crawler? [closed]
I'm going to write a web crawler and I cannot decide which language to pick: scala or python? Although my main purpose is learning I will use this crawler in big scale. I don't know neither one good ...
-1
votes
5answers
203 views
How to extract URL's from a HTML page in Python [closed]
I am beginner in python. I have to write a web crawler in python. I don't know how to parse a page and extract url from that html page. Please help me where should I go and study to write such a ...





