GetPopularKeywordsRequestType

No longer recommended.

Retrieves the words that are most frequently submitted by eBay users when searching for listings.

Fields

CategoryID ( string ) [0..*]
A category ID for which you want keywords returned. When IncludeChildCategories is true, one and only one CategoryID is allowed. Otherwise, up to 100 CategoryIds are allowed.

To retrieve the keywords for root category, set one of the CategoryIDs to -1 or submit no CategoryIDs at all.
See the Field Index to learn which calls use CategoryID.

IncludeChildCategories ( boolean ) [0..1]
If true, only one CategoryID can be specified, and keywords are returned for that category and its subcategories. If false, keywords are returned only for the categories identified by CategoryID. Default is false.
See the Field Index to learn which calls use IncludeChildCategories.

MaxKeywordsRetrieved ( int ) [0..1]
The maximum number of keywords to be retrieved per category for this call.
See the Field Index to learn which calls use MaxKeywordsRetrieved.

Pagination ( PaginationType ) [0..1]
Details about how many categories to return per page and which page to view.
See the Field Index to learn which calls use Pagination.

Copyright © 2005–2012 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developer Network and API License Agreement.