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.

Google API for Backlinks Count and Indexed Pages Count

Discussion in 'Google API' started by greatlogix, Jun 14, 2007.

  1. #1
    Google is not issuing SOAP API keys from December 2006. Now is there any other API available by Google for counting back links and indexed pages?
     
    greatlogix, Jun 14, 2007 IP
  2. greatlogix

    greatlogix Active Member

    Messages:
    664
    Likes Received:
    13
    Best Answers:
    1
    Trophy Points:
    85
    #2
    Hey, I think I am genius. My questions are very difficult to answer. This is my second post on DP without any answers.:D
     
    greatlogix, Jun 20, 2007 IP
  3. Chessclan

    Chessclan Member

    Messages:
    57
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    You can right your own API by requesting google.com from your custom application if you really need to know such info.
     
    Chessclan, Jun 22, 2007 IP
  4. Wekky

    Wekky Active Member

    Messages:
    192
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    58
    #4
    Are we allowed to crawl the google search results for a given term and output this info? isn't that scraping information, and is it allowed? can someone please clarify?
     
    Wekky, Jun 30, 2007 IP
  5. iMarketingGuru

    iMarketingGuru Well-Known Member

    Messages:
    486
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    160
    #5
    It IS allowed, it just needs to be shared by others and/or seen as a user resource. I believe that you could make something far better for all of this. What about backlink counts with the web hosts shown (the hosting company site's IP address for the site linking to your site) on a Google map as well as mashed together with a backlink analyzer universally added to by all the different SEs? What's up with MSN? Why don't they ever show many links indexed for your site? They're really pretty horrible at the crawling action.
     
    iMarketingGuru, Jul 1, 2007 IP
  6. DonCash

    DonCash Peon

    Messages:
    51
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I recently wrote a Java app which will find out what Google search results page your site is listed on for a certain keyword(s).

    For example,

    I did a search for digitalpoint.com for keyword "adsense" and the app tells me the site is listed on results page 2.

    Is very handy...

    Send me a PM if you are interested and ill send it over. :eek:
     
    DonCash, Nov 2, 2007 IP
  7. murku

    murku Peon

    Messages:
    407
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I think many of the SEO tools use the API function, instead of scrapping. I could be wrong but G' does not like scrapping.
     
    murku, Nov 2, 2007 IP
  8. luke999

    luke999 Peon

    Messages:
    15
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    not to sound like an idiot but what exactly is the definition of scraping?
     
    luke999, Nov 13, 2007 IP
  9. pachecus

    pachecus Well-Known Member

    Messages:
    1,841
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    110
    #9
    Web scraping generically describes any of various means to extract content from a website over HTTP for the purpose of transforming that content into another format suitable for use in another context.

    source:
    http://en.wikipedia.org/wiki/Web_scraping
     
    pachecus, Nov 13, 2007 IP
  10. Conquer Apathy

    Conquer Apathy Peon

    Messages:
    34
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Anyone know of any Dashboard Widgets (Mac) for backlink analysis? I would love to be able to quickly analyze my sites each morning with API widgets...Thanks!
     
    Conquer Apathy, Nov 13, 2007 IP
  11. luke999

    luke999 Peon

    Messages:
    15
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Thanks. i feel like an idiot now. i guess i should have just wiki'd it myself. doh!
     
    luke999, Nov 14, 2007 IP
  12. briteday

    briteday Active Member

    Messages:
    358
    Likes Received:
    5
    Best Answers:
    1
    Trophy Points:
    70
    #12
    Is there an answer to the original question in this thread? Seems like it is: there must be and/or roll your own.
     
    briteday, Nov 15, 2007 IP
  13. anandg

    anandg Active Member

    Messages:
    193
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    90
    #13
    I don't think there is any other way right now than scraping. However if you do too many queries, google will ban your ip and tell you that you are using some sort of robot tool for extracting information (which is not allowed).

    I made 2 apps earlier, one which found out for a particular keyword, where did a site ranked, and second one for getting backlinks. For the first one, i had google ban my ip address after doing 50 queries in a row. Took a while before ip was unbanned.
     
    anandg, Nov 16, 2007 IP
  14. anandg

    anandg Active Member

    Messages:
    193
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    90
    #14
    Not to sound odd, but would you mind sharing how you made the app ? Does it get the results via scraping ? Or any other method is present ?
     
    anandg, Nov 16, 2007 IP
  15. msaqibansari

    msaqibansari Peon

    Messages:
    84
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #15
    Google allowed to get search results using API by your own script
     
    msaqibansari, Nov 17, 2007 IP
  16. DonCash

    DonCash Peon

    Messages:
    51
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    It was a bit of a bodge job because it was my first time writing anything like this but it works perfectly. It basically searches through the source code of the results page.. Plus a few little tricks I picked up. Ive just sent you a PM with the download URL.
     
    DonCash, Nov 17, 2007 IP
  17. anandg

    anandg Active Member

    Messages:
    193
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    90
    #17
    Any pointers / examples ? What i want to find out is the backlinks and indexed pages count, does the api allow that ?
     
    anandg, Nov 20, 2007 IP
  18. Thomas18

    Thomas18 Peon

    Messages:
    113
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #18
    I also would like more elaboration on this topic
     
    Thomas18, Nov 27, 2007 IP
  19. buldozerceto

    buldozerceto Active Member

    Messages:
    1,137
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    88
    #19
    Search google you will find api keys. use them for counting back links and what ever else
     
    buldozerceto, Nov 27, 2007 IP
  20. greatlogix

    greatlogix Active Member

    Messages:
    664
    Likes Received:
    13
    Best Answers:
    1
    Trophy Points:
    85
    #20
    I posted this question 5 months ago after searching Google. I did not find anything useful.:mad: Can you help us in this regard.

    Thankjs
     
    greatlogix, Nov 29, 2007 IP