Hi All
I am trying to scrape data using URL with Download tool and not getting "DownloadData" information
i am passing URL to the download tool
Thanks in Advance for your help
Solved! Go to Solution.
Hi mceleavey
Thanks for looking into it
https://www.clinicaltrialsregister.eu/ctr-search/search?query=2005-000774-46
HI
here is the url i am using
https://www.clinicaltrialsregister.eu/ctr-search/search?query=2005-000774-46
I am looking for "Trail Results"
Thanks
Hi @Marp ,
I've attached the workflow.
Sorry I haven't had much time to do this fully but it should get you started:
Hope this helps,
M.
Hi M.
I really appreciate taking time helping on this!
it is not getting Trial Results ; when there is value for trial results (Trial results: View results)
I need to check if trail results has any value next to that
Below is the url for another ID
https://www.clinicaltrialsregister.eu/ctr-search/search?query=2016-003425-42
Hi @Marp ,
ok, that's a different thing. Do you have a list of ALL urls you will be using? Or do you have a list of all Trial IDs?
The reason I ask, is the sub-url is hidden, but I can build it from the part of the URL that determines the case ID.
https://www.clinicaltrialsregister.eu/ctr-search/search?query=2016-003425-42
Hi M.
Thanks Again
Here are the 3 different scenarios
i need to check ID's with these 3 scenarios and send it to different outputs
Trial results: View results
https://www.clinicaltrialsregister.eu/ctr-search/search?query=2016-003425-42
https://www.clinicaltrialsregister.eu/ctr-search/search?query=2004-003941-42
Trial results: (No results available)
https://www.clinicaltrialsregister.eu/ctr-search/search?query=2016-003215-35
https://www.clinicaltrialsregister.eu/ctr-search/search?query=2016-002482-54
No Results :
https://www.clinicaltrialsregister.eu/ctr-search/search?query=2016-003628-21
Hi @Marp
Is there is a list of IDs like 2016-003215-35 how are you generating endpoint for the pages ?
Hi @Marp ,
The first one will do for no results I assume.
As for the others, you can make it dynamic if you have a list of the trial numbers, and you can replace them in the url.
I've parsed it out for you anyway:
Sorry I have no more time.
M.