Axios是一个轻量级、基于Promise的HTTP客户端,适用于Node.js和浏览器。只需几行代码即可:
import axios from 'axios'
const res = await axios.get('https://example.com', {
proxy: { host: 'gateway.proxied.com', port: 1080 },
})
使用Axios来使用我们的代理API,轮换会话或通过Proxied的端点获取目标页面。了解更多:使用Axios与移动代理进行爬取。