Mobile Proxies
The ScrapeOps Proxy API Aggregator enables you to use mobile proxies of our underlying proxy providers by adding the mobile=true
to your requests.
Using mobile proxies can increase the success rate and performance of your requests as it is more difficult for websites to determine if the request is going from a scraper or a real user.
curl -k "https://proxy.scrapeops.io/v1/?api_key=YOUR_API_KEY&url=http://httpbin.org/anything&mobile=true"
Using the Mobile Proxies functionality will consume 25 API Credits.
Mobile Proxies with JS Rendering
If you need to use mobile proxies along with JavaScript rendering, you can do so by adding both mobile=true
and render_js=true
to your requests. This combination is useful for scraping websites that heavily rely on JavaScript for content rendering.
curl -k "https://proxy.scrapeops.io/v1/?api_key=YOUR_API_KEY&url=http://httpbin.org/anything&mobile=true&render_js=true"
Using both Mobile Proxies and JS Rendering will consume 50 API Credits.