-
How can I scrape mobile-only websites from a desktop environment?
You can set your user-agent to a mobile device profile, which tricks the server into thinking you’re on mobile. Just look up user-agent strings for popular mobile devices and apply it in your headers.
Log in to reply.