I am looking to scrape the data on this website:
Filtered NADAC (National Average Drug Acquisition Cost) 2023 (medicaid.gov)
Specifically, there is a mass upload on Wednesdays so there is an as of date filter.
They do offer an API on the site but from my research it doesn't pull the needed data:
Attached is my basic workflow I have been using to try and incorporate the API they provide. I am open to any and all suggestions on how to approach this.
Thank you in advance!
Solved! Go to Solution.
Hi @ewibby11
I don't think you need the API. If you hover over the 'Download CSV' button you'll see it's a link. If you take that link and pass it to a download tool you'll be able to get that same data after some text to column tools.
The URL has the date in it so you could use a formula tool to dynamically update that part of the URL each week
This worked great! Thank you!:)
Happy to help, @ewibby11! Be sure to mark the solution if you're all set.