# 获取请求

在这一部分中,我们将详细说明使用 Crawlbase 的智能代理服务发送 GET 请求的过程。 这表示通过智能代理执行 GET 请求的简单命令。

  • curl
  • ruby
  • node
  • php
  • python
  • go
curl -x "http://[email protected]:8012" -k "http://httpbin.org/ip"