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.

An simple Yahoo API example for new API developers

Discussion in 'Yahoo API' started by KC TAN, Sep 16, 2006.

  1. #1
    Hi all,

    I have seen that some developers are facing problems in developing with the Yahoo API and I have written a simple tutorial to illustrate. My example uses PHP with serialised output (which is the easiest to understand and implement) along with the Inbound Links API.

    Please feel free to visit my Yahoo API tutorial.

    Hope it helps:)
     
    KC TAN, Sep 16, 2006 IP
  2. TatiAnA

    TatiAnA Active Member

    Messages:
    1,103
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    78
    #2
    Thank you for the link. Gave me a better idea on what these Yahoo APIs are, thanks!
     
    TatiAnA, Nov 19, 2006 IP
  3. nicuz

    nicuz Peon

    Messages:
    240
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Is this the only way to find inbound links for a webpage?
     
    nicuz, Nov 24, 2006 IP
  4. KC TAN

    KC TAN Well-Known Member

    Messages:
    4,792
    Likes Received:
    353
    Best Answers:
    0
    Trophy Points:
    155
    #4
    Do you mean by Yahoo API? Then yes, this is the only way.

    The other external alternatives are to scrap the results from the respective search engine pages where it shows the total amount of returned results for the link: operator.
     
    KC TAN, Nov 24, 2006 IP
  5. nicuz

    nicuz Peon

    Messages:
    240
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Well if I use the link:website command on google, it doesn't display all the incoming links. It usually displays pages from within the same website.
     
    nicuz, Nov 26, 2006 IP
  6. KC TAN

    KC TAN Well-Known Member

    Messages:
    4,792
    Likes Received:
    353
    Best Answers:
    0
    Trophy Points:
    155
    #6
    Yes, Google does not display all the inbound links.. only MSN and yahoo display all those results.. :)
     
    KC TAN, Nov 27, 2006 IP
  7. pizzaman

    pizzaman Active Member

    Messages:
    4,053
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    90
    #7
    thamks great tutorial
     
    pizzaman, Nov 30, 2006 IP
  8. tekgnos

    tekgnos Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Cool post, I didn't know the API could do things like that. I always assumed it was just for setting up ads for some reason.
     
    tekgnos, Dec 1, 2006 IP
  9. dprundle

    dprundle Peon

    Messages:
    399
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Thanks for that tutorial! Very well written.
     
    dprundle, Dec 21, 2006 IP
  10. srinet

    srinet Peon

    Messages:
    172
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Cool post, I didn't know the API could do things like that. I always assumed it was just for setting up ads for some reason too.
     
    srinet, Jan 28, 2007 IP
  11. kgrad

    kgrad Well-Known Member

    Messages:
    2,414
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    130
    #11
    Hey..this is such a old thread..any ways thanks for the link! You get a green from me.
     
    kgrad, Jan 29, 2007 IP
  12. chorizo

    chorizo Peon

    Messages:
    45
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #12
    ah, good - I know this is old but thanks for it. Been trying to sort out how to nab a specific element from the array, and yahoo's docs aren't too helpful.
     
    chorizo, Apr 26, 2007 IP
  13. kubilay

    kubilay Peon

    Messages:
    80
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Thanks for tutorial...
     
    kubilay, Jun 5, 2007 IP
  14. sahilcoolsmart

    sahilcoolsmart Well-Known Member

    Messages:
    1,192
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    140
    #14
    i never took Yahoo API seriously..
    BTE awesome tutorial..
     
    sahilcoolsmart, Jul 1, 2007 IP
  15. titanad

    titanad Peon

    Messages:
    30
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #15
    I have tried to reach the Yahoo site to get an API for two days, but the link does not work.

    HR
     
    titanad, Dec 14, 2007 IP
  16. KC TAN

    KC TAN Well-Known Member

    Messages:
    4,792
    Likes Received:
    353
    Best Answers:
    0
    Trophy Points:
    155
    #16
    You may want to post your codes here so that we can tale a look :)
     
    KC TAN, Dec 14, 2007 IP
  17. siflur

    siflur Well-Known Member

    Messages:
    1,246
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    115
    #17
    Do you still need help after 436 days? WoW. I don't hope you have been sitting up all night(s) waiting for an answer ;)
     
    siflur, Dec 17, 2007 IP
  18. deriklogov

    deriklogov Well-Known Member

    Messages:
    1,077
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    130
    #18
    I checked it out, very nice
     
    deriklogov, Jan 20, 2008 IP
  19. Talker

    Talker Notable Member

    Messages:
    2,795
    Likes Received:
    108
    Best Answers:
    0
    Trophy Points:
    210
    #19
    Thanks .. good tut.
     
    Talker, Feb 4, 2008 IP
  20. false

    false Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #20
    I use such code to learn if my script reached limit of searches
    $c - is unserialized content returned from yahoo by api request
    
    if(preg_match("#<Message>limit[^<]+exceeded</Message>#is", $c)) {
        echo 'Limit exceeded, need to change IP :-)';
    }
    
    PHP:
     
    false, Feb 21, 2008 IP