I am trying to scrape the following page with requests
and BeautifulSoup
/Lxml
https://www.reuters.com/search/news?blob=soybean&sortBy=date&dateRange=all
This is the kind of pages that have a load more results
button.
I have found few pages explaining how to do so, but not within the frame of requests
.
I understand that I should spend few more hours researching that problem before resorting to asking here, as to show proof that I ve tried.
I've tried to look into the inspect pane, into the network tab etc. but i'm still a bit too fresh with requests to understand how to interact with javascript.
I don't need a fully blown script/solution as an answer, just some pointers as to how to do this very typical task with requests
, as to save me few precious hours of research.
Thanks in advance.