Convert cURL to Go
Tired of running into CAPTCHAs while scraping? SOAX scraping APIs help you get the data you need, without the headaches.
cURL
Output (go)
Other cURL converters
Javascript (fetch)
Convert a cURL command to Javascript using fetch
Convert cURL to JavascriptNode JS
Convert a cURL command to Node JS using fetch
Convert cURL to Node JSDart
Convert a cURL command to Dart using fetch
Convert cURL to DartCFML
Convert a cURL command to CFML using fetch
Convert cURL to CFMLKotlin
Convert a cURL command to Kotlin using fetch
Convert cURL to KotlinMatlab
Convert a cURL command to Matlab using fetch
Convert cURL to MatlabPHP
Convert a cURL command to PHP using requests
Convert cURL to PHPHTTP
Convert a cURL command to HTTP using requests
Convert cURL to HTTPR
Convert a cURL command to R using requests
Convert cURL to RRust
Convert a cURL command to Rust using requests
Convert cURL to RustRuby
Convert a cURL command to Ruby using requests
Convert cURL to RubyJava
Convert a cURL command to Java using requests
Convert cURL to JavaJSON
Convert a cURL command to JSON using requests
Convert cURL to JSONNode Axios
Convert a cURL command to Node Axios using requests
Convert cURL to Node AxiosPython
Convert a cURL command to Python using requests
Convert cURL to PythonHow to extract cURL commands using different browsers
Chrome
Follow these instructions to extract cURL commands in Chrome:
- Go to your dev tools in Chrome and open the network tab
- (optional) Filter the request list by data type such as docs (HTML) or Fetch/XHR (JSON)
- Right click the network request that you want the cURL for
- Go to copy -> Copy as cURL (bash)
- Paste the cURL in the converter above to get the python code
&w=3840&q=80)
Firefox
Follow these instructions to extract cURL commands in Firefrox:
- Go to your dev tools in Firefox and open the network monitor tab
- Right click the network request that you want the cURL for
- Go to copy > Copy as cURL (POSIX)
- Paste the cURL in the converter above to get the python code
&w=3840&q=80)
Safari
Follow these instructions to extract cURL commands in Safari:
- Go to your dev tools in Chrome and open the network tab
- Right click the request that you want the cURL for
- Select Copy as cURL from the dropdown
- Paste the cURL in the converter above to get the python code
&w=3840&q=80)