I've written a small BeautifulSoup-based scraper that retrieves portion of content from a multilingual site. Unfortunately if I try to scrape the US version (www.) I am redirected to the UK (uk.) site (where I'm based).
I was wondering if it was possible to "pretend" to be in the US, for example using a US-based IP or something similar.
As you can imagine from the level of the problem and terminology used, I'm not a professional programmer. Thanks