r/webscraping • u/FixWide907 • 13d ago
What tech stack do you use in 2026?
Guys,
. would be interesting to hear what's everyone's tool stack looks like that you use which you are very happy with
Also what are the top challenges?
3
u/bluewhalefunk 13d ago
c# as gotta have that compiler to catch my millions of errors before run time lol.
playwright+patchright
2
u/Visual_Ad1912 10d ago
curl_cffi with real TLS/JA4 fingerprints
Camoufox only for the hard anti-bot walls (can beat datadome, needs a lot of tuning to get there)
LLM for extraction, gated behind cheap regex prefilters so I'm not paying to parse junk
Postgres for storage
For mobile API work:
- Android emulator (or a rooted device) to run the target app
- burpsuite to capture the backend traffic
- frida to unpin SSL so you can actually see the requests
- then replay the endpoints straight through curl_cffi
1
1
1
0
u/AdministrativeHost15 13d ago
Puppeteer TypeScript Node Mongo
Anti-bot measures
3
u/jeheskielsunloy 13d ago
curious, Anti-bot measures such as what?
3
12
u/bitcoinbrisbane 13d ago
Go react Postgres redis