I need to scrape a few details from a website and the problem is that the particular website is banned in India and I cannot open the site without a VPN but the VPN makes scrapping a lot slower and the program crashes a lot because the response time of the site increases. Is there any other way I can access the website?
Asked
Active
Viewed 516 times
0
-
You could try using public proxies of the site – S P Sharan Apr 20 '22 at 04:51
-
Have to tried using [**undetected_chromedriver**](https://stackoverflow.com/a/65534593/7429447) or [**selenium-stealth**](https://stackoverflow.com/a/70133896/7429447) – undetected Selenium Apr 20 '22 at 23:11
2 Answers
0
Try this method, It's a private DNS that lets you access blocked websites. It is Faster and Better than a VPN.
Works only on Chrome:
- Go to Chrome Settings.
- Click on Security.
- On the secure DNS, select Cloudflare (1.1.1.1).
For more details: https://asapguide.com/open-blocked-websites-without-vpn/

Nikhil
- 36
- 1
- 3
0
You can use scrape API https://www.scraperapi.com/ it provides you with a dynamic IP. It supports all the languages, you only need to attach the URL of scraper API at the beginning and your URL as param.

Francisco Gonzalez
- 437
- 1
- 3
- 15