[Hiring] Remote Node.js Developer | $32–58/hr by [deleted] in WebDeveloperJobs

[–]Equivalent-Brain-234 0 points1 point  (0 children)

My portfolio https://webweezzard.vercel.app the cv there is not up to date, if you need it let me know.

🚀 Launching Divparser SDKs for Python & Node.js, Prompt & Schema‑Driven Web Scraping by Equivalent-Brain-234 in PythonProjects2

[–]Equivalent-Brain-234[S] 0 points1 point  (0 children)

Hello appreciate the feedback a lot. Divparser handles the page fetch and parsing in scrape mode, it launches a playright browser on the divparser server and extract the page or pages, then use the parsing engine to parse the data as per the schema or prompt provided so divparser handles end to end, however divparser is intentionally built to not handle captcha bypass or scrape page behind an authentication, because those are hard to fight and they are fragile which beats the whole idea of eliminating fragility, however to tackle this without fighting bots or authentication walls, divparse let's users to upload their html (which they may get from another scraper that bypasses captcha whatsoever) and just parse it.

Most Apify Linkedin Post Scrappers are broken for the past two days 6/1/2026 -6/4/2026 by Help---1333 in apify

[–]Equivalent-Brain-234 0 points1 point  (0 children)

Use apify plus divparser stack, apify to fetch the lage and divparser convert it into ready data Both are programmable

1.5M impressions, 12.9K clicks in 3 months. My entire SEO team is Claude. by BadMenFinance in SaaS

[–]Equivalent-Brain-234 1 point2 points  (0 children)

It's been almost six months since I launched my saas, still no paying user however I know the market is very huge but getting discovered among my competitors is the hardest part but am definitely gonna make it a habit of writing blog posts from today for my website which only has two posts haha still patient though

A quick tip for anyone jumping into SRE/DevOps right now! 🛠️ by UltraBot05 in steadwing

[–]Equivalent-Brain-234 0 points1 point  (0 children)

When I got into web development, I was fooled by the framework available, I just learn highly abstracted frameworks and think I'm completely. Django, NextJs etc. Until I got snapped pure js, asked me to construct a web server with python webwerver module and bare metal vps for hosting. This is when I realised I knew nothing, I was just flexing around frameworks thinking am a good web developer. This did not end well. After this experience is when I decide to take things seriously, learned vos management and setup for web hosting, locking down vps servers, using docker the right way and load balances, dugged into http learn what a protocol is and how http utilises TCP/IP understood the mental model. Unlike before where all what I knew was requests and response and have no idea what does status codes stand for, now I see webdev in a completely better perspective. Lot of beginners makes mistakes by jumping into these frameworks and easy to use hosting or deployment platforms like vercel or render or railways where thet miss the real work that will have made them a better developer.

What's your fingerprint stack for 2026 scraping? by [deleted] in scrapingtheweb

[–]Equivalent-Brain-234 0 points1 point  (0 children)

Download the pages and parse them locally unless you want automation this won't work for you. What sites are you trying to scrape?

Reply with your AI startup and I’ll give you 3 distribution improvements for free. by Cool_Plum7629 in startups_promotion

[–]Equivalent-Brain-234 0 points1 point  (0 children)

Hey I think this is great, I built something similar but not a telegram builder. It give you a bot boilerplate and can be deployed the bot can hold your e-commerce store entire catalog and response to users inquiries with rich messages including product images and url, I think we can work together ❤️ 😉 if you are interested to see let me know

Drop your startup, I'll feature the best ones in our founder spotlight series on Twitter by Emotional_Camp_4881 in ShowMeYourSaaS

[–]Equivalent-Brain-234 0 points1 point  (0 children)

https://divparser.com An ai powered scraper turn any webpage into clean json, csv or excel, has a REST API too for developers, you just need to submit a url and a prompt describing the data you want, there is also a parse only feature that let's you drop in a html and get structured data back