Home arrow PHP arrow Page 2 - Using the Yahoo Site Explorer Inbound Links API

The Inbound Links API Concept - PHP

The Yahoo Site Explorer API offers useful data for anyone who is trying to do well in the search engines. The trick is getting that data into a form you can use. Keep reading to learn how to build an application that will organize the information so you can analyze it.

TABLE OF CONTENTS:
  1. Using the Yahoo Site Explorer Inbound Links API
  2. The Inbound Links API Concept
  3. Getting Started: Yahoo Account and Your Application ID
  4. Making a Request to Yahoo API Using PHP
  5. Understanding the Inbound Link Explorer API Response
By: Codex-M
Rating: starstarstarstarstar / 2
November 12, 2009

print this article
SEARCH DEV SHED

TOOLS YOU CAN USE

advertisement

Think of the Site Explorer API as a "database" with which a server-side scripting language (PHP) will communicate, making requests for data. A similarity can be illustrated between PHP-MySQL and PHP-Yahoo Site Explorer Link API web applications. Observe the flow charts below:

When you are using a web application API such as Yahoo, you need an "Application ID" to authenticate your application before Yahoo provides you the data. The good thing about the inbound links API is that it is FREE; you will not need to pay to gather useful data from Yahoo.

However, there are limits. According to Yahoo Site Explorer, the "API is limited to 5,000 queries per IP address per day and to noncommercial use." Other details of its limitations are also available. 

It is also important that your use of the Yahoo Site Explorer API will not violate the usage policy



 
 
>>> More PHP Articles          >>> More By Codex-M
 

blog comments powered by Disqus
   

PHP ARTICLES

- PHP Closures as View Helpers: Lazy-Loading F...
- Using PHP Closures as View Helpers
- PHP File and Operating System Program Execut...
- PHP: Effects of Wrapping Code in Class Const...
- PHP: Building Concrete Validators
- Sanitizing Input with PHP
- Executing Shell Commands with PHP
- Handling File Data with PHP
- File Security and Resources with PHP
- ArrayObject PHP Class Examples
- ArrayObject PHP Class: An Introduction
- Getting File System Data with PHP
- PHP Tools for Working with the File and Oper...
- Working with the File and Operating System w...
- PHP Proxy Patterns: Completing a Blog


© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 3 - Follow our Sitemap

Dev Shed Tutorial Topics: