07-29-2023 01:28 PM
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
07-29-2023 09:13 PM
Your 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.