Here is an example of a GetSellerResearchResults call that researches all items sold by imaginary seller 'ace_ebay_seller' in the Video Games category (382).
<GetSellerResearchResults>
<Version>2</Version>
<RequesterCredentials>
<Token> your_token_here </Token>
<UserToken> your_usertoken_here </UserToken>
<DeveloperName> your_developer_name_here </DeveloperName>
</RequesterCredentials>
<SearchQuery>
<SellerFilters>
<Seller>ace_ebay_seller</Seller>
</SellerFilters>
<CategoryLimit>
<CategoryID>382</CategoryID>
</CategoryLimit>
<ResultSet>
<ReturnPricingInformation>true</ReturnPricingInformation>
<ReturnHourlyData>true</ReturnHourlyData>
</ResultSet>
</SearchQuery>
</GetSellerResearchResults> |
Here are the results of that call: