I am trying to pull a complete list of filings using filings search v2 through the TRKD API. Per the TRKD documentation, "There is a limit of 10000 results. Users cannot retrieve 11000 results or retrieve 5000 results starting at startRow 8000." (Ch 43.4.1, Request Parameters).
How can I retrieve a complete list of filings that TRKD has available? I am open to using country codes, category IDs, or other to give valid results. I am using Python, but open to other languages as well.
Note: I am able to query the search database. However, given the limit above, this is not a complete list. My questions specifically asks how to retrieve a complete list of filings, NOT how to use the different settings.