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

 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-chrome "Share on LinkedIn")    

 

 

In this guide, we'll explain how to copy requests as cURL with Google Chrome. We'll copy the requests on [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 Chrome 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.
    - 
    
    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 cURL- The request is now copied as cURL in the clipboard.
- Optional: convert the cURL request into Python using the [cURL to Python tool](https://scrapfly.io/web-scraping-tools/curl-python).
- 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-chrome) [ 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-chrome) [ Grok ](https://x.com/i/grok?text=Summarize%20this%20page%3A%20https%3A%2F%2Fscrapfly.io%2Fblog%2Fanswers%2Fhow-to-copy-as-curl-with-chrome) [ 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-chrome) [ Claude ](https://claude.ai/new?q=Summarize%20this%20page%3A%20https%3A%2F%2Fscrapfly.io%2Fblog%2Fanswers%2Fhow-to-copy-as-curl-with-chrome) 



 ## 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) [  

 python scrapeguide 

### How to Scrape Google Search Results in 2026

In this scrape guide we'll be taking a look at how to scrape Google Search - the biggest index of public web. We'll cov...

 

 ](https://scrapfly.io/blog/posts/how-to-scrape-google) [  

 python playwright 

### How to Scrape Google Maps

We'll take a look at to find businesses through Google Maps search system and how to scrape their details using either S...

 

 ](https://scrapfly.io/blog/posts/how-to-scrape-google-maps) 

  ## 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 Safari? ](https://scrapfly.io/blog/answers/how-to-copy-as-curl-with-safari)
- [ 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)
 
  



   



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