Updated on Tue, 2014-03-25
Find relevant decorators based on queries performed by end-users. To best learn how to use the search API effectively, consult our guide to Using the Decorator Search API.
Parameters
qrequired |
Search query. Should be URL encoded.
Example Values: state:PA
|
pageoptional |
The page number (starting at 1) to return.
Example Values: 10
|
rppoptional |
The number of results to return per page, up to a max of 100.
Example Values: 50
|
sortoptional |
Returns results ordered by the given sort value. Valid options include:
-
DFLT: Default
-
ASIN: ASI Number
-
ZPCD: Zip Code
-
ARCD: Area Code
Example Values: ASIN
|
dloptional |
Provides a list of relevant search dimensions to help narrow down the current result. Valid options include:
-
state: Return a list of States/Provinces.
Example Values: state
|
callbackoptional |
Only available for JSON format. If supplied, the response will use the JSONP format with a callback of the given name.
|