YAHOO API LImit problem

Discussion in 'PHP' started by eddiemoses81, Nov 20, 2007.

  1. #1
    I reach every day the YAHOO API limit (5000 hits). Can you help me to figure out a solution for this problem? I need to have 20000 queries at least.

    Thanks for help
     
    eddiemoses81, Nov 20, 2007 IP
  2. piniyini

    piniyini Well-Known Member

    Messages:
    514
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    170
    #2
    You could try cacheing your results and if that doesn't help, you could try contacting Yahoo.
     
    piniyini, Nov 22, 2007 IP
  3. commandos

    commandos Notable Member

    Messages:
    3,648
    Likes Received:
    329
    Best Answers:
    0
    Trophy Points:
    280
    #3
    i dont know how yahoo api work but cant you just get many API id and put them in an array and then on each query request a random API Key ?
     
    commandos, Nov 22, 2007 IP
  4. blacknet

    blacknet Active Member

    Messages:
    709
    Likes Received:
    16
    Best Answers:
    2
    Trophy Points:
    70
    #4
    api key not work.. it goes by ip address..
     
    blacknet, Nov 22, 2007 IP
  5. commandos

    commandos Notable Member

    Messages:
    3,648
    Likes Received:
    329
    Best Answers:
    0
    Trophy Points:
    280
    #5
    so maybe get iframes and use many domains ?
     
    commandos, Nov 22, 2007 IP
  6. eddiemoses81

    eddiemoses81 Banned

    Messages:
    404
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I could not get it work from different domains. That really sucks..

    i sent them email and i am waiting...
     
    eddiemoses81, Nov 22, 2007 IP
  7. Dadniel

    Dadniel Guest

    Messages:
    20
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    What about send the request through a proxy?

    D
     
    Dadniel, Nov 25, 2007 IP
  8. eddiemoses81

    eddiemoses81 Banned

    Messages:
    404
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I am thinking to do that. Have you ever proxy requests in PHP? In case you have sample code, please share it with me.

    Thanks
     
    eddiemoses81, Nov 25, 2007 IP