我正在使用url格式来解析eBays数据库,我似乎无法找出针对特定条件过滤项目的正确方法,因为条件直方图指令不是很清楚。我目前的代码如下。
<script src=http://svcs.ebay.com/services/search/FindingService/v1?SECURITY-APPNAME=*APIKEY GOES HERE*&OPERATION-NAME=findItemsByKeywords&SERVICE-VERSION=1.0.0&RESPONSE-DATA-FORMAT=JSON&callback=_cb_findItemsByKeywords&REST-PAYLOAD&sortOrder=PricePlusShippingLowest&itemFilter(0).name=MaxPrice&itemFilter(0).value=500.00&itemFilter(0).paramName=Currency&itemFilter(0).paramValue=USD&itemFilter(1).name=MinPrice&itemFilter(1).value=200.00&itemFilter(1).paramName=Currency&itemFilter.name=ListingType&itemFilter.value=FixedPrice&itemFilter(1).paramValue=USD&keywords=iphone%205%2016gb%20unlocked&paginationInput.entriesPerPage=6>
</script>