I tried using nodejs its working but I want to do using reactJS only without node js, please let me know if any available there
            Asked
            
        
        
            Active
            
        
            Viewed 114 times
        
    1 Answers
1
            No, you won't be able to use the browser of your clients to scrape content from other websites using JavaScript because of a security measure called Same-origin policy. visit this post: browser-based-client-side-scraping
 
    
    
        Reza Ghorbani
        
- 537
- 4
- 14
- 
                    Thanks @reza ghorbani but do you have any alternative solution for that? – Pranand Vathare Dec 22 '21 at 09:39
- 
                    I guess the only way is using server side languages – Reza Ghorbani Dec 22 '21 at 09:45
- 
                    Yes, you are right. – Pranand Vathare Dec 22 '21 at 11:08
