Google sheets eBay API data automation macro -


i using google sheets , ebay search api search particular listings based on keyword , seller type. limitation api return 1 page of results @ time 100 listings worth of data.

the api key itself:

http://svcs.ebay.com/services/search/findingservice/v1?service-version=1.13.0` &security-appname=xxxxxx-ebaysear-prd-xxxxxxx-xxxxxxx &response-data-format=xml[![1]][1] &global-id=ebay-gb &rest-payload &x-ebay-soa-operation-name=finditemsadvanced&descriptionsearch=true &searchresult.item.sellerinfo.feedbackscore&searchresult.item.storeinfo.storename &itemfilter(0).name=maxdistance&itemfilter(0).name=buyerpostalcode=b11aa &itemfilter(0).value=100 &itemfilter(1).name=feedbackscoremin&itemfilter(1).value=400 &itemfilter(2).name=hideduplicateitems&itemfilter(2).value=true &itemfilter(3).name=locatedin &itemfilter(3).value=gb &itemfilter(4).name=sellerbusinesstype &itemfilter(4).name=ebay-gb &outputselector(0)=sellerinfo &outputselector(1)=storeinfo &keywords=dpd%20-royal&pagenumber=1 

i filter on data return specific information need api (attached screenshot)

what i'm trying work out there anyway can query api sequentially (&pagenumber=1, &pagenumber=2, &pagenumber=3, &pagenumber=4 etc...) , store result in long list?

any appreciated.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -