CategoryBrowse

The CategoryBrowse action and CategoryListings actions together provide a directory service based on the Open Directory, www.dmoz.org, and enhanced with Alexa traffic data.

For any given category, the CategoryBrowse action returns a list of sub-categories. Within a particular category you can use the CategoryListings action to get the documents within that category ordered by traffic.

The CategoryBrowse Action takes the following parameters. Required parameters must be provided for the request to succeed.

NameDescriptionRequired
Action

Set the Action parameter to CategoryBrowse to get the subcategories under a given category.

Yes
ResponseGroup

Any valid response group. See the Response Group section below for valid options.

Yes
Path

Valid category path (Top/Arts, Top/Business/Automotive)

Yes
Version Pass in the current version number, 2005-07-11, to ensure that requests succeed even if the API changes in future versions.No
Descriptions

Boolean indicating whether to return descriptions with categories. (True | False)

No

Response groups allow the user more control over what data is returned. By specifying one or more response groups when making the request, you can retrieve only the information you are interested in.

Response GroupDescription
Categories

Return all sub-categories within the specified category path.

RelatedCategories

Return list of categories that are related to the specified category path.

LanguageCategories

Return a list language categories in which the specified category path is available.

LetterBars

Include a list of "Letter Bars" (A, B, C, etc.) for categories that contain them.

The following example shows a Query-style request and response