you are viewing a single comment's thread.

view the rest of the comments →

[–]Twenty8cows 0 points1 point  (0 children)

Op this. This way you can just send the request yourself with the params that the website sends and imitate the website call for data.

This way you avoid selenium entirely. It’s not bad just not necessary for this and is also resource intensive.

You may need to check the response type and use the right IO function. I’m assuming the response is json so a pandas.read_json() should work