Skip to main content

Device Type

The ScrapeOps Proxy API 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=mobile to your request.
  • Desktop: To make your request look like it is coming from a desktop device then add device_type=desktop to 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"