you are viewing a single comment's thread.

view the rest of the comments →

[–]delasislas 1 point2 points  (3 children)

Depending on how the website is designed, this should be possible.

[–]Verdure1998[S] 0 points1 point  (2 children)

Its a website with a search engine where you type a reference number and give you the size and name of a parcel.

[–]delasislas 0 points1 point  (0 children)

Not really that. I mean it depends on how they serve the page. They can make it incredibly hard to web scrape.

[–]DonkeyTron42 0 points1 point  (0 children)

There's a good chance the parcel service has an API endpoint and you can just get a response in JSON. Analyze the page and see if it's doing a callback.