Item_summary gives different number of returns than websites
Hi, I'm trying to get some data with python.
As you can see, I'm searching for the keyword "grinder" in here. However, the api only returns 3 result but when I search on ebay's main page, it gives me much more results than api. How could I get more data? Thank you
sh0552
Posted 3 years ago·Last reply 3 years ago
1 comment
shipscript
·3 years agoYour example is searching the Sandbox. Perhaps there are only 3 matching items in the sandbox. You can also set the items per page "limit", which is shown as "3" in some of the code examples. If not set, it defaults to 50 item per page.