colly
Elegant Scraper and Crawler Framework for Golang (by gocolly)
Scrapy
Scrapy, a fast high-level web crawling & scraping framework for Python. (by scrapy)
colly | Scrapy | |
---|---|---|
41 | 188 | |
24,042 | 54,919 | |
1.0% | 1.0% | |
3.6 | 9.6 | |
25 days ago | 14 days ago | |
Go | Python | |
Apache License 2.0 | BSD 3-clause "New" or "Revised" License |
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.
colly
Posts with mentions or reviews of colly.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-10.
-
Golang with Colly: Use Random Fake User-Agents When Scraping
https://github.com/lib4u/fake-useragent https://github.com/gocolly/colly
-
Intermediate Go Projects
Colly GitHub Repository
-
Scraping the full snippet from Google search result
SerpApi focuses on scraping search results. That's why we need extra help to scrape individual sites. We'll use GoColly package.
-
Show HN: Flyscrape – A standalone and scriptable web scraper in Go
Interesting. Can you compare it to colly? [0]
Last time I looked it was the most popular choice for scraping in Go and I have some projects using it.
Is it similar? Does it have more/less features or is it more suited for a different use case? (Which one?)
[0] https://github.com/gocolly/colly
- Colly: Elegant Scraper and Crawler Framework for Golang
-
New modern web crawling tool
Sounds cool, but how is this different from Colly: https://github.com/gocolly/colly?
-
colly VS scrapemate - a user suggested alternative
2 projects | 15 Apr 2023
-
Web Scraping in Python: Avoid Detection Like a Ninja
We could write some snippets mixing all these, but the best option in real life is to use a tool with it all, like Scrapy, pyspider, node-crawler (Node.js), or Colly (Go).
- Web scraping with Go
-
Web scraper help
Unless you're specifically trying to do it using net/http, I recommend using colly. I've used it in a few scrappers and I love it!
Scrapy
Posts with mentions or reviews of Scrapy.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-16.
-
Top 10 Tools for Efficient Web Scraping in 2025
Scrapy is a robust and scalable open-source web crawling framework. It is highly efficient for large-scale projects and supports asynchronous scraping.
-
11 best open-source web crawlers and scrapers in 2024
Language: Python | GitHub: 52.9k stars | link
-
Current problems and mistakes of web scraping in Python and tricks to solve them!
One might ask, what about Scrapy? I'll be honest: I don't really keep up with their updates. But I haven't heard about Zyte doing anything to bypass TLS fingerprinting. So out of the box Scrapy will also be blocked, but nothing is stopping you from using curl_cffi in your Scrapy Spider.
- Scrapy, a fast high-level web crawling and scraping framework for Python
-
Automate Spider Creation in Scrapy with Jinja2 and JSON
Install scrapy (Offical website) either using pip or conda (Follow for detailed instructions):
-
Analyzing Svenskalag Data using DBT and DuckDB
Using Scrapy I fetched the data needed (activities and attendance). Scrapy handled authentication using a form request in a very simple way:
-
Scrapy Vs. Crawlee
Scrapy is an open-source Python-based web scraping framework that extracts data from websites. With Scrapy, you create spiders, which are autonomous scripts to download and process web content. The limitation of Scrapy is that it does not work very well with JavaScript rendered websites, as it was designed for static HTML pages. We will do a comparison later in the article about this.
- Claude is now available in Europe
- Scrapy: A Fast and Powerful Scraping and Web Crawling Framework
-
Seven Python Projects to Elevate Your Coding Skills
BeautifulSoup4 Scrapy
What are some alternatives?
When comparing colly and Scrapy you can also consider the following projects:
GoQuery - A little like that j-thing, only in Go.
requests-html - Pythonic HTML Parsing for Humans™
Geziyor - Geziyor, blazing fast web crawling & scraping framework for Go. Supports JS rendering.
pyspider - A Powerful Spider(Web Crawler) System in Python.
Ferret - Declarative web scraping
MechanicalSoup - A Python library for automating interaction with websites.