Sets the geographic location and timezone for the AI agents browser session to access localized or geo-restricted content.
Set Location
block allows you to configure the perceived geographical location and timezone of the AI agent’s browser. This is essential for interacting with websites that display different content, prices, or languages based on the visitor’s region, or for accessing content that is restricted to specific countries.
Set Location
block to:
Set Location
at the very beginning of a workflow (right after the “start” node) sets a global location for all subsequent browser sessions within that run.Set Location
block at the beginning of a specific row, right before a block like Open Websites
. This allows you to have different parallel sessions running with different locations.United States
, Mexico
, Europe
). The default setting is Automatic, which uses the agent’s default server location.America/Chicago (UTC-6)
, Europe/London (UTC+0)
). This is useful if a website’s behavior depends on the user’s specific timezone in addition to their country.The Set Location block configuration panel.
Set Location
block is executed, it modifies the browser-level settings for the AI agent’s subsequent session. When the agent then visits a website, it reports the specified location and timezone, causing the website to serve content as if the visit were originating from that region.
Set Location
block and select United States
.Open Websites
block with the airline’s URL.Extract Data
block to scrape the price_usd
.Set Location
block and select Europe
.Open Websites
block with the same airline’s URL.Extract Data
block to scrape the price_eur
.Merge data
block to combine the results into a single output.Open Websites
, Search on Google
, and other browser-based actions will use this location until the session ends or a new one begins.