This may seem like a stupid question, but is it possible to retrieve only part of a webpage (as in, have the server send only a particular <div>
)? I know it's possible to only get the HEAD of a page via HTTP (at least in Python).
I think it's in direct violation of the way HTTP GET works but I decided to ask anyway.
I'm thinking about webscraping thousands of pages, and I noticed the data usage gets pretty high. I don't need all of the page, just the relevant part.