Overview
When creating a browser container, you can specify aproxy configuration object. Grasp manages the underlying proxy infrastructure, rotating IPs and handling authentication automatically.
We support the following proxy types:
- Residential: Real residential IPs (highest success rate, harder to detect).
- Datacenter: Fast, cost-effective IPs from data centers.
- ISP: Static residential IPs.
- Mobile: 3G/4G/5G mobile network IPs.
Usage
Configuration Options
Theproxy object supports the following properties:
Whether to enable the proxy. Defaults to
false. Must be set to true to enable proxy functionality.The type of proxy. Supported values:
'residential', 'datacenter', 'isp', 'mobile'.The 2-letter ISO country code (e.g.,
'us', 'jp', 'gb').Specific city name (optional).
Specific state/province name (optional).
Best Practices
- Use Residential Proxies for Scraping: For targets with strict anti-bot measures, residential proxies are recommended as they appear as regular user traffic.
- Use Datacenter Proxies for Speed: If the target is lenient, datacenter proxies are faster and cheaper.