cdp
Package cdp provides type-safe bindings for the Chrome DevTools Protocol (CDP), written in the Go programming language. (by mafredri)
rod
A Chrome DevTools Protocol driver for web automation and scraping. (by go-rod)
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
cdp
Posts with mentions or reviews of cdp.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Webscraping with chromedp golang
I would like to scrape a website using go and dockerize it, in python the famous libs to be used are beautifulsoup and selenium. because i use go, i choose https://github.com/mafredri/cdp
rod
Posts with mentions or reviews of rod.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-05-30.
-
Show HN: Donut Browser, a Browser Orchestrator
This is really awesome, I do this myself with https://github.com/go-rod/rod
I have hacky cli tools I've built with it that manage lots of different browser profiles for scrapers. I need some sort of API though so I'm not sure Donut will do it for me, however, I may find some use for it.
-
Show HN: Puremd-mcp ā MCP server for reliably accessing web content
nice, i've been using https://github.com/go-rod/rod or python playwright for this and doing the logic to clean the html into text. But this is nice 1 step solution.
- Ask HN: Why are there no open-source Remote Browser Isolation solutions?
-
Need help authenticating to Okta programatically.
I have tried the following. 1. Login to Okta via browser programatically using go-rod. Which I managed to do so successfully, but I'm failing to load up Slack as it's stuck in the browser loader screen for Slack. 2. I tried to authenticate via Okta RESTful API. So far, I have managed to authenticate using {{domain}}/api/v1/authn, and then subsequently using MFA via the verify endpoint {{domain}}/api/v1/authn/factors/{{factorID}}/verify which returns me a sessionToken. From here, I can successfully create a sessionCookie which have proven quite useless to me. Perhaps I am doing it wrongly.
- Library to convert HTML to pdf in Golang
- Web scraping with Go
- Best option for browser automation
-
Iām messed up with Go libraries
I usually find libraries by googling them or searching awesome go on GitHub, for selenium/puppeteer I've always found go-rod useful and easy in every way, Sometimes I also Google "X in Nodejs for Golang"
-
Go for web scraping
I recently tried out https://github.com/go-rod/rod. I think it's based on chromedp (so, Chrome dev tools and headless browser) but it also has code to download and run a supported version of Chrome that doesn't interfere with your local browser.
- Reducir tiempo de Web Scraping con concurrencia - GO
What are some alternatives?
When comparing cdp and rod you can also consider the following projects:
chromedp - A faster, simpler way to drive browsers supporting the Chrome DevTools Protocol.
playwright-go - Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
prettybenchcmp - cmd tool for automatic storage and comparison of benchmarks results
realize - Realize is the #1 Golang Task Runner which enhance your workflow by automating the most common tasks and using the best performing Golang live reloading.
colly - Elegant Scraper and Crawler Framework for Golang