Recent content by milenario

  1. milenario

    How to Maintain a Consistent Location on Amazon While Scraping with Proxy Rotation in Playwright?

    I perform clicks and movements on the pages directly with Playwright. It's the same as what the extension does, I assume. But I need it to be done through code since I run it from Docker containers on a server and don’t have a physical browser. The problem I encounter is that sometimes it...
  2. milenario

    How to Maintain a Consistent Location on Amazon While Scraping with Proxy Rotation in Playwright?

    Yes, that's my last option, proxies only from my region, but first I would like to know if there's any other way. You're referring to this, right? In this version of Amazon, I can usually make the change by automating it correctly, adding the zip code (cp): But sometimes a registration...
  3. milenario

    How to Maintain a Consistent Location on Amazon While Scraping with Proxy Rotation in Playwright?

    Hi, I am creating a script to scrape Amazon products, and I am using proxy rotation. The problem I am facing is that when Playwright creates the browser and opens the URL, it takes the location of the proxy. I want to use the same location all the time because otherwise, the products and offers...
Back
Top