TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Using Proxies in Web Scraping

2 pointsby ScottWRobinson8 months ago

1 comment

zero-sharp8 months ago
The issue that I struggled with is browser fingerprinting. Servers can detect if you're using a browser. If you are, then there are a number of flags, or parameters, in the browser that give away your identity. You can cycle through user agents and proxies. I don't think these things help. If you're not loading the page through a browser or if you try to hide information, you're already flagged. Scraping is a cat and mouse game now.
评论 #41526363 未加载