|
|
|
|
|
by NavinF
1618 days ago
|
|
1.1% is way too high. I bet they didn't filter out all the scrapers that poll gov't websites. Hmm I wonder if just parsing the HTML still works like it did 8 years ago when I had to scrape the USPS: https://github.com/NavinF/USPS-scraper/blob/master/USPS_scra...
As long as the USPS only allows API requests from browsers (as opposed to the much more common situation where you need to update the status of every tracking number in a database), people still have to scrape their website pretending to be a browser. |
|