How to separately retrieve only url from the Api result

Hello. i am using APi pro with python. i want to have a Searchable pdf procedure donef or hundreds of files.
IN order to automate this, i need to separately retrieve the Url result for searcahble pdf, so i can also further automate the downoading and saving the result files, thus having a loop.

How can i get the resulted Donwload url separately?

The Searchable PDF URL is part of the Json response. You can parse the JSON response for the SearchablePDFURL field.