showcase-songs-search VS Geziyor

Compare showcase-songs-search vs Geziyor and see what are their differences.

showcase-songs-search

A site to instantly search 32M songs from the MusicBrainz songs database, using Typesense Search (an open source alternative to Algolia / ElasticSearch) ⚡ 🎵 🔍 (by typesense)

Geziyor

Geziyor, blazing fast web crawling & scraping framework for Go. Supports JS rendering. (by geziyor)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
showcase-songs-search Geziyor
2 2
153 2,475
3.3% 1.2%
0.0 0.6
6 months ago 7 months ago
JavaScript Go
Apache License 2.0 Mozilla Public License 2.0
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.

showcase-songs-search

Posts with mentions or reviews of showcase-songs-search. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-13.

Geziyor

Posts with mentions or reviews of Geziyor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-13.
  • Show HN: I scraped 25M Shopify products to build a search engine
    4 projects | news.ycombinator.com | 13 Dec 2023
    As someone who has scraped millions of items myself, I had success using Geziyor (https://github.com/geziyor/geziyor) built in Go. Shopify sites are especially easy to scrape because they tend to share the same product data formatting and don't hide it behind JS rendering.
  • Show HN: Flyscrape – A standalone and scriptable web scraper in Go
    6 projects | news.ycombinator.com | 11 Nov 2023
    Its been 8+ years since i started scraping. I even wrote a popular Go web scraping framework previously: (https://github.com/geziyor/geziyor).

    These days, I'm not even using Go for scraping, as the webpage changes makes me crazy, so I moved to Typescript+Playwright. (Crawlee framework is cool, while not strictly necessary).

    My favorite stack as of 2023: TypeScript+Playwright+Crawlee(Optional)