PopularSearchesType

Contains search word information, as it is related to a category.

Types that use PopularSearchesType:

Call that uses one or more fields of PopularSearchesType:

Fields

AlternativeSearches ( string )
CategoryID ( string )
CategoryName ( string )
CategoryParentID ( string )
CategoryParentName ( string )
QueryKeywords ( string )
RelatedSearches ( string )

AlternativeSearches ( string ) [0..1]
Alternative search keywords for the query keywords, separated by semicolons. You can use this to find other search terms buyers and sellers may be interested in. For example, if a seller lists an item with "wedding" in the title, they may also be interested in adding "bridal" to the title because bridal is an alternative search keyword which buyers have used.
See the Field Index to learn which calls use AlternativeSearches.

CategoryID ( string ) [0..1]
Numeric ID of a category on eBay.
See the Field Index to learn which calls use CategoryID.

CategoryName ( string ) [0..1]
Category Name identifying the name of current CategoryID.
See the Field Index to learn which calls use CategoryName.

CategoryParentID ( string ) [0..1]
Category ID identifying a category that is the parent category of the category indicated in the request.
See the Field Index to learn which calls use CategoryParentID.

CategoryParentName ( string ) [0..1]
The name of category which is a parent category to the CategoryID specified in the request.
See the Field Index to learn which calls use CategoryParentName.

QueryKeywords ( string ) [0..1]
Specifies which QueryKeywords corresponds to this PopularSearchResult. Query Keywords are returned in the output to clarify which result set corresponds to which QueryKeyword inputs (as there can be more than one set of keywords in the input).
See the Field Index to learn which calls use QueryKeywords.

RelatedSearches ( string ) [0..1]
Keywords related to the query keywords, separated by semicolons. You can use this to find more detailed related keywords. For example, the query keyword "wedding" is related to searches for "wedding decorations;wedding favors;wedding supplies;wedding dresses..." which helps the seller and buyer specify their query with more detail and precision.
See the Field Index to learn which calls use RelatedSearches.

Copyright © 2006–2013 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.