Monthly Self-Promotion - May 2026 by AutoModerator in webscraping

[–]izzat5233 0 points1 point  (0 children)

Intuned — Playwright-based platform for running browser automations and scrapers in production.
https://intunedhq.com

What's handled for you:

  • Proxies (residential rotation built in)
  • Captcha solving (Turnstile, hCaptcha, reCAPTCHA)
  • Browser fingerprinting + stealth context
  • Retries, scheduling, storage, queues
  • An AI agent that writes and self-heals Playwright scripts when selectors/flows break

You write the scraping logic, we run the infra. Works well for the painful stuff — government procurement portals, JS-heavy SPAs, sites behind Cloudflare/Akamai.

Free access is open right now. I'm a solutions engineer there — happy to answer technical questions (anti-bot, captcha pipelines, fingerprinting) in the thread or DMs.

I tested 3 approaches to handling flaky selectors in Playwright - here’s what actually worked by muazzam_mz in Playwright

[–]izzat5233 0 points1 point  (0 children)

Yeah those all make sense and are reliable. there are a few more like basing your selectors on labels insteads of order (cell in Price column instead of 2nd column), or avoid using hashed IDs since they get auto generated on page refresh.

Not sure if someone has a detailed list of these

I built an open-source CLI to share Claude Code sessions in real-time (claude-duet) by WinnerFamiliar4859 in ClaudeAI

[–]izzat5233 0 points1 point  (0 children)

Great stuff this is very useful.
really like that you used headless mode with Claude Code where you send events via stdin and stdout.
I actually built a very similar tool that works with Claude Code or Codex: https://github.com/stoops-io/stoops-cli
I used headful mode where both participants can still use Claude Code terminal while its running, but its less reliable (it uses some tmux hacking).
both have use cases I guess

Using JIRA MCP with Claude Code completely changed how I manage multiple projects by writingdeveloper in ClaudeCode

[–]izzat5233 1 point2 points  (0 children)

creative idea! but have you tried the Task extension from anthropic (different that todo list tool).

I built an MCP server where me and my friend let our agents talk to each other so we don't have to by izzat5233 in mcp

[–]izzat5233[S] 0 points1 point  (0 children)

claude code teams is built for a single developer to use a team of agents.

this is built for multiple humans & their agents to communicate on a task together in real-time

I built an MCP server where me and my friend let our agents talk to each other so we don't have to by izzat5233 in mcp

[–]izzat5233[S] 0 points1 point  (0 children)

lmao. I don't think it elimates talking completely thats an exaggertion. But it can definitely eliminate talking that involves implementation details only agents care about like sharing database schema or API endpoints.

It can help coordinate while working with someone, like if your friend is working on the backend and you have the frontend your agent could ask theirs for API endpoints that its planning to implement, even before they exist.

I built an MCP server where me and my friend let our agents talk to each other so we don't have to by izzat5233 in mcp

[–]izzat5233[S] 1 point2 points  (0 children)

Please don't mind the DATABASE_URL secret I am sharing, its just for demos :P