Here is an example that's searches for Callaway in the last 7 days and returns the listings sorted by end price. It returns 5 listings, offset by 10; listings 11-15 of the result set.
<GetResearchItems>
<Version>1</Version>
<RequesterCredentials>
<Token> Your Tokens Here </Token>
<UserToken> Your Tokens Here </UserToken>
<DeveloperName> Your Tokens Here </DeveloperName>
</RequesterCredentials>
<SearchQuery>
<Keywords>callaway</Keywords>
<Dates>
<DateRange>SevenDays</DateRange>
</Dates>
<Page>
<Order>end_price</Order>
<Limit>5</Limit>
<Offset>10</Offset>
</Page>
</SearchQuery>
</GetResearchItems> |
Here are the resulting items:
<?xml version="1.0" encoding="UTF-8"?>
<GetResearchItems>
<ProcessingTime>0.542</ProcessingTime>
<ImageURL><![CDATA[http://api.dataunison.com/images/dataunison_powered_by_114x36.gif]]></ImageURL>
<LinkURL><![CDATA[http://www.dataunison.com/ebay_research/api.php]]></LinkURL>
<Items>
<Item id = '290008658744'>
<Title>CALLAWAY X-12 X12 PROTOTYPE TOUR VAN ISSUE 2-9 IRON!!!</Title>
<Category>115280</Category>
<ListingDetails>
<StartDate>2006-07-16</StartDate>
<StartTime>18:40:46</StartTime>
<EndDate>2006-07-26</EndDate>
<EndTime>18:40:46</EndTime>
<ViewItemURL>http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&category=115280&item=290008658744</ViewItemURL>
</ListingDetails>
<Site>0</Site>
<SellerID>32028369</SellerID>
<AuctionType>9</AuctionType>
<Flags>
<Successful>0</Successful>
<Gallery>0</Gallery>
</Flags>
<ItemStatistics>
<EndPrice>0.00</EndPrice>
<StartPrice>875.00</StartPrice>
<Bids>0</Bids>
<ItemsOffered>1</ItemsOffered>
<ItemsSold>0</ItemsSold>
</ItemStatistics>
</Item>
<Item id = '140012228185'>
<Title>Almost New 2006 Callaway Fusion Wide Sole Irons (4-SW)</Title>
<Subtitle>With Callaway Graphite Shaft - Regular Flex!</Subtitle>
<Category>115280</Category>
<ListingDetails>
<StartDate>2006-07-25</StartDate>
<StartTime>22:08:55</StartTime>
<EndDate>2006-07-26</EndDate>
<EndTime>15:13:47</EndTime>
<ViewItemURL>http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&category=115280&item=140012228185</ViewItemURL>
</ListingDetails>
<Site>0</Site>
<SellerID>28604181</SellerID>
<AuctionType>1</AuctionType>
<Flags>
<Successful>1</Successful>
<Gallery>1</Gallery>
</Flags>
<ItemStatistics>
<EndPrice>799</EndPrice>
<StartPrice>749.00</StartPrice>
<Bids>1</Bids>
<ItemsOffered>1</ItemsOffered>
<ItemsSold>1</ItemsSold>
</ItemStatistics>
</Item>
<Item id = '110010668964'>
<Title>NEW CALLAWAY FUSION WIDE SOLE 2006 3-PW NS PRO STEEL</Title>
<Category>115280</Category>
<ListingDetails>
<StartDate>2006-07-18</StartDate>
<StartTime>10:32:39</StartTime>
<EndDate>2006-07-25</EndDate>
<EndTime>10:32:39</EndTime>
<ViewItemURL>http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&category=115280&item=110010668964</ViewItemURL>
</ListingDetails>
<Site>0</Site>
<SellerID>11097359</SellerID>
<AuctionType>1</AuctionType>
<Flags>
<Successful>1</Successful>
<Gallery>1</Gallery>
</Flags>
<ItemStatistics>
<EndPrice>795.17</EndPrice>
<StartPrice>0.99</StartPrice>
<Bids>18</Bids>
<ItemsOffered>1</ItemsOffered>
<ItemsSold>1</ItemsSold>
</ItemStatistics>
</Item>
<Item id = '290008657413'>
<Title>CALLAWAY X-12 X12 PROTOTYPE TOUR VAN ISSUE 3-PW MINT!!!</Title>
<Category>115280</Category>
<ListingDetails>
<StartDate>2006-07-16</StartDate>
<StartTime>18:36:05</StartTime>
<EndDate>2006-07-26</EndDate>
<EndTime>18:36:05</EndTime>
<ViewItemURL>http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&category=115280&item=290008657413</ViewItemURL>
</ListingDetails>
<Site>0</Site>
<SellerID>32028369</SellerID>
<AuctionType>9</AuctionType>
<Flags>
<Successful>0</Successful>
<Gallery>0</Gallery>
</Flags>
<ItemStatistics>
<EndPrice>0.00</EndPrice>
<StartPrice>795.00</StartPrice>
<Bids>0</Bids>
<ItemsOffered>1</ItemsOffered>
<ItemsSold>0</ItemsSold>
</ItemStatistics>
</Item>
<Item id = '160010332536'>
<Title>Callaway X-18 Iron set Golf Club 3-P, INC BIG BERTHA</Title>
<Subtitle>NO RESERVE, plus Near New NIKE Golf Bag plus more!!!</Subtitle>
<Category>115280</Category>
<ListingDetails>
<StartDate>2006-07-20</StartDate>
<StartTime>11:22:40</StartTime>
<EndDate>2006-07-25</EndDate>
<EndTime>11:22:40</EndTime>
<ViewItemURL>http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&category=115280&item=160010332536</ViewItemURL>
</ListingDetails>
<Site>0</Site>
<SellerID>109637312</SellerID>
<AuctionType>1</AuctionType>
<Flags>
<Successful>1</Successful>
<Gallery>0</Gallery>
</Flags>
<ItemStatistics>
<EndPrice>770</EndPrice>
<StartPrice>5.00</StartPrice>
<Bids>34</Bids>
<ItemsOffered>1</ItemsOffered>
<ItemsSold>1</ItemsSold>
</ItemStatistics>
</Item>
</Items>
</GetResearchItems> |