This Choreo finds items by a keyword query and/or category and allows searching within item descriptions. The documentation for this eBay method can be found here.
Here is an example of acceptable inputs:
AppID: {YOUR EBAY APP ID}
AspectFilters: {"Megapixels": "5.0 to 5.9 MP"}
CategoryID: 31388
EntriesPerPage: 1
ItemFilters: {"MaxPrice": "75.00", "MinPrice": 50.00}
PageNumber: 1
SandboxMode: 0
The following is a sample of the JSON information returned by this Choreo:
{
"@xmlns": "http://www.ebay.com/marketplace/search/v1/services",
"ack": "Success",
"version": "1.12.0",
"timestamp": "2013-08-30T16:18:51.074Z",
"searchResult": {
"@count": "1",
"item": {
"itemId": "231038963765",
"title": "Fujifilm FinePix S5200 5.1 MP Digital SLR Camera - Black (Body Only)",
"globalId": "EBAY-US",
"primaryCategory": {
"categoryId": "31388",
"categoryName": "Digital Cameras"
},
"galleryURL": "http://thumbs2.ebaystatic.com/m/m2QGYi2v084mv0JBY-resCg/140.jpg",
"viewItemURL": "http://www.ebay.com/itm/Fujifilm-FinePix-S5200-5-1-MP-Digital-SLR-Camera-Black-Body-Only-/231038963765?pt=Digital_Cameras",
"productId": "100122966",
"paymentMethod": "PayPal",
"autoPay": "false",
"postalCode": "53081",
"location": "Sheboygan,WI,USA",
"country": "US",
"shippingInfo": {
"shippingType": "Calculated",
"shipToLocations": "US",
"expeditedShipping": "true",
"oneDayShippingAvailable": "false",
"handlingTime": "2"
},
"sellingStatus": {
"currentPrice": {
"@currencyId": "USD",
"#text": "64.99"
},
"convertedCurrentPrice": {
"@currencyId": "USD",
"#text": "64.99"
},
"bidCount": "0",
"sellingState": "Active",
"timeLeft": "P0DT6H39M13S"
},
"listingInfo": {
"bestOfferEnabled": "false",
"buyItNowAvailable": "true",
"buyItNowPrice": {
"@currencyId": "USD",
"#text": "85.0"
},
"convertedBuyItNowPrice": {
"@currencyId": "USD",
"#text": "85.0"
},
"startTime": "2013-08-23T22:58:04.000Z",
"endTime": "2013-08-30T22:58:04.000Z",
"listingType": "AuctionWithBIN",
"gift": "false"
},
"returnsAccepted": "false",
"condition": {
"conditionId": "3000",
"conditionDisplayName": "Used"
},
"isMultiVariationListing": "false",
"topRatedListing": "false"
}
},
"paginationOutput": {
"pageNumber": "1",
"entriesPerPage": "1",
"totalPages": "245",
"totalEntries": "245"
},
"itemSearchURL": "http://www.ebay.com/sch/31388/i.html?Megapixels%255Cu0007=5%252E0%2520to%25205%252E9%2520MP&fsaspfilter=Megapixels%3D5%252E0%2520to%25205%252E9%2520MP&aspectrequest=1&_ddo=1&_ipg=1&_mPrRngCbx=1&_pgn=1&_udhi=75&_udlo=50"
}