Google SOAP discontinued; No what

Discussion in 'Programming' started by MarkusJ_NZ, May 27, 2007.

  1. #1
    Hi, I want to make a windows form which uses results from Google (Specifically, I want to see what other pages link to a given url).

    In the old days I would have used the Google API but now that this has been discontinued I can't use it.

    So, other than screen scraping (And I think that this is against Googles TOS) and the AJAX API is useless as I am not using a webpage are there any other ways??

    Thanks!
    Markus
     
    MarkusJ_NZ, May 27, 2007 IP
  2. zonzon

    zonzon Peon

    Messages:
    100
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I have the same problem.... any solution yet? If yes, I wanna know!
     
    zonzon, May 28, 2007 IP
  3. jward

    jward Active Member

    Messages:
    452
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    90
    #3
    Yes - it's unfortunate that they discontinued it.
     
    jward, May 28, 2007 IP
    BamaStangGuy likes this.
  4. ccasselman

    ccasselman Peon

    Messages:
    412
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I have asked several times and the only solution I have heard of is the one you don't want to hear... screen scraping.
     
    ccasselman, May 28, 2007 IP
  5. zonzon

    zonzon Peon

    Messages:
    100
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I'll look to a ajax result catching... because you can access all the results objects to do some processing/formating on it...

    just look at : http://code.google.com/apis/ajaxsearch/documentation/reference.html#_class_GwebResult

    I think that you can use the object values and push em back via ajax.... not that good.... but more reliable than results screen scraping?
     
    zonzon, May 28, 2007 IP