'How to trick geolocation for scrapy?

Currently, I working on a parser with scrapy of an online shop. I need to specify my location to get info about targeting-related stuff. Is there a way to set up scrapy in a way to change my location? Can it be done by changing cookies?

Update: I am talking more about changing a location inside the country. Servers, who perform this operation have VPN which sends their connection randomly. I saw this solution Change website deliver country with Scrapy



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source