"light Google searches"? I'm not sure what you're talking about. Which
API(s) are you trying to use? If you're using the deprecated (AJAX) Search
APIs (e.g., Web, News, Images), you don't have to sign up anywhere, per se.
(I would not, however, recommend doing so.) However, if you're trying to
use the Custom Search API or any of the newer APIs, you will need to use
the APIs Console to obtain an API key and, particularly in the case of a
web application, set up access controls. You can do this at
http://code.google.com/apis/console . If you still can't find what you're
looking for, post again with more details of what you're trying to do.
On Wed, Oct 24, 2012 at 11:57 AM, Hans Brost <zar...@gmail.com> wrote:
> I have a web application that does light Google searches...........How do
> I sign up?????????????????????????????????????????
> Cause I CANNOT find anywhere to sign up for this..................z
I'm doing PHP Curl requests.......Supposedly you get 100 free.......z
Jeremy Geerdes wrote:
"light Google searches"? I'm not sure what you're talking
about. Which API(s) are you trying to use? If you're using the
deprecated (AJAX) Search APIs (e.g., Web, News, Images), you don't have
to sign up anywhere, per se. (I would not, however, recommend doing
so.) However, if you're trying to use the Custom Search API or any of
the newer APIs, you will need to use the APIs Console to obtain an API
key and, particularly in the case of a web application, set up access
controls. You can do this at http://code.google.com/apis/console
. If you still can't find what you're looking for, post again with more
details of what you're trying to do.
jg
On Wed, Oct 24, 2012 at 11:57 AM, Hans Brost
<zardiw@gmail.com>
wrote:
I
have a web application that does light Google searches...........How do
I sign up?????????????????????????????????????????
So you're using the Custom Search API. You need to use the APIs Console to
get an API key. Simply create a project, activate the Custom Search API,
and you'll be able to get what you need.
On Wed, Oct 24, 2012 at 1:29 PM, Hans Brost <K...@lighthouse57.com> wrote:
> **
> I'm doing PHP Curl requests.......Supposedly you get 100 free.......z
> Jeremy Geerdes wrote:
> "light Google searches"? I'm not sure what you're talking about. Which
> API(s) are you trying to use? If you're using the deprecated (AJAX) Search
> APIs (e.g., Web, News, Images), you don't have to sign up anywhere, per se.
> (I would not, however, recommend doing so.) However, if you're trying to
> use the Custom Search API or any of the newer APIs, you will need to use
> the APIs Console to obtain an API key and, particularly in the case of a
> web application, set up access controls. You can do this at
> http://code.google.com/apis/console . If you still can't find what you're
> looking for, post again with more details of what you're trying to do.
> jg
> On Wed, Oct 24, 2012 at 11:57 AM, Hans Brost <zar...@gmail.com> wrote:
>> I have a web application that does light Google searches...........How do
>> I sign up?????????????????????????????????????????
>> Cause I CANNOT find anywhere to sign up for this..................z
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Google AJAX APIs" group.
>> To post to this group, send email to
>> google-ajax-search-api@googlegroups.com
>> To unsubscribe from this group, send email to
>> google-ajax-search-api+unsubscribe@googlegroups.com
>> To view this message on the web, visit
>> https://groups.google.com/d/msg/google-ajax-search-api/-/CYVE4BLYj5AJ >> For more options, visit this group at
>> http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en
> --
> Jeremy R. Geerdes
> Generally Cool Guy
> Des Moines, IA
> --
> You received this message because you are subscribed to the Google
> Groups "Google AJAX APIs" group.
> To post to this group, send email to
> google-ajax-search-api@googlegroups.com
> To unsubscribe from this group, send email to
> google-ajax-search-api+unsubscribe@googlegroups.com
> To view this message on the web, visit
> http://groups.google.com/group/google-ajax-search-api?hl=en_US
> --
> You received this message because you are subscribed to the Google
> Groups "Google AJAX APIs" group.
> To post to this group, send email to
> google-ajax-search-api@googlegroups.com
> To unsubscribe from this group, send email to
> google-ajax-search-api+unsubscribe@googlegroups.com
> To view this message on the web, visit
> http://groups.google.com/group/google-ajax-search-api?hl=en_US
Well......I don't want to change all my existing code.........can I
keep using Curl with PHP instead of trying to integrate some
API......just pay for searches if they go over the limit?
z
Jeremy Geerdes wrote:
So you're using the Custom Search API. You need to use the
APIs Console to get an API key. Simply create a project, activate the
Custom Search API, and you'll be able to get what you need.
I'm doing PHP Curl requests.......Supposedly you get 100 free.......z
Jeremy Geerdes wrote:
"light Google searches"? I'm not sure what you're
talking
about. Which API(s) are you trying to use? If you're using the
deprecated (AJAX) Search APIs (e.g., Web, News, Images), you don't have
to sign up anywhere, per se. (I would not, however, recommend doing
so.) However, if you're trying to use the Custom Search API or any of
the newer APIs, you will need to use the APIs Console to obtain an API
key and, particularly in the case of a web application, set up access
controls. You can do this at http://code.google.com/apis/console
. If you still can't find what you're looking for, post again with more
details of what you're trying to do.
jg
On Wed, Oct 24, 2012 at 11:57 AM, Hans
Brost <zardiw@gmail.com>
wrote:
I
have a web application that does light Google searches...........How do
I sign up?????????????????????????????????????????
Yes, you can absolutely use PHP/Curl to access the Custom Search API
(CSAPI). But you still need to go to the API Console, create your project,
activate the CSAPI, and obtain the related API key. Your code should just
have a place to plug that in.
On Wed, Oct 24, 2012 at 7:13 PM, Hans Brost <K...@lighthouse57.com> wrote:
> **
> Well......I don't want to change all my existing code.........can I keep
> using Curl with PHP instead of trying to integrate some API......just pay
> for searches if they go over the limit?
> z
> Jeremy Geerdes wrote:
> So you're using the Custom Search API. You need to use the APIs Console to
> get an API key. Simply create a project, activate the Custom Search API,
> and you'll be able to get what you need.
> jg
> On Wed, Oct 24, 2012 at 1:29 PM, Hans Brost <K...@lighthouse57.com> wrote:
>> I'm doing PHP Curl requests.......Supposedly you get 100 free.......z
>> Jeremy Geerdes wrote:
>> "light Google searches"? I'm not sure what you're talking about. Which
>> API(s) are you trying to use? If you're using the deprecated (AJAX) Search
>> APIs (e.g., Web, News, Images), you don't have to sign up anywhere, per se.
>> (I would not, however, recommend doing so.) However, if you're trying to
>> use the Custom Search API or any of the newer APIs, you will need to use
>> the APIs Console to obtain an API key and, particularly in the case of a
>> web application, set up access controls. You can do this at
>> http://code.google.com/apis/console . If you still can't find what
>> you're looking for, post again with more details of what you're trying to
>> do.
>> jg
>> On Wed, Oct 24, 2012 at 11:57 AM, Hans Brost <zar...@gmail.com> wrote:
>>> I have a web application that does light Google searches...........How
>>> do I sign up?????????????????????????????????????????
>>> Cause I CANNOT find anywhere to sign up for this..................z
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Google AJAX APIs" group.
>>> To post to this group, send email to
>>> google-ajax-search-api@googlegroups.com
>>> To unsubscribe from this group, send email to
>>> google-ajax-search-api+unsubscribe@googlegroups.com
>>> To view this message on the web, visit
>>> https://groups.google.com/d/msg/google-ajax-search-api/-/CYVE4BLYj5AJ >>> For more options, visit this group at
>>> http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en
>> --
>> Jeremy R. Geerdes
>> Generally Cool Guy
>> Des Moines, IA
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Google AJAX APIs" group.
>> To post to this group, send email to
>> google-ajax-search-api@googlegroups.com
>> To unsubscribe from this group, send email to
>> google-ajax-search-api+unsubscribe@googlegroups.com
>> To view this message on the web, visit
>> http://groups.google.com/group/google-ajax-search-api?hl=en_US
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Google AJAX APIs" group.
>> To post to this group, send email to
>> google-ajax-search-api@googlegroups.com
>> To unsubscribe from this group, send email to
>> google-ajax-search-api+unsubscribe@googlegroups.com
>> To view this message on the web, visit
>> http://groups.google.com/group/google-ajax-search-api?hl=en_US
Yes, you can absolutely use PHP/Curl to access the Custom
Search API (CSAPI). But you still need to go to the API Console, create
your project, activate the CSAPI, and obtain the related API key. Your
code should just have a place to plug that in.
Well......I don't want to change all my existing code.........can I
keep using Curl with PHP instead of trying to integrate some
API......just pay for searches if they go over the limit?
z
Jeremy Geerdes wrote:
So you're using the Custom Search API. You need to use the
APIs Console to get an API key. Simply create a project, activate the
Custom Search API, and you'll be able to get what you need.
I'm doing PHP Curl
requests.......Supposedly you get 100 free.......z
Jeremy Geerdes wrote:
"light Google searches"? I'm not sure what you're
talking
about. Which API(s) are you trying to use? If you're using the
deprecated (AJAX) Search APIs (e.g., Web, News, Images), you don't have
to sign up anywhere, per se. (I would not, however, recommend doing
so.) However, if you're trying to use the Custom Search API or any of
the newer APIs, you will need to use the APIs Console to obtain an API
key and, particularly in the case of a web application, set up access
controls. You can do this at http://code.google.com/apis/console
. If you still can't find what you're looking for, post again with more
details of what you're trying to do.
jg
On Wed, Oct 24, 2012 at 11:57 AM,
Hans
Brost <zardiw@gmail.com>
wrote:
I
have a web application that does light Google searches...........How do
I sign up?????????????????????????????????????????