     [Answers](https://scrapfly.io/blog)   /  [curl](https://scrapfly.io/blog/tag/curl)   /  [How to Copy as cURL With Safari?](https://scrapfly.io/blog/answers/how-to-copy-as-curl-with-safari)   # How to Copy as cURL With Safari?

 by [Mazen Ramadan](https://scrapfly.io/blog/author/mazen) Mar 08, 2024 1 min read [\#curl](https://scrapfly.io/blog/tag/curl) [\#http](https://scrapfly.io/blog/tag/http) 

 [  ](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fscrapfly.io%2Fblog%2Fanswers%2Fhow-to-copy-as-curl-with-safari "Share on LinkedIn")    

 

 

In this guide, we'll explain how to copy requests as cURL with Safari. We'll copy requests for the [review data on web-scraping.dev](https://web-scraping.dev/testimonials). However, the same approach can be applied to other websites as well:

1. Go to the page URL where you want to copy the requests.
2. Open the browser developer tools on Safari by pressing the `F12` key.
3. Select the Network tab from the top bar.
4. Empty the request log (`Ctrl` + `L`) to clear it for the desired request.
5. Activate the request to record it. It can differ based on the target, such as:
    
    
    - Scrolling down.
    - Clicking on a specific link.
    - Clicking on the next pagination button.
    - Filtering the data using filter buttons.
    - Searching for specific data.
6. Filter the requests by the target request type, `Doc` (HTML) or `Fetch/XHR` (JSON). You will find the requests recorded:



1. Identify the target request to copy by clicking it and reviewing its response.
2. **Right-click** on the request, select **copy**, and then **copy as cURL (bash)**:


Copy request as cURL1. The request is now copied as cURL in the clipboard.
2. Optional: convert the cURL request into Python using the \[cURL to Python tool\](https://scrapfly.io/web-scraping-tools/curl-python).
3. Optional: convert the request into ScrapFly API requests from the \[ScrapFly API player\](https://scrapfly.io/dashboard/player).


Import cURL request into ScrapFly's API playerWe have explained converting cURL requests into Python. However, the same apporach can be used to convert cURL into Node.js and other programming languages using HTTP clients. For further details, [refer to our dedicated guide on Postman](https://scrapfly.io/blog/posts/using-api-clients-for-web-scraping-postman).



 

    



Scale Your Web Scraping

Anti-bot bypass, browser rendering, and rotating proxies, all in one API. Start with 1,000 free credits.

  No credit card required  1,000 free API credits  Anti-bot bypass included 

 [Start Free](https://scrapfly.io/register) [View Docs](https://scrapfly.io/docs/onboarding) 

 Not ready? Get our newsletter instead. 

 

## Explore this Article with AI

 [ ChatGPT ](https://chat.openai.com/?q=Summarize%20this%20page%3A%20https%3A%2F%2Fscrapfly.io%2Fblog%2Fanswers%2Fhow-to-copy-as-curl-with-safari) [ Gemini ](https://www.google.com/search?udm=50&aep=11&q=Summarize%20this%20page%3A%20https%3A%2F%2Fscrapfly.io%2Fblog%2Fanswers%2Fhow-to-copy-as-curl-with-safari) [ Grok ](https://x.com/i/grok?text=Summarize%20this%20page%3A%20https%3A%2F%2Fscrapfly.io%2Fblog%2Fanswers%2Fhow-to-copy-as-curl-with-safari) [ Perplexity ](https://www.perplexity.ai/search/new?q=Summarize%20this%20page%3A%20https%3A%2F%2Fscrapfly.io%2Fblog%2Fanswers%2Fhow-to-copy-as-curl-with-safari) [ Claude ](https://claude.ai/new?q=Summarize%20this%20page%3A%20https%3A%2F%2Fscrapfly.io%2Fblog%2Fanswers%2Fhow-to-copy-as-curl-with-safari) 



 ## Related Articles

 [  

 curl 

### How to Use cURL GET Requests

Here's everything you need to know about cURL GET requests and some common pitfalls you should avoid.

 

 ](https://scrapfly.io/blog/posts/how-to-use-curl-get-requests) [  

 http tools 

### How to Use cURL For Web Scraping

In this article, we'll go over a step-by-step guide on sending and configuring HTTP requests with cURL. We'll also explo...

 

 ](https://scrapfly.io/blog/posts/how-to-use-curl-for-web-scraping) [  

 http curl 

### How to Ignore cURL SSL Errors

Learn to handle SSL errors in cURL, including using self-signed certificates. Explore common issues, safe practices.

 

 ](https://scrapfly.io/blog/posts/guide-to-curl-ignore-ssl-errors) 

  ## Related Questions

- [ Q How to Copy as cURL With Brave? ](https://scrapfly.io/blog/answers/how-to-copy-as-curl-with-brave)
- [ Q How to Copy as cURL With Edge? ](https://scrapfly.io/blog/answers/how-to-copy-as-curl-with-edge)
- [ Q How to Copy as cURL With Firefox? ](https://scrapfly.io/blog/answers/how-to-copy-as-curl-with-firefox)
- [ Q How To Copy as cURL With Google Chrome? ](https://scrapfly.io/blog/answers/how-to-copy-as-curl-with-chrome)
 
  



   



 Scale your web scraping effortlessly, **1,000 free credits** [Start Free](https://scrapfly.io/register)