freelawproject / juriscraper

An API to scrape American court websites for metadata.
https://free.law/juriscraper/
BSD 2-Clause "Simplified" License
378 stars 111 forks source link

Document URL #211

Open starkemc opened 6 years ago

starkemc commented 6 years ago

Great Work! Can someone add the URL to documents on the document report?

johnhawkinson commented 6 years ago

I'm not sure what you mean, what's an example, please? Or a screenshot?

starkemc commented 6 years ago

Sure, I am referring to inside of the docket page, where it shows the list of documents, its currently logging the date_filed, description, document_number, pacer_doc_id, i would find it very helpful if it could also log the URL of the pdf document. Thank you !

starkemc commented 6 years ago

basically, all docket entries have a subsequent PDF file. I would like the URL to that file. example below

"docket_entries": [ { "date_filed": "2009-12-29", "description": "Motion to Pay Unclaimed Dividends, regarding POC #12842, in the amount of $456.02. Filed by creditor Larry A. Stout. (PT) (Entered: 12/29/2009)", "document_number": "8781", "pacer_doc_id": "02201226343" "URL": "http//URL_To_PDF_Of_DocketEntry.pdf" }]

mlissner commented 6 years ago

Sorry, I'm a bit confused too. I sense that you're using the API. Can you provide URLs and exact changes that you'd like to see?