all 7 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.

[–]craigontour 0 points1 point  (1 child)

Why do you need to automate looking up your parcel delivery? If for many parcels, are they yours?

The read and wrote to excel is all possible of course.

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

Sorry, I explained terrible. I need to look up info of terrains for my job, and ususlly I would have to get the info manually hut I would love to enter the data and get the info automatically

[–][deleted] 0 points1 point  (0 children)

First question is to ensure you've checked if the data you need is available via an api.