Subject: | Smaller resultset than via google-browser-interface |
Date: | Thu, 07 Oct 2010 18:07:30 +0200 |
To: | bug-Google-Search [...] rt.cpan.org |
From: | Edward Haase <ehaase [...] meshtec.de> |
Dear Robert,
im running Perl v5.8.8 on a
Linux vbox68229 2.6.26-2-xen-amd64 #1 SMP Wed Mar 10 00:29:48 UTC 2010
x86_64 GNU/Linux
using the following script to reproduce my problem:
#!/usr/bin/perl -w
use Google::Search;
my $key =
'ABQIAAAAifcVXaT7QudLYy_nBllEVBT48NSWvRaq2C5DhimJ6EZJEqH25xRH0S7UFJIM70bAjJbaSL_lPRuPBw';
my $referer = "http://www.meshtec.de";
my $search = Google::Search->Web(q => "db6a5h", key => $key, referer =>
$referer, hl => "de");
my $result = $search->first;
while ($result)
{
print $result->number, " ", $result->uri, "\n";
$result = $result->next;
}
The problem is, that the script will give only 2 results:
0
https://www.cortalconsors.de/Kurse-Maerkte/Hebelprodukte/Kurs-Snapshot/Kurs-Snapshot/DE000DB6A5H4-DEUTSCHE-BANK-CALL-VOLKSWAGEN-AG-VORZUGSAKTIEN-OST-ON-7952-01006-151210
1
http://optionsscheine.finanztreff.de/dvt_einzelkurs_uebersicht,i,4922321,seite,os.html
whereas a search via the browser will show 60 (up to approx. 482) records.
I to have this problem with some other keywords, too. But on the other
hand, a huge number of requests is very fine.
Do you have any idea or a solution for me?
Best regards
Edward
--
Show quoted text
________________________________________________
MeshTec GmbH
Sebastiansweg 15
97353 Wiesentheid
Germany
Mobil +49 163 5744432