Device Type
The ScrapeOps Proxy API Aggregator enables you to specify which type of user-agent you would like to use when making the request using the device_type query parameter.
- Mobile: To make your request look like it is coming from a mobile device then add
device_type=mobileto your request. - Desktop: To make your request look like it is coming from a desktop device then add
device_type=desktopto your request. By default desktop user-agents are used.
curl -k "https://proxy.scrapeops.io/v1/?api_key=YOUR_API_KEY&url=http://httpbin.org/anything&device_type=mobile"