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
Detected Region: United States
| Field | Value |
|---|---|
| Minimum Wage | $15.00 |
| Sales Tax | 8.25% |
| Currency | USD |
| Timezone | America/New_York |
| Language | English (US) |
EXPECTED OUTPUT
RTILA X PROJECT JSON
{
"name": "US_Residential_Proxy_Geo_Content",
"settings": {
"urls": [
"https://learn.rtila.com/scenarios/stealth/1"
],
"headless": false,
"navigation_timeout": 30000,
"max_concurrent_workers": 1,
"humanoidEnabled": true,
"humanoidSensitivity": "medium",
"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": "goto",
"params": {
"url": "https://learn.rtila.com/scenarios/stealth/1"
}
},
{
"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?
Thank you for your feedback!