# 获取请求

在本部分中,我们详细说明了使用以下方式调度 GET 请求的过程: Crawlbase's Smart AI Proxy 服务。这表示通过该服务执行 GET 请求的简单命令。 Smart AI Proxy.

  • curl
  • ruby
  • node
  • php
  • python
  • go

Using HTTPS (recommended):

curl -x "https://[email protected]:8013" -k "https://httpbin.org/ip"

Using HTTP alternative:

curl -x "http://[email protected]:8012" -k "https://httpbin.org/ip"