1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

What do you use API for?

Discussion in 'Google API' started by qll, Sep 7, 2004.

  1. #1
    I don't understand if it is a profitable model or some special feature you think your users must have or they will leave.

    I don't see any profit in API, not like AMZN API or Adsense, Adsearch ...
     
    qll, Sep 7, 2004 IP
    mushroom, flawebworks and Sven like this.
  2. bobafind

    bobafind Peon

    Messages:
    128
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    bobafind, Sep 7, 2004 IP
  3. minstrel

    minstrel Illustrious Member

    Messages:
    15,082
    Likes Received:
    1,243
    Best Answers:
    0
    Trophy Points:
    480
    #3
    The API is a free resource made available to you by Google, providing you agree to their TOS, which gives you access to something like 1000 queries of the Google database per day -- useful for checking keywords, etc., or for developing scripts or applications. It's in part a way of getting around mass submission and optimization programs like WebPosition Gold and cramming Google's "bandwidth".
     
    minstrel, Sep 7, 2004 IP
  4. qll

    qll Peon

    Messages:
    195
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #4
    if i don't use API, but do direct hits to google search, does anyone know how many hits i am allowed?

    i still can not think of a good use of google api. why do you really care of the result returned from google? as adsense is mainly targeted of keywords and adsense is already allowing adsense on search results.
     
    qll, Sep 7, 2004 IP
  5. minstrel

    minstrel Illustrious Member

    Messages:
    15,082
    Likes Received:
    1,243
    Best Answers:
    0
    Trophy Points:
    480
    #5
    well for one thing you can't use the keyword tracker here without one ;)

    now I'm confused -- your initial question wasn't about AdSense but about the Google API -- what are you trying to ask abiut AdSense?
     
    minstrel, Sep 7, 2004 IP
  6. qll

    qll Peon

    Messages:
    195
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #6

    Excuse my partial understanding of Google API. Isn't that just an XML interface to the google backend? Why don't you use google.com's main search for keyword tracking? Google.com's search is pretty fast and the returning result is mostly text. Nothing more than XML. it is very easy to parse.

    I parsed news.google.com with 5 line code. The value on google.com is less as news carries more value as they are from credited sites with cutting edge key phrases.
     
    qll, Sep 7, 2004 IP
  7. minstrel

    minstrel Illustrious Member

    Messages:
    15,082
    Likes Received:
    1,243
    Best Answers:
    0
    Trophy Points:
    480
    #7
    API = "Application Program Interface" or "Application Programming Interface"

    See this page for information on Google's API and here for getting a Google API account and license key.

    This isn't related to or needed for AdSense, which is a different Google account entirely.
     
    minstrel, Sep 7, 2004 IP
  8. Dodger

    Dodger Peon

    Messages:
    1,494
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    0
    #8
    The Google API interfaces with Search proper. It is an SOAP web appliance technically. You can use php scripting to pull 10 results from any search query you wish, up to 1000 queries per day.

    To scrape the site (as in your News code) goes against the Google TOS and you should be careful about that, at least do not own up to doing it in a public forum. :D
     
    Dodger, Sep 15, 2004 IP
  9. qll

    qll Peon

    Messages:
    195
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Are you sure only 10 results per query? So if I want 100 results, I will waste 10 queries? That is silly. Direct search is much better. With direct search, you can get 100 results at once and no limit per day. Just need some extra parsing.
     
    qll, Oct 6, 2004 IP
  10. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #10
    Correct... you are limited to 10 per query with the API, no way around it.
     
    digitalpoint, Oct 6, 2004 IP
  11. schlottke

    schlottke Peon

    Messages:
    2,185
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    0
    #11
    With direct search you can't do things the API Allows... People don't use the API for providing search results usually, its more for use with tools.
     
    schlottke, Oct 6, 2004 IP
  12. qll

    qll Peon

    Messages:
    195
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #12
    OK, then can you tell me how this one works?
    http://www.seochat.com/seo-tools/pagerank-search/

    it allows 100 returns. it seems to me that they have more than 1000 query per day, still working. google is not blocking them at all.
     
    qll, Oct 6, 2004 IP
  13. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #13
    They don't use the API.
     
    digitalpoint, Oct 6, 2004 IP
  14. qll

    qll Peon

    Messages:
    195
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #14
    why didn't google block their access? i am sure they have more than 1000 hits per day.
     
    qll, Oct 6, 2004 IP
  15. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #15
    Ask Google...
     
    digitalpoint, Oct 6, 2004 IP
  16. Dodger

    Dodger Peon

    Messages:
    1,494
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Gotta love those short concise answers! :D
     
    Dodger, Oct 6, 2004 IP
  17. tomecki

    tomecki Peon

    Messages:
    369
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #17
    Google doesn't agree with automated queries without google API. It is on the TOS.
     
    tomecki, Oct 16, 2004 IP
  18. webinv

    webinv Peon

    Messages:
    113
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #18
    I use Google API in conjunction with e107.org. I have a plugin that allows people to search google directly from my site. There are no advertisements in the SERP and the results show up directly in my page.
     
    webinv, Nov 19, 2004 IP
  19. tagcloud

    tagcloud Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #19
    Try this sample API application called Gabhile.
    Its a good implementation of Google web APIs
     
    tagcloud, May 22, 2006 IP
  20. minstrel

    minstrel Illustrious Member

    Messages:
    15,082
    Likes Received:
    1,243
    Best Answers:
    0
    Trophy Points:
    480
    #20
    Why? What does it do?
     
    minstrel, May 22, 2006 IP