Skip to main content

stealth Scenario 1 — US Residential Proxy for Geo-Restricted Content

Written by RTILA X Engineering Team

Beginner ~4 min

What You'll Learn

Configure a residential proxy and browser profile

Real-World Use Case

Accessing geo-restricted content

LIVE DEMO

This content is available for US visitors only
Detected Region: United States
FieldValue
Minimum Wage$15.00
Sales Tax8.25%
CurrencyUSD
TimezoneAmerica/New_York
LanguageEnglish (US)
EXPECTED OUTPUT

RTILA X PROJECT JSON

    {
  "name": "US_Residential_Proxy_Geo_Content",
  "settings": {
    "urls": [
      "https://learn.rtila.com/scenarios/stealth/1"
    ],
    "browserProfileId": "US-Residential"
  },
  "datasets": {
    "geo_data": {
      "item_selector": "css=table.geo-data tbody tr",
      "properties": [
        {
          "name": "field",
          "type": "text",
          "selector": "css=td:nth-child(1)"
        },
        {
          "name": "value",
          "type": "text",
          "selector": "css=td:nth-child(2)"
        }
      ]
    }
  },
  "commands": [
    {
      "command": "wait_for_selector",
      "params": {
        "selector": "css=.geo-content"
      }
    },
    {
      "command": "extract_data",
      "params": {
        "dataset": "geo_data"
      }
    }
  ]
}
  

A browserProfileId can encapsulate a residential proxy configuration. Selecting the US profile makes the geo-restricted table available for extraction.

Did you complete this scenario?

Ready to run this automation?

Copy the project JSON above, open RTILA X, create a new project, and paste it.

This scenario covers 2 RTILA X commands and is referenced in 2 learning articles.

Continue Learning

Was this helpful?