Making Query Requests to Alexa Top Sites
Some facts about Query requests:
-
Query requests are simply HTTP GET requests (RFC2616).
-
Service parameters are passed as simple HTTP
parameters.
-
Query requests can be tested on any browser.
-
The response is in the HTTP response body and is in
human readible XML format.
-
Query requests support batching (sending more than one
request at once).