Device

devicestringdesktop

Choose the kind of device that will send the request to the server. Only two choices are available: desktop, the default, and mobile.

Set device desktop

1
curl "https://www.foxscrape.com/api/v1/?api_key=YOUR_API_KEY&url=YOUR-URL&device=desktop"

Set device mobile

1
curl "https://www.foxscrape.com/api/v1/?api_key=YOUR_API_KEY&url=YOUR-URL&device=mobile"