google.public.web-apis
http://groups.google.com/group/google.public.web-apis
google.public.web-apis googlegroups.com
Today's topics:
* Fatal error: Uncaught SoapFault exception: [HTTP] Server
Error - 1 messages,
1 author
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/65e170
233509bb7b
* need excess define functionality of google - 1 messages, 1
author
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/8afa4d
89753a1f34
* I need 1-10M requests per month - 1 messages, 1 author
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/60a85f
5eaf533444
============================================================
==================
TOPIC: Fatal error: Uncaught SoapFault exception: [HTTP]
Server Error
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/65e170
233509bb7b
============================================================
==================
== 1 of 1 ==
Date: Sat, Nov 18 2006 1:07 am
From: "chovy"
chovy wrote:
> I get this pretty consistently in PHP...although
occassionally the
> request will go through.
>
> Any ideas?
>
> $soap = New SoapClient($this->wsdl);
> $r = $soap->doGoogleSearch(
> $this->api_key,
> $this->query,
> $this->start,
> $this->max_per_page,
> 0,
> 0,
> 0,
> 0,
> 0,
> 0
> );
>
> return $r; // hash structure
short of doing a recursive try {} catch ($e) {} statement is
there any
way to recover or at least debug what the problem is?
dumping $e isn't
very informative.
============================================================
==================
TOPIC: need excess define functionality of google
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/8afa4d
89753a1f34
============================================================
==================
== 1 of 1 ==
Date: Sat, Nov 18 2006 9:34 am
From: simon.scarpa gmail.com
I am also trying to do the same thing.
But if you search this group for "define" you will
get similar posts.
See
http://groups.go
ogle.com/group/google.public.web-apis/browse_thread/thread/2
73a4d2db8998f8/c783e7257927cf02?lnk=gst&q=define&rnu
m=2#c783e7257927cf02
for one set of replies.
It seems the Google SOAP API still has not added in this
functionality.
I expect it will come in the future.
The only thing you can therefore do is "screen
scrape". This is
manually sending an HTTP request and parsing the output
using regular
expressions. So for an HP search you would request the
result of
http://www.google.co.uk/search?hl=e
n&q=define%3AHP&btnG=Google+Search
Then use regular expressions to find the definitions with
the li tags.
The problem with this method is that it is far from robust.
If Google
decided to change the HTML of it's define pages your program
is likely
to break.
============================================================
==================
TOPIC: I need 1-10M requests per month
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/60a85f
5eaf533444
============================================================
==================
== 1 of 1 ==
Date: Sat, Nov 18 2006 6:34 pm
From: kdulep gmail.com
slava rentaguru.ru wrote:
> > You're limited to a 1000 queries a Day, so the
only way would be to
> > create multiple tokens
>
> It is bad practice. I do not want break Google TOS. I
want create a
> service and need white method crawling Google.
you may try to build your own engine
anyway you can skim through information with google and then
perform
your own deep search
use dmoz etc.
============================================================
==================
You received this message because you are subscribed to the
Google Groups "google.public.web-apis"
group.
To post to this group, visit http://groups.google.com/group/google.public.web-apis
To unsubscribe from this group, send email to
google.public.web-apis-unsubscribe googlegroups.com
To change the way you get mail from this group, visit:
http://groups.google.com/group/google.public.web-
apis/subscribe
To report abuse, send email explaining the problem to
abuse googlegroups.com
============================================================
==================
Google Groups: http://groups.google.com
|