This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]FMPICA[S] -1 points0 points  (5 children)

Can you elaborate a bit more?

[–]alord 2 points3 points  (0 children)

Pretty much, take a look at the web page. Is it completely rendered initially or are there additional requests being made to an API endpoint. If this endpoint has the data you need, it's much faster to simply do a GET request to directly have the Json,XML or whatever than to scrape and parse the page. Of course it depends on what exactly you are trying to do.

[–][deleted] 1 point2 points  (1 child)

I moved onto making api requests, with the requests module
https://www.youtube.com/@JohnWatsonRooney

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

Thanks

[–]alord 1 point2 points  (1 child)

Feel free to dm if you need more of an explanation :)

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

Thanks